mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 20:18:33 -06:00
some hopefully straightforward additions to Slovenian, all marked with ----AR
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user