(Est) Improve interrogative agreement

This commit is contained in:
Inari Listenmaa
2022-05-02 20:39:03 +08:00
parent 263ee4319d
commit f1e14bbd5f
4 changed files with 36 additions and 38 deletions

View File

@@ -48,6 +48,7 @@ concrete StructuralEst of Structural = CatEst **
how8much_IAdv = ss "kui palju" ;
how8many_IDet = {
s = \\c => "kui" ++ (mkN "mitu" "mitme" "mitut" "TODO" "TODO" "TODO").s ! NCase Sg c ;
post = \\c => [] ;
n = Sg ;
isNum = False
} ;