Skip to content

Commit

Permalink
selecció: mont/muntanya
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Oct 22, 2023
1 parent cc12f96 commit 3f75581
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions apertium-spa-cat.spa-cat.lrx
Original file line number Diff line number Diff line change
Expand Up @@ -7464,6 +7464,20 @@
<match lemma="hambre" tags="n.f.sg"><select lemma="gana"/></match>
</rule>

<!-- monte > muntanya / mont ... -->

<rule weight="0.5">
<match lemma="monte" tags="n.*"><select lemma="muntanya"/></match>
</rule>

<rule weight="1.0">
<match lemma="monte" tags="n.*"><select lemma="mont"/></match>
<or>
<match tags="np.*"/>
<match tags=""/>
</or>
</rule>

<!-- medida > mesura / mida -->

<rule weight="0.5">
Expand Down
2 changes: 1 addition & 1 deletion apertium-spa-cat.spa-cat.metadix
Original file line number Diff line number Diff line change
Expand Up @@ -3899,7 +3899,7 @@
<e r="LR"><p><l>monte<s n="n"/><s n="m"/></l> <r>muntanya<s n="n"/><s n="f"/></r></p></e>
<e r="RL"><p><l>monte<s n="n"/><s n="m"/></l> <r>puig<s n="n"/><s n="m"/></r></p></e>
<e r="RL"><p><l>monte<s n="n"/><s n="m"/></l> <r>forest<s n="n"/><s n="f"/></r></p></e>
<e r="RL"><p><l>monte<s n="n"/><s n="m"/></l> <r>mont<s n="n"/><s n="m"/></r></p></e>
<e> <p><l>monte<s n="n"/><s n="m"/></l> <r>mont<s n="n"/><s n="m"/></r></p></e>
<e> <p><l>Montes<s n="np"/></l> <r>Montes<s n="np"/></r></p></e>
<e> <p><l>montón<s n="n"/><s n="m"/></l> <r>munt<s n="n"/><s n="m"/></r></p></e>
<e> <p><l>monumento<s n="n"/><s n="m"/></l> <r>monument<s n="n"/><s n="m"/></r></p></e>
Expand Down

0 comments on commit 3f75581

Please sign in to comment.