mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 02:58:35 -06:00
(Ara) Add new paradigm for assimilated+defective FormI verbs
This commit is contained in:
@@ -462,9 +462,10 @@ resource ParadigmsAra = open
|
||||
root = mkRoot3 rootStr
|
||||
} in {
|
||||
s =
|
||||
case root.l of {
|
||||
#weak => (v2defective root).s;
|
||||
_ => (v2sound root).s
|
||||
case rootStr of {
|
||||
-- #weak + ? + ? =>
|
||||
? + ? + #weak => (v2defective root).s;
|
||||
_ => (v2sound root).s
|
||||
};
|
||||
lock_V = <>
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user