1
0
forked from GitHub/gf-core

example Toy0Fin0

This commit is contained in:
aarne
2007-06-26 08:39:45 +00:00
parent 22ef3cbc04
commit 8e012e656d

View File

@@ -0,0 +1,16 @@
--# -path=present:prelude
concrete Toy0Fin0 of Toy0 = open SyntaxFin, ParadigmsFin in {
lincat
Spec = Det ;
Noun = N ;
NP = Utt ;
lin
SpecNoun spec noun = mkUtt (SyntaxFin.mkNP spec noun) ;
One = mkDet one_Quant ;
Two = mkDet (mkNum n2_Numeral) ;
Felis = mkN "kissa" ;
Canis = mkN "koira" ;
}