mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 05:52:51 -06:00
changed CompoundCN to CompoundN with type N -> N -> N to reduce overgeneration and re-enable ambiguity
This commit is contained in:
@@ -47,7 +47,7 @@ lin
|
||||
}
|
||||
) ;
|
||||
|
||||
CompoundCN noun cn = {
|
||||
CompoundN noun cn = {
|
||||
s = \\nf => noun.s ! 10 ++ BIND ++ cn.s ! nf ;
|
||||
h = cn.h
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user