forked from GitHub/gf-core
changed CompoundCN to CompoundN with type N -> N -> N to reduce overgeneration and re-enable ambiguity
This commit is contained in:
@@ -48,7 +48,7 @@ lin
|
||||
|
||||
|
||||
lin
|
||||
CompoundCN noun cn = {
|
||||
CompoundN noun cn = {
|
||||
s = \\n => cn.s ! n ++ "de" ++ noun.s ! Sg ;
|
||||
g = cn.g
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user