mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fix Dutch mkVP : CN -> VP
This commit is contained in:
@@ -75,7 +75,9 @@ concrete VerbDut of Verb = CatDut ** open Prelude, ResDut in {
|
||||
|
||||
UseCopula = predV zijn_V;
|
||||
|
||||
CompCN cn = {s = \\a => cn.s ! Strong ! NF a.n Nom} ;
|
||||
CompCN cn = {s = \\a => case a.n of {
|
||||
Sg => "een" ++ cn.s ! Strong ! NF Sg Nom ;
|
||||
Pl => cn.s ! Strong ! NF Pl Nom }} ;
|
||||
CompAP ap = {s = \\_ => ap.s ! APred} ;
|
||||
CompNP np = {s = \\_ => np.s ! NPNom} ;
|
||||
CompAdv a = {s = \\_ => a.s} ;
|
||||
|
||||
Reference in New Issue
Block a user