update the morphology after the change in the rgl-learner

This commit is contained in:
Krasimir Angelov
2024-12-03 20:06:49 +01:00
parent 6b5df036e3
commit 89f2a9dea6
3 changed files with 9378 additions and 4964 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -2,8 +2,8 @@ resource ResMkd = open Prelude in {
oper Compl = {s : Str} ;
param Species = Def Distance | Indef ;
param Distance = Distal | Unspecified | Proximal ;
param Species = Indef | Def Distance ;
param Distance = Unspecified | Distal | Proximal ;
param Number = Sg | Pl ;
param NRelType = Pref | AdjMod | AdvMod ;
param Gender = Masc | Fem | Neuter ;
@@ -150,6 +150,7 @@ oper mkAdv : Str -> Adv =
{ s = f1
} ;
param Case = Acc | Dat ;
param Role = RSubj | RObj Case | RPrep ;
oper Pron = {s : Role => Str; clitic : Case => Str} ;