1
0
forked from GitHub/gf-core

initial check for unknown words in parsing

This commit is contained in:
aarne
2007-06-11 07:49:30 +00:00
parent 84c08b1401
commit 265f29afb6
11 changed files with 33 additions and 9 deletions

View File

@@ -0,0 +1,20 @@
incomplete concrete Toy0I of Toy0 = open Syntax, Lexicon in {
lincat
Spec = Det ;
Noun = N ;
NP = Syntax.NP ;
MAIN = Utt ;
lin
Main np = mkUtt np ;
SpecNoun spec noun = mkNP spec noun ;
One = mkDet one_Quant ;
Two = mkDet (mkNum n2_Numeral) ;
Felis = cat_N ;
Canis = dog_N ;
}