mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 20:36:29 -06:00
(Ger) Changed Quant to remove recently introduced bug that
lead to a metavariable when parsing contracted prepositions
This commit is contained in:
@@ -68,7 +68,8 @@ concrete CatGer of Cat =
|
||||
DAP = {s,sp : Gender => Case => Str ; n : Number ; a : Adjf ; isDef,hasDefArt : Bool} ;
|
||||
|
||||
Quant = {
|
||||
s,sp : GenNum => Case => Str ;
|
||||
s : Bool => GenNum => Case => Str ; -- True if leading DefArtSg is dropped
|
||||
sp : GenNum => Case => Str ; -- and contracted with preposition
|
||||
a : Adjf ;
|
||||
isDefArt : Bool ;
|
||||
delCardOne : Bool -- delete following cardinal 1 (IndefArt and no_Quant)
|
||||
|
||||
Reference in New Issue
Block a user