monosyllable prefix

This commit is contained in:
Meowyam
2022-01-12 15:20:26 +08:00
committed by Inari Listenmaa
parent 0c55010376
commit 1a3b3ef796
8 changed files with 34 additions and 11 deletions

View File

@@ -15,13 +15,13 @@ lin very_AdA = mkAdA "" ;
lin as_CAdv = { s = "" ; p = [] } ;
lin less_CAdv = { s = "" ; p = [] } ;
lin more_CAdv = { s = "" ; p = [] } ;
lin how_IAdv = ss "" :
lin how8much_IAdv = ss "" ;
lin when_IAdv = ss "" ;
-}
lin where_IAdv = { s = "mana"; isPre = False } ;
lin why_IAdv = {s = "mengapa"; isPre = True } ;
lin how_IAdv = { s = "bagaimana"; isPre = True ; vf = Active } ;
lin where_IAdv = { s = "mana"; isPre = False ; vf = Root } ;
lin why_IAdv = {s = "mengapa"; isPre = True ; vf = Root } ;
{-