1
0
forked from GitHub/gf-rgl

prodrop pronouns from Anna's grammar

This commit is contained in:
krasimir
2016-08-30 11:28:11 +00:00
parent f1aff40123
commit 5fc11c8cb0
6 changed files with 41 additions and 20 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
concrete ConjunctionSlv of Conjunction =
CatSlv ** open ResSlv in {
CatSlv ** open ResSlv, Prelude in {
lin
ConjNP conj xs = {
s = \\c => xs.s1 ! c ++ conj.s ++ xs.s2 ! c ;
a = {g = xs.a.g; n = conjNumber conj.n xs.a.n; p = xs.a.p}
a = {g = xs.a.g; n = conjNumber conj.n xs.a.n; p = xs.a.p} ;
isPron = False
} ;
ConjAP conj xs = {
s = \\sp,g,c,n => xs.s1 ! sp ! g ! c ! n ++ conj.s ++ xs.s2 ! sp ! g ! c ! n