forked from GitHub/gf-core
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
18
old-examples/regulus/toy0/Toy0I.gf
Normal file
18
old-examples/regulus/toy0/Toy0I.gf
Normal file
@@ -0,0 +1,18 @@
|
||||
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 ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user