mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
extended cf syntax; Det experiment
This commit is contained in:
25
lib/resource/exper/Det.cf
Normal file
25
lib/resource/exper/Det.cf
Normal file
@@ -0,0 +1,25 @@
|
||||
NP ::= Det CN ;
|
||||
Det ::= Predets Quants ;
|
||||
|
||||
Predets ::= ;
|
||||
|
||||
Predets ::= "only" | "just" ;
|
||||
Quants ::= "this" | "my" | "one" | "the" | "a" | "every" | "some" ;
|
||||
|
||||
NP ::= Detp CNp ;
|
||||
Detp ::= Predet Quant Num ;
|
||||
|
||||
Predet ::= ;
|
||||
Quant ::= ;
|
||||
Num ::= ;
|
||||
|
||||
Predet ::= "all" | "only" | "just" ;
|
||||
|
||||
Quant ::= "these" | "my" | "many" | "some" ;
|
||||
|
||||
Num ::= "four" ;
|
||||
|
||||
CNp ::= "sons" ;
|
||||
CN ::= "son" ;
|
||||
|
||||
--
|
||||
Reference in New Issue
Block a user