prepare for numerals with countable forms

This commit is contained in:
Krasimir Angelov
2026-04-11 08:58:08 +02:00
parent 401ac1f954
commit 9e402cb608
4 changed files with 23 additions and 13 deletions
+4
View File
@@ -5,6 +5,10 @@ oper Compl = {s : Str} ;
param Species = Indef | Def Distance ;
param Distance = Unspecified | Distal | Proximal ;
param NRelType = Pref | AdjMod | AdvMod ;
NNumber =
NNum Number
| NCountable
;
param Gender = Masc | Fem | Neuter ;
oper Noun = {s: Species => Number => Str; count_form: Str; vocative: Number => Str; rel: Species => GenNum => Str; relType : NRelType; g: Gender} ; -- 24855
oper mkNoun : (_,_,_,_,_,_,_,_,_,_,_ : Str) -> Gender -> Noun =