forked from GitHub/gf-core
cf exper on res
This commit is contained in:
9
lib/resource/exper/Lex.cf
Normal file
9
lib/resource/exper/Lex.cf
Normal file
@@ -0,0 +1,9 @@
|
||||
-- a bigger lexicon
|
||||
|
||||
Pron ::= "I" | "me" | "he" | "she" ;
|
||||
Pron ::= "us" | "we" ;
|
||||
Poss ::= "your" | "his" | "her" | "our" ;
|
||||
Prep ::= "about" | "for" | "from" | "in" ;
|
||||
|
||||
N ::= "car" | "house" | "flight" | "aircraft" ;
|
||||
N_Pl ::= "cars" | "houses" | "flights" | "aircraft" ;
|
||||
Reference in New Issue
Block a user