mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
removed yi from Chi plural indef
This commit is contained in:
@@ -21,6 +21,7 @@ concrete NounChi of Noun = CatChi ** open ResChi, Prelude in {
|
||||
DetQuant quant num = {
|
||||
s = case num.numType of {
|
||||
NTFull => quant.pl ++ num.s ; -- to avoid yi in indef
|
||||
NTVoid Pl => quant.pl ++ num.s ;
|
||||
_ => quant.s ++ num.s
|
||||
} ;
|
||||
detType = case num.numType of {
|
||||
|
||||
Reference in New Issue
Block a user