implemented the top-17 missing functions in ParseChi; shaky definitions though

This commit is contained in:
aarne
2013-09-24 15:43:43 +00:00
parent 2e402173a0
commit 31d3fc7f85
9 changed files with 63 additions and 36 deletions
+2
View File
@@ -86,4 +86,6 @@ concrete NounChi of Noun = CatChi ** open ResChi, Prelude in {
PossNP cn np = {s = np.s ++ possessive_s ++ cn.s ; c = cn.c} ;
CountNP det np = {s = det.s ++ possessive_s ++ np.s} ; ---- classifier?
}