mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-17 23:30:14 -06:00
(Ger) Changed Quant to remove recently introduced bug that
lead to a metavariable when parsing contracted prepositions
This commit is contained in:
@@ -26,11 +26,14 @@ concrete ExtendGer of Extend =
|
||||
(P = ParadigmsGer) in {
|
||||
|
||||
lin
|
||||
GenNP np = {
|
||||
s,sp = \\gn,c => np.s ! False ! Gen ++ np.ext ++ np.rc ;
|
||||
a = Strong ;
|
||||
isDefArt = False ;
|
||||
delCardOne = False
|
||||
GenNP np =
|
||||
let tab : GenNum => Case => Str =
|
||||
\\gn,c => np.s ! False ! Gen ++ np.ext ++ np.rc
|
||||
in {s = \\_ => tab ;
|
||||
sp = tab ;
|
||||
a = Strong ;
|
||||
isDefArt = False ;
|
||||
delCardOne = False
|
||||
} ;
|
||||
|
||||
EmptyRelSlash slash = {
|
||||
|
||||
Reference in New Issue
Block a user