1
0
forked from GitHub/gf-rgl

Extended the new glueing of prepositions with article to {Construction,Markup,Extra}Ger.

Minor edits of param Weight, mkSubject and entries in LexiconGer.
This commit is contained in:
Hans Leiss
2023-08-03 16:39:30 +02:00
parent 1cad178ec8
commit 0d5919d511
18 changed files with 311 additions and 165 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ lin
a = agrP3 Sg ;
-- isPron = False ;
-- isLight = True ;
w = WLight' ;
w = WLight ;
ext,rc = [] -- added
} ;
CNSymbNP det cn xs = let g = cn.g in {
@@ -23,14 +23,14 @@ lin
a = agrP3 det.n ;
-- isPron = False ;
-- isLight = True ;
w = WLight' ;
w = WLight ;
ext,rc = [] -- added
} ;
CNNumNP cn i = {
-- s = \\c => artDefContr (GSg cn.g) c ++ cn.s ! Weak ! Sg ! Nom ++ i.s ! Neutr ! c ;
s = \\_,c => artDef ! (GSg cn.g) ! c ++ cn.s ! Weak ! Sg ! Nom ++ i.s ! Neutr ! c ; -- HL 8/22 ad hoc
a = agrP3 Sg ;
w = WLight' ;
w = WLight ;
ext,rc = []
} ;