forked from GitHub/gf-rgl
(Pes) Remove c1 field from V2V, change c2 field from Str to Compl
c1 should be covered by isAux. Though that's not a very informative field either, it just controls if conjThat is inserted (is if isAux=True).
This commit is contained in:
@@ -21,7 +21,7 @@ concrete LexiconPes of Lexicon = CatPes **
|
||||
beautiful_A = mkA "زیبا" ;
|
||||
become_VA = mkV "شدن" "شو";
|
||||
beer_N = mkN01 "آبجو" inanimate;
|
||||
beg_V2V = mkV2V (compoundV "خواهش" doVerb) "از" "" False;
|
||||
beg_V2V = mkV2V (compoundV "خواهش" doVerb) "از" False;
|
||||
big_A = mkA "بزرگ" ;
|
||||
bike_N = mkN01 "دوچرخه" inanimate;
|
||||
bird_N = mkN02 "پرنده" animate;
|
||||
|
||||
Reference in New Issue
Block a user