forked from GitHub/gf-core
prepared examples for Speechgram presentation
This commit is contained in:
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user