1
0
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:
Inari Listenmaa
2020-04-21 10:21:13 +02:00
parent a73f3b12d3
commit 7b03a6dc3b

View File

@@ -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 ;