1
0
forked from GitHub/gf-core

prepared examples for Speechgram presentation

This commit is contained in:
aarne
2007-06-25 15:33:40 +00:00
parent 8cdbaa39f7
commit b114cb6283
9 changed files with 16 additions and 20 deletions

View File

@@ -3,12 +3,10 @@ incomplete concrete Toy0I of Toy0 = open Syntax, Lexicon in {
lincat
Spec = Det ;
Noun = N ;
NP = Syntax.NP ;
MAIN = Utt ;
NP = Utt ;
lin
Main np = mkUtt np ;
SpecNoun spec noun = mkNP spec noun ;
SpecNoun spec noun = mkUtt (mkNP spec noun) ;
One = mkDet one_Quant ;
Two = mkDet (mkNum n2_Numeral) ;