(Pes) Adding fields to some lexical categories

This commit is contained in:
Inari Listenmaa
2019-03-04 16:48:20 +01:00
parent ca51eaf433
commit e2a3791ccf
4 changed files with 42 additions and 34 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ concrete LexiconPes of Lexicon = CatPes **
bad_A = mkA "بد" ;
bank_N = mkN01 "بانک" inanimate;
beautiful_A = mkA "زیبا" ;
become_VA = mkV "شدن" "شو";
become_VA = mkVA (mkV "شدن" "شو") ;
beer_N = mkN01 "آبجو" inanimate;
beg_V2V = mkV2V (compoundV "خواهش" doVerb) "از" False;
big_A = mkA "بزرگ" ;