1
0
forked from GitHub/gf-rgl

invariable verb must_VV in persian

This commit is contained in:
Aarne Ranta
2017-09-14 18:03:32 +02:00
parent 29380f0df0
commit ca83d4be7d
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -122,7 +122,9 @@ oper
compoundV : Str -> V -> V = \s,v -> {s = \\vf => s ++ v.s ! vf ; lock_V = <>} ;
compoundV : Str -> V2 -> V = \s,v -> {s = \\vf => s ++ v.s ! vf ; lock_V = <>} ;
};
invarV : Str -> V -- for verbs like " بایستن " ("must"), which don't inflect
= \s -> lin V {s = \\_ => s} ;
----2 Adverbs
mkAdv : Str -> Adv = \str -> {s = str ; lock_Adv = <>};