forked from GitHub/gf-rgl
extended cf syntax; Det experiment
This commit is contained in:
25
resource/exper/Det.cf
Normal file
25
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