mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
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