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
+1 -5
View File
@@ -41,11 +41,7 @@
param SubstForm = SF Number Case ;
-- oper used in NounMorphoPol.gf
-- type of N, _not_ CN
oper CommNoun = {s : SubstForm => Str; g : Gender};
oper CommNoun2 = CommNoun ** { c : Complement } ;
oper CommNoun3 = CommNoun2 ** { c2 : Complement } ;
oper Noun = {s : SubstForm => Str; g : Gender};
--2 Verbs