mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(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
|
-- : Quant
|
||||||
IndefArt = {
|
IndefArt = {
|
||||||
s,
|
s = \\n,_ => case n of {Sg => "egy" ; Pl => []} ;
|
||||||
sp = \\n,_ => case n of {Sg => "egy" ; Pl => []} ;
|
sp = \\n,_ => case n of {Sg => "egy" ; Pl => "sok"} ;
|
||||||
isIndefArt = True ;
|
isIndefArt = True ;
|
||||||
objdef = Indef ;
|
objdef = Indef ;
|
||||||
caseagr = True ;
|
caseagr = True ;
|
||||||
|
|||||||
Reference in New Issue
Block a user