forked from GitHub/gf-rgl
Implement contraction of certain noun phrases and prepositions, e.g. met + dat -> daarmee
This commit is contained in:
@@ -9,7 +9,7 @@ concrete ConjunctionDut of Conjunction =
|
||||
|
||||
ConjAdv conj ss = conjunctDistrSS conj ss ;
|
||||
|
||||
ConjNP conj ss = heavyNP (conjunctDistrTable NPCase conj ss ** {
|
||||
ConjNP conj ss = noMerge ** heavyNP (conjunctDistrTable NPCase conj ss ** {
|
||||
a = {g = Utr ; n = conjNumber conj.n ss.a.n ; p = ss.a.p}
|
||||
}) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user