Skip to content

Commit

Permalink
+get married
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Aug 1, 2024
1 parent 9f3f9ac commit 24e8f35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/english/lexicon/adjectives.edn
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"low" [{:sem {:pred :low}}]
"magnificent" [{:sem {:pred :magnificent}}]
"major" [{:sem {:pred :major}}]
"married" [{:sem {:pred :married}}]
"merciless" [{:sem {:pred :merciless}}]
"military" [{:sem {:pred :military}}]
"modest" [{:sem {:pred :modest}}]
Expand Down
4 changes: 4 additions & 0 deletions resources/english/lexicon/verbs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,13 @@
{:infl :past-participle :surface "got"}]]
[{:exceptions exceptions
:sem {:pred :get}}
{:exceptions exceptions
:sem {:pred :get-married}
:adjectival-verb-with "married"}
{:exceptions exceptions
:sem {:pred :get-up}
:prepositional-verb-with "up"}])

"give" (let [exceptions [{:infl :past-simple :surface "gave"}
{:infl :past-participle :surface "given"}]]
[{:exceptions exceptions
Expand Down

0 comments on commit 24e8f35

Please sign in to comment.