mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 19:48:34 -06:00
(Pes) Add VVForm as a field to V2S
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user