forked from GitHub/gf-rgl
invariable verb must_VV in persian
This commit is contained in:
@@ -123,6 +123,8 @@ oper
|
||||
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 = <>};
|
||||
|
||||
@@ -49,7 +49,7 @@ concrete StructuralPes of Structural = CatPes **
|
||||
more_CAdv = {s = "بیشتر" ; p = "" } ;
|
||||
most_Predet = ss "اکثر";
|
||||
much_Det = mkDet ["مقدار زیادی"] Pl ;
|
||||
must_VV = mkV_1 " بایستن " ** {isAux = True} ; ---- AR
|
||||
must_VV = invarV " بایستن " ** {isAux = True} ; ---- AR
|
||||
-- must_VV = {
|
||||
-- s = table {
|
||||
-- VVF VInf => ["هوe تْ"] ;
|
||||
|
||||
Reference in New Issue
Block a user