missing constructs in ParseSpa, some not so certain. Present participles should be added to the morphology.

This commit is contained in:
aarne
2013-04-29 13:36:48 +00:00
parent d2627125e6
commit 20d63050a4
2 changed files with 52 additions and 34 deletions

View File

@@ -166,4 +166,8 @@ incomplete concrete NounRomance of Noun =
g = g
} ;
PossNP cn np = {
s = \\n => cn.s ! n ++ appCompl {s = [] ; c = genitive ; isDir = False} np ;
g = cn.g ;
} ;
}