forked from GitHub/gf-core
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:
@@ -103,7 +103,7 @@ param
|
||||
Case = Nom | Acc | CPrep Prepos ;
|
||||
|
||||
oper
|
||||
Verb = {s : VF => Str ; vtyp : VType} ;
|
||||
Verb = {s : VF => Str ; vtyp : VType ; p : Str} ;
|
||||
|
||||
VP : Type = {
|
||||
s : Verb ;
|
||||
|
||||
Reference in New Issue
Block a user