changes and additions in estonian in order to get chunking work

This commit is contained in:
inari
2014-10-15 21:57:20 +00:00
parent aa22cd6022
commit 1d1b40cfcf
4 changed files with 132 additions and 10 deletions

View File

@@ -112,6 +112,8 @@ concrete NounEst of Noun = CatEst ** open ResEst, HjkEst, MorphoEst, Prelude in
isDef = True --- "minun kolme autoani ovat" ; thus "...on" is missing
} ;
PossNP cn np = {s = \\nf => np.s ! NPCase Gen ++ cn.s ! nf };
NumSg = {s = \\_,_ => [] ; isNum = False ; n = Sg} ;
NumPl = {s = \\_,_ => [] ; isNum = False ; n = Pl} ;