mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 11:38:34 -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:
@@ -108,7 +108,7 @@ lin
|
||||
lamp_N = regN "lámpara" ;
|
||||
learn_V2 = dirV2 (regV "aprender") ;
|
||||
leather_N = regN "cuero" ;
|
||||
leave_V2 = dirV2 (regV "partir") ; -- irse, dejar
|
||||
leave_V2 = mkV2 (mkV "partir") genitive ; -- irse, dejar
|
||||
like_V2 = dirV2 (regV "gustar") ;
|
||||
listen_V2 = dirV2 (regV "escuchar") ;
|
||||
live_V = verboV (vivir_7 "vivir") ;
|
||||
|
||||
Reference in New Issue
Block a user