forked from GitHub/gf-rgl
update the morphology after the change in the rgl-learner
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -2,8 +2,8 @@ resource ResMkd = open Prelude in {
|
|||||||
|
|
||||||
oper Compl = {s : Str} ;
|
oper Compl = {s : Str} ;
|
||||||
|
|
||||||
param Species = Def Distance | Indef ;
|
param Species = Indef | Def Distance ;
|
||||||
param Distance = Distal | Unspecified | Proximal ;
|
param Distance = Unspecified | Distal | Proximal ;
|
||||||
param Number = Sg | Pl ;
|
param Number = Sg | Pl ;
|
||||||
param NRelType = Pref | AdjMod | AdvMod ;
|
param NRelType = Pref | AdjMod | AdvMod ;
|
||||||
param Gender = Masc | Fem | Neuter ;
|
param Gender = Masc | Fem | Neuter ;
|
||||||
@@ -58,7 +58,7 @@ oper mkVerb : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ :
|
|||||||
P3 => f6
|
P3 => f6
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
aorist = table {
|
aorist = table {
|
||||||
Sg => table {
|
Sg => table {
|
||||||
P1 => f7 ;
|
P1 => f7 ;
|
||||||
P2 => f8 ;
|
P2 => f8 ;
|
||||||
@@ -150,6 +150,7 @@ oper mkAdv : Str -> Adv =
|
|||||||
{ s = f1
|
{ s = f1
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|
||||||
param Case = Acc | Dat ;
|
param Case = Acc | Dat ;
|
||||||
param Role = RSubj | RObj Case | RPrep ;
|
param Role = RSubj | RObj Case | RPrep ;
|
||||||
oper Pron = {s : Role => Str; clitic : Case => Str} ;
|
oper Pron = {s : Role => Str; clitic : Case => Str} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user