1
0
forked from GitHub/gf-rgl

(Por) minor updates (#43)

* fix linearization of either/or

* (Por) minor updates
- correction in Lexicon
- documentation in Morpho
- rm variants from Structural

* (Por) correct references to extinct opers
This commit is contained in:
bruno cuconato
2018-05-18 10:36:56 +00:00
committed by Inari Listenmaa
parent c50360078f
commit fe0b7c13fe
4 changed files with 21 additions and 19 deletions
+2 -2
View File
@@ -281,8 +281,8 @@ lin
kill_V2 = dirV2 (mkV "matar") ;
know_V2 = mkV2 (mkV "conhecer") ;
learn_V2 = dirV2 (mkV "aprender") ;
leave_V2 = dirV2 (mkV "partir") ; -- irse, dejar
like_V2 = dirV2 (mkV "gostar") ;
leave_V2 = dirV2 (mkV "partir") ;
like_V2 = mkV2 (mkV "gostar") genitive ;
listen_V2 = dirV2 (mkV "escutar") ;
lose_V2 = dirV2 (mkV (perder_44 "perder")) ;
love_V2 = dirV2 (mkV "amar") ;