forked from GitHub/gf-core
initial check for unknown words in parsing
This commit is contained in:
20
examples/regulus/toy0/Toy0I.gf
Normal file
20
examples/regulus/toy0/Toy0I.gf
Normal 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 ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user