cf exper on res

This commit is contained in:
aarne
2005-11-15 16:54:56 +00:00
parent f2357e1bfd
commit a557898c2d
9 changed files with 222 additions and 25 deletions

View File

@@ -0,0 +1,22 @@
-- adverbs
AdjAdv. Adv ::= A "+ly" ;
AdvPP. Adv ::= PP ;
PrepNP. Adv ::= Prep NP ;
-- NO AdvCN
AdvVP. VP ::= VP Adv ;
AdvNP. NP ::= NP Adv ;
AdvAP. AP ::= AdA AP ;
AdvAdv. Adv ::= AdA Adv ;
-- different from AdvVP!
VP ::= AdV VP ;
-- lexicon
Prep ::= "of" | "to" ;
Adv ::= "here" ;
AdA ::= "very" ;
AdV ::= "always" ;