mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
example Toy0Fin0
This commit is contained in:
16
examples/regulus/toy0/Toy0Fin0.gf
Normal file
16
examples/regulus/toy0/Toy0Fin0.gf
Normal 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" ;
|
||||
}
|
||||
Reference in New Issue
Block a user