mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 12:12:51 -06:00
changed CompoundCN to CompoundN with type N -> N -> N to reduce overgeneration and re-enable ambiguity
This commit is contained in:
@@ -64,8 +64,8 @@ lin
|
||||
PredVPosv = G.PredVP;
|
||||
PredVPovs = G.PredVP;
|
||||
|
||||
CompoundCN noun cn = {
|
||||
s = \\af,nf => glue (noun.s ! NF Sg Nom) (cn.s ! af ! nf) ;
|
||||
CompoundN noun cn = {
|
||||
s = \\nf => glue (noun.s ! NF Sg Nom) (cn.s ! nf) ; ---- TODO: introduce compound form
|
||||
g = cn.g
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user