mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-05 02:34:15 -06:00
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