Skip to content

Commit

Permalink
fix typos in processing of new {:prepostional-verb {:with }} syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Aug 3, 2024
1 parent f2fab6b commit 862894e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions resources/english/lexicon/rules.edn
Original file line number Diff line number Diff line change
Expand Up @@ -484,15 +484,16 @@
:2 {:cat :prep
:subcat []
:phrasal? false
:canonical {:with preposition}}
:canonical preposition}
:3 []}}
(let [iobj (atom :top)]
{:prepositional-verb-with {:with preposition}
{:prepositional-verb {:with preposition}
:foo 42
:sem {:obj :none
:subj subj
:iobj iobj}
:subcat {:1 {:sem subj}
:2 {:root {:with preposition}
:2 {:root {:canonical preposition}
:cat :prep
:subcat []
:sem {:obj iobj}}}})])}
Expand Down

0 comments on commit 862894e

Please sign in to comment.