1
0
forked from GitHub/gf-core

added and_Conj in StructuralSlv

This commit is contained in:
krasimir
2016-06-15 08:28:14 +00:00
parent 2f508cbd83
commit 345c2bbc8f
2 changed files with 4 additions and 1 deletions

View File

@@ -310,5 +310,7 @@ oper
mkInterj : Str -> Interj =
\s -> lin Interj {s=s} ;
mkConj : Str -> Conj =
\s -> lin Conj {s=s} ;
}

View File

@@ -1,6 +1,7 @@
concrete StructuralSlv of Structural = CatSlv ** open ResSlv, ParadigmsSlv in {
lin
and_Conj = mkConj "in" ;
he_Pron = mkPron "òn" "njêga" "njêga" "njêmu" "njêm" "njím" "njegôv" Masc Sg P3 ;
i_Pron = mkPron "jàz" "méne" "méne" "méni" "méni" ("menój"|"máno") "mój" Masc Sg P1 ;
it_Pron = mkPron "ôno" "njêga" "njêga" "njêmu" "njêm" "njím" ("njegôv"|"njegòv") Neut Sg P3 ;