1
0
forked from GitHub/gf-rgl

(Som) WIP: Conjunctions

This commit is contained in:
Inari Listenmaa
2019-07-31 17:50:50 +02:00
parent 60508533d2
commit 4d79df8406
7 changed files with 57 additions and 35 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ concrete PhraseSom of Phrase = CatSom ** open Prelude, ResSom in {
UttInterj i = i ;
NoPConj = {s = []} ;
PConjConj conj = { s = conj.s1 ++ conj.s2 } ;
PConjConj conj = {s = conj.s1 ++ conj.s2 ! Indefinite} ;
NoVoc = {s = []} ;
VocNP np = { s = "," ++ np.s ! Abs } ; --TODO: vocative exists