1
0
forked from GitHub/gf-rgl

(May) Add some determiners + fix word order in DetCN

This commit is contained in:
Inari Listenmaa
2020-08-18 21:34:04 +02:00
parent c98f9a84d8
commit 53eb8ab9df
3 changed files with 16 additions and 7 deletions

View File

@@ -68,10 +68,10 @@ lin much_Det = R.indefDet "" sg ;
lin somePl_Det =
lin someSg_Det =
lin no_Quant =
lin that_Quant =
lin this_Quant =
lin which_IQuant =
lin no_Quant = -}
lin that_Quant = mkQuant "itu" ;
lin this_Quant = mkQuant "ini" ;
{-lin which_IQuant =
-----