added field p for particle in romance Verb. This was already assumed in Dictionary, and created many spurious ambiguities when parsing Romance languages in the wide-coverage translation, because p was simply ignored.

This commit is contained in:
aarne
2014-09-14 14:30:08 +00:00
parent 63351b0375
commit 6e2e123ff1
13 changed files with 433 additions and 424 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ oper
haver_V : Verb = verbBeschH (haver_59 "haver" True) ;
verbBeschH : Verbum -> Verb = \v -> verbBesch v ** {vtyp = VHabere} ;
verbBeschH : Verbum -> Verb = \v -> verbBesch v ** {vtyp = VHabere ; p = []} ;
subjPron = \_ -> [] ;