mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-03 04:28:33 -06:00
(Por) add ter as optional auxiliary verb
- make it the default - add paradigm to pick verb type (pick auxiliary verb or make it reflexive) (Por,Spa) fix lexicon entry
This commit is contained in:
@@ -281,7 +281,7 @@ lin
|
||||
kill_V2 = mkV2 (mkV "matar" "morto") ;
|
||||
know_V2 = mkV2 (mkV "conhecer") ;
|
||||
learn_V2 = mkV2 (mkV "aprender") ;
|
||||
leave_V2 = mkV2 (mkV "partir") ;
|
||||
leave_V2 = mkV2 (mkV "partir") genitive ;
|
||||
like_V2 = mkV2 (mkV "gostar") genitive ;
|
||||
listen_V2 = mkV2 (mkV "escutar") ;
|
||||
lose_V2 = mkV2 (mkV (perder_Besch "perder")) ;
|
||||
|
||||
Reference in New Issue
Block a user