prepared examples for Speechgram presentation

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

View File

@@ -7,10 +7,9 @@ param
lincat
Spec = {s : Gender => Str ; n : Number} ;
Noun = {s : Number => Str ; g : Gender} ;
MAIN,NP = {s : Str} ;
NP = {s : Str} ;
lin
Main np = np ;
SpecNoun spec noun = {s = spec.s ! noun.g ++ noun.s ! spec.n} ;
One = {s = table {Fem => "une" ; _ => "un"} ; n = Sg} ;