forked from GitHub/gf-rgl
allow compound nouns with dash
This commit is contained in:
@@ -251,7 +251,8 @@ concrete ExtendEng of Extend =
|
||||
SlashBareV2S v s = insertExtrac s.s (predVc v) ;
|
||||
|
||||
CompoundN noun cn = {
|
||||
s = \\n,c => noun.s ! Sg ! Nom ++ cn.s ! n ! c ;
|
||||
s = variants {\\n,c => noun.s ! Sg ! Nom ++ cn.s ! n ! c ;
|
||||
\\n,c => noun.s ! Sg ! Nom ++ BIND++"-"++BIND ++ cn.s ! n ! c} ;
|
||||
g = cn.g
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user