1
0
forked from GitHub/gf-rgl

add two new parameters in Estonian verb: passive conditional and imperfect. Change bunch of other files to reflect the change.

This commit is contained in:
inari
2014-10-17 14:50:53 +00:00
parent e07df1a94d
commit 12c44c3a0b
5 changed files with 47 additions and 53 deletions

View File

@@ -58,7 +58,7 @@ concrete ExtraEst of ExtraEstAbs = CatEst **
t.s ++ p.s ++
vps.fin ++ vps.inf ++
vp.s2 ! True ! p.p ! a ++
vp.adv ! p.p ++
vp.adv ++
vp.ext ;
sc = vp.sc ;
} ;
@@ -248,14 +248,6 @@ concrete ExtraEst of ExtraEstAbs = CatEst **
ClPlusWithObj c = c ;
ClPlusWithAdv c = c ;
noPart = {s = []} ;
{-han_Part = mkPart "han" "hän" ;
pa_Part = mkPart "pa" "pä" ;
pas_Part = mkPart "pas" "päs" ;
ko_Part = mkPart "ko" "kö" ;
kos_Part = mkPart "kos" "kös" ;
kohan_Part = mkPart "kohan" "köhän" ;
pahan_Part = mkPart "pahan" "pähän" ;
-}
gi_Part = ss "gi" | ss "ki" ;
}