bits of sentence syntax in Slovenian

This commit is contained in:
krasimir
2016-05-02 20:35:38 +00:00
parent 9fe7d9b697
commit 11c5687e98
4 changed files with 28 additions and 3 deletions

View 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
} ;
}