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