(Ara) Add NP field to CN for apposition, to attach poss.suff. correctly

This commit is contained in:
Inari Listenmaa
2018-10-16 17:46:28 +02:00
parent 3acaaed474
commit b33d260377
2 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ concrete CatAra of Cat = CommonX - [Utt] ** open ResAra, Prelude, ParamX in {
-- Noun
CN = ResAra.Noun ** {adj : NTable};
CN = ResAra.Noun ** {adj : NTable ; np : Case => Str};
NP, Pron = ResAra.NP; --{s : Case => Str ; a : Agr } ;
Num,
Ord,