mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
now in the parsing grammar ComplVV gets as additional arguments the polarity and the anteriority
This commit is contained in:
@@ -6,7 +6,7 @@ abstract ParseEngAbs =
|
||||
Numeral,
|
||||
Symbol [PN, Symb, String, MkSymb, SymbPN],
|
||||
Conjunction,
|
||||
Verb - [SlashV2V, PassV2, UseCopula],
|
||||
Verb - [SlashV2V, PassV2, UseCopula, ComplVV],
|
||||
Adverb,
|
||||
Phrase,
|
||||
Sentence,
|
||||
@@ -45,6 +45,8 @@ fun CompoundCN : Num -> N -> CN -> CN ;
|
||||
SlashVPIV2V : V2V -> Pol -> VPI -> VPSlash ;
|
||||
|
||||
SlashSlashV2V : V2V -> Ant -> Pol -> VPSlash -> VPSlash ;
|
||||
|
||||
ComplVV : VV -> Ant -> Pol -> VP -> VP ;
|
||||
|
||||
PredVPosv,PredVPovs : NP -> VP -> Cl ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user