make MorphoPol usable as an API

This commit is contained in:
Krasimir Angelov
2023-01-20 18:52:06 +01:00
parent 7085acacc9
commit 14cabc847a
9 changed files with 61 additions and 70 deletions
+3 -3
View File
@@ -113,11 +113,11 @@ concrete CatPol of Cat = CommonX - [CAdv] ** open ResPol, Prelude, (R = ParamX)
-- Substantives moreover have an inherent gender.
N = CommNoun;
N = Noun;
N2 = CommNoun2;
N2 = Noun ** { c : Complement } ;
N3 = CommNoun3;-- ** { c, c2 : Complement } ;
N3 = Noun ** { c1, c2 : Complement } ;
GN, SN, PN = NounPhrase;