some hopefully straightforward additions to Slovenian, all marked with ----AR

This commit is contained in:
aarne
2016-10-04 10:29:39 +00:00
parent 056b885f29
commit d2d349c93d
7 changed files with 87 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
----AR BEGIN the whole IdiomSlv
concrete IdiomSlv of Idiom = CatSlv **
open ParadigmsSlv, ResSlv, Prelude in {
lin
ExistNP np =
mkClause [] np.a False {
s = \\p,vform => ne ! p ++ (mkV "obstajati" "obstaja").s ! vform ;
s2 = \\a => np.s ! Nom ;
isCop = False
} ;
}
----AR END