mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
German relative "was" in RelS
This commit is contained in:
@@ -174,13 +174,13 @@ concrete NounGer of Noun = CatGer ** open ResGer, MorphoGer, Prelude in {
|
||||
|
||||
RelCN cn rs = {
|
||||
s = \\a,n,c => cn.s ! a ! n ! c ++ "," ++
|
||||
rs.s ! gennum cn.g n ;
|
||||
rs.s ! RGenNum (gennum cn.g n) ;
|
||||
g = cn.g
|
||||
} ;
|
||||
|
||||
RelNP np rs = {
|
||||
s = \\c => np.s ! c ++ "," ++
|
||||
rs.s ! gennum (genderAgr np.a) (numberAgr np.a) ;
|
||||
rs.s ! RGenNum (gennum (genderAgr np.a) (numberAgr np.a)) ;
|
||||
a = np.a ;
|
||||
isPron = False
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user