mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 01:09:32 -06:00
10 lines
272 B
CFEngine3
10 lines
272 B
CFEngine3
-- 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" ;
|