mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
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} ;
|
||||
|
||||
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 ;
|
||||
@@ -58,7 +58,7 @@ oper mkVerb : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ :
|
||||
P3 => f6
|
||||
}
|
||||
} ;
|
||||
aorist = table {
|
||||
aorist = table {
|
||||
Sg => table {
|
||||
P1 => f7 ;
|
||||
P2 => f8 ;
|
||||
@@ -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} ;
|
||||
|
||||
Reference in New Issue
Block a user