Skip to content

Commit

Permalink
distintos > diferents/distints
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Jun 18, 2024
1 parent 057ac5b commit 253d637
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 11 additions & 0 deletions apertium-spa-cat.spa-cat.lrx
Original file line number Diff line number Diff line change
Expand Up @@ -2419,6 +2419,17 @@
</or>
</rule>

<!-- distinto > diferent / distint -->

<rule weight="0.5">
<match lemma="distinto" tags="adj.*.*"><select lemma="distint"/></match>
</rule>

<rule weight="1">
<match lemma="distinto" tags="adj.*.pl"><select lemma="diferent"/></match>
<match tags="n.*"></match>
</rule>

<!-- bolsa > bossa / borsa -->

<rule weight="0.5">
Expand Down
6 changes: 5 additions & 1 deletion apertium-spa-cat.spa-cat.metadix
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,11 @@
<e> <p><l>discreto<s n="adj"/></l> <r>discret<s n="adj"/></r></p></e>
<e> <p><l>disponible<s n="adj"/></l> <r>disponible<s n="adj"/></r></p></e>
<e> <p><l>distante<s n="adj"/></l> <r>distant<s n="adj"/></r></p></e>
<e> <p><l>distinto<s n="adj"/></l> <r>distint<s n="adj"/></r></p></e>
<e r="RL"><p><l>distinto<s n="adj"/></l> <r>distint<s n="adj"/></r></p></e>
<e r="LR"><p><l>distinto<s n="adj"/><s n="m"/></l> <r>diferent<s n="adj"/><s n="mf"/></r></p></e>
<e r="LR"><p><l>distinto<s n="adj"/><s n="f"/></l> <r>diferent<s n="adj"/><s n="mf"/></r></p></e>
<e r="LR"><p><l>distinto<s n="adj"/><s n="m"/></l> <r>distint<s n="adj"/><s n="m"/></r></p></e>
<e r="LR"><p><l>distinto<s n="adj"/><s n="f"/></l> <r>distint<s n="adj"/><s n="f"/></r></p></e>
<e> <p><l>divino<s n="adj"/></l> <r>diví<s n="adj"/></r></p></e>
<e> <p><l>doble<s n="adj"/></l> <r>doble<s n="adj"/></r></p></e>
<e> <p><l>dócil<s n="adj"/></l> <r>dòcil<s n="adj"/></r></p></e>
Expand Down

0 comments on commit 253d637

Please sign in to comment.