Files
gf-core/examples/regulus/toy0/Toy0I.gf
2007-07-06 12:03:47 +00:00

19 lines
262 B
Plaintext

incomplete concrete Toy0I of Toy0 = open Syntax, Lexicon in {
lincat
Spec = Det ;
Noun = N ;
NP = Utt ;
lin
SpecNoun spec noun = mkUtt (mkNP spec noun) ;
One = mkDet n1_Numeral ;
Two = mkDet n2_Numeral ;
Felis = cat_N ;
Canis = dog_N ;
}