1
0
forked from GitHub/gf-rgl

cf exper on res

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

22
resource/exper/Adverb.cf Normal file
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" ;