mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
Added functionality for V3 in lexicon, rearranged the Paradigms to accomodate it. Implemented Slash2V3 and Slash3V3
This commit is contained in:
@@ -97,12 +97,18 @@ lin
|
||||
find_V2 = mkV2 "bon" ; --: V2 ; -- many words; kureeba, kubóna,kushanga, kumamya,kujumbura
|
||||
kill_V2 = mkV2 "it"; --: V2 ;
|
||||
love_V2 = mkV2 "kûnd"; --: V2 ;
|
||||
read_V2 = mkV2 "shoma";--: V2 ;
|
||||
read_V2 = mkV2 "shom";--: V2 ;
|
||||
see_V2 = mkV2 "reeb"; --: V2 ;
|
||||
teach_V2 = mkV2 "shomes" ; --: V2 ; or kwegyesa
|
||||
understand_V2 = mkV2 "étegyerez"; --: V2 ;
|
||||
wait_V2 = mkV2 "tegyerez"; --: V2 ;
|
||||
|
||||
-- ditransitive verbs
|
||||
add_V3 = mkV3 "gáìt";
|
||||
give_V3 = mkV3 "héére" "za" "ize";
|
||||
sell_V3 = mkV3 "gu" "za" "rize";
|
||||
send_V3 = mkV3 "tum" ;
|
||||
talk_V3 = mkV3 "gamb";
|
||||
|
||||
|
||||
-- Intransitive verbs
|
||||
@@ -123,6 +129,9 @@ lin
|
||||
|
||||
--today_Adv = mkAdv "erizooba" AgrNo;
|
||||
|
||||
|
||||
|
||||
|
||||
{-
|
||||
--Old LexiconCgg.gf
|
||||
burn_V = mkV "sya" ;
|
||||
|
||||
Reference in New Issue
Block a user