more English cf

This commit is contained in:
aarne
2005-11-17 16:41:15 +00:00
parent cace1d54b1
commit 39e3fd3e19
16 changed files with 8589 additions and 32 deletions

View File

@@ -25,8 +25,6 @@ Quant ::= ;
---DetMass ::= Predet ;
---NMass ::= "wine" ;
NP ::= Det_Pl CN_Pl ;
NP ::= Predet_Pl Quant_Pl Num_Pl ; -- nonempty det
@@ -45,19 +43,23 @@ Num_Pl ::= Ordinal ;
Num_Pl ::= Int ;
Num_Pl ::= Numeral ;
-- less than, exactly, almost,...
Numeral ::= AdN Numeral ;
CN_Pl ::= N_Pl ;
CN ::= N ;
-- prepositions cannot be expressed generally here
-- NB relational nouns explain why complements are closer than adjuncts
CN ::= N2 Prep NP ;
N2 ::= N3 Prep NP ;
-- But let us make the resource simpler by excluding them
-- CN ::= N2 Prep NP ;
-- N2 ::= N3 Prep NP ;
-- elliptical constructions
-- with exclusion of rel nouns, they just help reuse the old lexicon
N2 ::= N3 ;
CN ::= N2 ;
N ::= N2 ;
-- these need other modules to produce anything