(Romance) add subjVS oper to Cat,Ita,Por,Spa (#37)

* (Por) correct paradigm and use overloaded paradigms in Lexicon

* (Romance) add subjVS oper to Cat,Ita,Por,Spa

already present in French
This commit is contained in:
bruno cuconato
2018-10-06 04:12:54 +00:00
committed by Krasimir Angelov
parent dbf232b73e
commit 63587ac745
4 changed files with 9 additions and 0 deletions
+3
View File
@@ -432,6 +432,9 @@ oper
mkVS : V -> VS ;
mkVS v = v ** {m = \\_ => Indic ; lock_VS = <>} ; ---- more moods
subjVS : V -> VS ;
subjVS v = v ** {m = \\_ => Conjunct ; lock_VS = <>} ;
mkVV : V -> VV ;
-- plain infinitive: "quero falar"
mkVV v = v ** {c2 = complAcc ; lock_VV = <>} ;