mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
(Ger) Some lincats changed to remove number in plural; DetQuant and DetQuantOrd reimplemented
This commit is contained in:
@@ -6,32 +6,32 @@ lin
|
||||
SymbPN i = {s = \\c => i.s ; g = Neutr ; n = Sg} ; --- c
|
||||
IntPN i = {s = \\c => i.s ; g = Neutr ; n = Sg} ; --- c
|
||||
FloatPN i = {s = \\c => i.s ; g = Neutr ; n = Sg} ; --- c
|
||||
NumPN i = {s = i.s ! Neutr ; g = Neutr ; n = Sg} ; --- c
|
||||
NumPN i = {s = \\c => i.s ! APred ; g = Neutr ; n = Sg} ; --- c -- HL
|
||||
|
||||
CNIntNP cn i = {
|
||||
s = \\_,c => cn.s ! Weak ! Sg ! Nom ++ i.s ;
|
||||
a = agrP3 Sg ;
|
||||
w = WLight ;
|
||||
ext,rc = [] -- added
|
||||
ext,rc = []
|
||||
} ;
|
||||
CNSymbNP det cn xs = let g = cn.g in {
|
||||
s = \\b,c => det.s ! b ! g ! c ++ cn.s ! adjfCase det.a c ! det.n ! c ++ xs.s ;
|
||||
a = agrP3 det.n ;
|
||||
w = WLight ;
|
||||
ext,rc = [] -- added
|
||||
ext,rc = []
|
||||
} ;
|
||||
CNNumNP cn i = {
|
||||
s = \\b,c => case b of {True => [] ; False => artDef ! (GSg cn.g) ! c}
|
||||
++ cn.s ! Weak ! Sg ! Nom ++ i.s ! Neutr ! c ;
|
||||
++ cn.s ! Weak ! Sg ! Nom ++ i.s ! AMod (GSg Neutr) c ;
|
||||
a = agrgP3 cn.g Sg ; -- HL 27.9.2023
|
||||
w = WDefArt ; -- im Haus 14
|
||||
ext,rc = [] -- added
|
||||
ext,rc = []
|
||||
} ;
|
||||
|
||||
SymbS sy = {s = \\_ => sy.s} ;
|
||||
|
||||
SymbNum n = {s = \\_,_ => n.s ; n = Pl ; isNum = True} ;
|
||||
SymbOrd n = {s = \\_ => glue n.s "."} ;
|
||||
SymbNum n = {s = \\_ => n.s ; n = Pl ; isNum = True} ;
|
||||
SymbOrd n = {s = \\_ => glue n.s "."} ;
|
||||
|
||||
|
||||
lincat
|
||||
|
||||
Reference in New Issue
Block a user