mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-08 01:26:32 -06:00
refactored Scandinavian NP agreement features
This commit is contained in:
@@ -32,7 +32,7 @@ concrete IdiomDan of Idiom = CatDan **
|
||||
ProgrVP vp =
|
||||
insertObj (\\a => ["ved å"] ++ infVP vp a) (predV verbBe) ;
|
||||
|
||||
ImpPl1 vp = {s = ["lad os"] ++ infVP vp {gn = Plg ; p = P1}} ;
|
||||
ImpPl1 vp = {s = ["lad os"] ++ infVP vp {g = Utr ; n = Pl ; p = P1}} ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user