Skip to content

Commit

Permalink
Merge pull request #11196 from languagetool-org/lt_marcoagpinto_20250…
Browse files Browse the repository at this point in the history
…117_0722

[pt] Small fix in disambiguation.xml
  • Loading branch information
marcoagpinto authored Jan 17, 2025
2 parents bfdaefa + f2933aa commit 75f1cfd
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3875,7 +3875,21 @@ USA
</marker>
<token postag='SPS.+|RG' postag_regexp='yes'/>
</pattern>
<disambig action="add"><wd pos='VMIP3S0|VMM02S0'/></disambig>
<disambig action="add"><wd pos='VMIP3S0'/></disambig>
<!--
Examples:
Um pouco de bondade de uma pessoa para outra vale mais que todo o amor pela humanidade.
-->
</rule>
<rule> <!-- #3 -->
<pattern>
<token>outra</token>
<marker>
<token regexp='no'>vale</token> <!-- Add verbs as found -->
</marker>
<token postag='SPS.+|RG' postag_regexp='yes'/>
</pattern>
<disambig action="add"><wd pos='VMM02S0'/></disambig>
<!--
Examples:
Um pouco de bondade de uma pessoa para outra vale mais que todo o amor pela humanidade.
Expand Down

0 comments on commit 75f1cfd

Please sign in to comment.