Skip to content

Commit

Permalink
Afegit suport forma valenciana dels verbs incoatius
Browse files Browse the repository at this point in the history
  • Loading branch information
donissegui committed Oct 30, 2023
1 parent 27cb3b2 commit 20d8429
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apertium-cat.cat.metadix
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<sdef n="v:este" c="Variant: aquest -> este" />
<sdef n="v:eixe" c="Variant: aqueix -> eixe" />
<sdef n="v:aqueix_aquest" c="Variant: aqueix -> aquest" />
<sdef n="v:verbs_incoatius" c="Variant: vesteixc -> vestisc" />
</sdefs>

This comment has been minimized.

Copy link
@jaumeortola

jaumeortola Oct 30, 2023

Collaborator

L'etiqueta hauria de ser incoatius_ix, i l'exemple pot ser "vesteix -> vestix".
El cas vestesc/vestisc, vestesca/vestisca va per una altra banda, però no s'ha de tocar res, perquè per defecte funciona amb "vestisc" i "vestisca".

This comment has been minimized.

Copy link
@donissegui

donissegui Oct 30, 2023

Author Collaborator

D'acord, ho canviem nosaltres, gràcies

<pardefs>
<pardef n="v:pre2017">
Expand Down Expand Up @@ -189,6 +190,10 @@
<e r="LR"><p><l></l><r></r></p></e>
<e r="RL"><p><l><s n="v:aqueix_aquest"/></l><r></r></p></e>
</pardef>
<pardef n="v:verbs_incoatius">
<e r="LR"><p><l></l><r></r></p></e>
<e r="RL"><p><l><s n="v:verbs_incoatius"/></l><r></r></p></e>
</pardef>
<pardef n="prefixes_adj">
<e><p><l>micro</l><r>_prefix_micro_</r></p></e>
<e><p><l>macro</l><r>_prefix_macro_</r></p></e>
Expand Down Expand Up @@ -15462,6 +15467,7 @@
<e r="LR"><p><l>ixen</l> <r>ir<s n="vblex"/><s n="pri"/><s n="p3"/><s n="pl"/></r></p></e>

<e> <p><l>eix</l> <r>ir<s n="vblex"/><s n="pri"/><s n="p3"/><s n="sg"/></r></p></e>
<e> <p><l>ix</l> <r>ir<s n="vblex"/><s n="pri"/><s n="p3"/><s n="sg"/></r></p><par n="v:verbs_incoatius"/></e>

<e r="LR"><p><l>ix</l> <r>ir<s n="vblex"/><s n="pri"/><s n="p3"/><s n="sg"/></r></p></e>

This comment has been minimized.

Copy link
@jaumeortola

jaumeortola Oct 30, 2023

Collaborator

Això és correcte. Però també eliminem la línia següent (15472), que fa el mateix. Substituïm l'una per l'altra.


Expand Down
1 change: 1 addition & 0 deletions apertium-cat.cat.prefs.rlx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ IFF (v:redo) (0 (VAR:redo)) ;
IFF (v:hui) (0 (VAR:hui)) ;
IFF (v:este) (0 (VAR:este)) ;
IFF (v:eixe) (0 (VAR:eixe)) ;
IFF (v:verbs_incoatius) (0 (VAR:verbs_incoatius)) ;
SELECT (v:aqueix_aquest) ;


1 change: 0 additions & 1 deletion apertium-cat.cat_valencia.prefs.rlx
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ SELECT (v:motle) ;
SELECT (v:nadar) ;
SELECT (v:redo) ;
SELECT (v:hui) ;
SELECT (v:eixe) ;

This comment has been minimized.

Copy link
@jaumeortola

jaumeortola Oct 30, 2023

Collaborator

Per què canvieu aquesta preferència? Això no és la variant de la gva, i no ho heu de canviar.

1 change: 1 addition & 0 deletions apertium-cat.cat_valencia_gva.prefs.rlx
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ SELECT (v:redo) ;
SELECT (v:hui) ;
SELECT (v:este) ;
SELECT (v:eixe) ;
SELECT (v:verbs_incoatius) ;

0 comments on commit 20d8429

Please sign in to comment.