1
0
forked from GitHub/gf-rgl

(Pes) Add VVForm as a field to V2S

This commit is contained in:
Inari Listenmaa
2019-04-29 11:36:37 +02:00
parent 516d4444d3
commit 8f965e8556
3 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ concrete LexiconPes of Lexicon = CatPes **
lin
airplane_N = mkN01 "هواپیما" inanimate ;
answer_V2S = mkV2 (compoundV "جواب" giveVerb) "به" False;
answer_V2S = mkV2S (mkV2 (compoundV "جواب" giveVerb) "به" False) ;
apartment_N = mkN01 "آپارتمان" inanimate;
apple_N = mkN01 "سیب" inanimate;
art_N = mkN01 "هنر" inanimate;