mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 17:52:51 -06:00
cf exper on res
This commit is contained in:
22
lib/resource/exper/Adverb.cf
Normal file
22
lib/resource/exper/Adverb.cf
Normal 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" ;
|
||||
Reference in New Issue
Block a user