forked from GitHub/gf-rgl
refactored Scandinavian NP agreement features
This commit is contained in:
@@ -2,7 +2,7 @@ concrete ExtraNor of ExtraNorAbs = ExtraScandNor ** open CommonScand, ResNor in
|
||||
|
||||
lin
|
||||
PossNP np pro = {
|
||||
s = \\c => np.s ! NPNom ++ pro.s ! NPPoss np.a.gn ; ---- c
|
||||
s = \\c => np.s ! NPNom ++ pro.s ! NPPoss (gennumAgr np.a) ; ---- c
|
||||
a = np.a
|
||||
} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user