forked from GitHub/gf-rgl
(Hun) Add non-empty string to IndefArt.sp
Otherwise it's added to any possible tree, massive ambiguity problem.
This commit is contained in:
@@ -142,8 +142,8 @@ concrete NounHun of Noun = CatHun ** open ResHun, Prelude, Coordination in {
|
||||
|
||||
-- : Quant
|
||||
IndefArt = {
|
||||
s,
|
||||
sp = \\n,_ => case n of {Sg => "egy" ; Pl => []} ;
|
||||
s = \\n,_ => case n of {Sg => "egy" ; Pl => []} ;
|
||||
sp = \\n,_ => case n of {Sg => "egy" ; Pl => "sok"} ;
|
||||
isIndefArt = True ;
|
||||
objdef = Indef ;
|
||||
caseagr = True ;
|
||||
|
||||
Reference in New Issue
Block a user