Updated ParseEng for case-inflected Num.

This commit is contained in:
bjorn
2008-11-19 13:15:36 +00:00
parent 0c538bf80b
commit 76f299b93a

View File

@@ -111,7 +111,7 @@ lin
VerbCN v cn = {s = \\n,c => v.s ! VPresPart ++ cn.s ! n ! c; g = cn.g};
NumOfNP num np = {
s = \\c => num.s ++ "of" ++ np.s ! c ;
s = \\c => num.s ! Nom ++ "of" ++ np.s ! c ;
a = agrP3 num.n
} ;