mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
bits of sentence syntax in Slovenian
This commit is contained in:
11
lib/src/slovenian/SentenceSlv.gf
Normal file
11
lib/src/slovenian/SentenceSlv.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
concrete SentenceSlv of Sentence = CatSlv ** open Prelude, ResSlv in {
|
||||
|
||||
lin
|
||||
PredVP np vp = mkClause (np.s ! Nom) np.a vp ;
|
||||
|
||||
UseCl t p cl = {
|
||||
s = t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user