mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
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