a bunch of additions in the parsing grammars and dictionaries plus an updated statistical model

This commit is contained in:
kr.angelov
2012-11-26 16:43:09 +00:00
parent 7d528dc5b3
commit 6542f6ffdd
11 changed files with 43358 additions and 43334 deletions

View File

@@ -54,15 +54,15 @@ fun CompoundCN : Num -> N -> CN -> CN ;
that_RP : RP ;
CompS : S -> Comp ;
CompQS : QS -> Comp ;
CompVP : Ant -> Pol -> VP -> Comp ;
PassVS : VS -> VP -> VP ;
PPartNP : NP -> VPSlash -> NP ;
VPSlashVS : VS -> VP -> VPSlash ;
UncNeg : Pol ;
-- PastPartRS : Anter -> Pol -> VP -> RS ;
-- PresPartRS : Anter -> Pol -> VP -> RS ;
PastPartRS : Ant -> Pol -> VPSlash -> RS ;
PresPartRS : Ant -> Pol -> VP -> RS ;
ApposNP : NP -> NP -> NP ;