phrasebook Nor compiles again; added make ParseChi and ParseEngChi

This commit is contained in:
aarne
2013-05-30 15:08:45 +00:00
parent 54da504bf8
commit ebf34a3fd3
3 changed files with 7 additions and 289 deletions

View File

@@ -262,7 +262,7 @@ concrete WordsNor of Words = SentencesNor **
\n,x,f,p ->
let num = if_then_else Num n plNum sgNum in {
name = case p.isPron of {
True => PossNP (mkNP the_Quant num x) p.name ;
True => PossNPPron (mkNP the_Quant num x) p.name ;
_ => f num p.name x
} ;
isPron = False ;