mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
(Pes) misc small fixes and additions
Co-Authored-By: Nasrin Mostofian <nasrin.mostofian@gmail.com>
This commit is contained in:
@@ -215,7 +215,7 @@ concrete LexiconPes of Lexicon = CatPes **
|
||||
woman_N = mkN02 "زن" animate;
|
||||
wonder_VQ = compoundV "متعجب" beVerb ;
|
||||
wood_N = mkN01 "چوب" inanimate;
|
||||
write_V2 = mkV2 (mkV "نوشتن" "نویس") "را" ;
|
||||
write_V2 = mkV2 (mkV "نوشتن" "نویس") ; -- would need ra with a definite object, but better rule of thumb to go without ra /NM
|
||||
yellow_A = mkA "زرد" ;
|
||||
young_A = mkA "جوان""جوانانه" ;
|
||||
do_V2 = mkV2 (compoundV "انجام" giveVerb) "را";
|
||||
|
||||
Reference in New Issue
Block a user