Skip to content

Commit

Permalink
Merge pull request #11073 from languagetool-org/lt_marcoagpinto_20241…
Browse files Browse the repository at this point in the history
…130_1033

[pt] More verbs/nouns fixes in disambiguation.xml
  • Loading branch information
marcoagpinto authored Nov 30, 2024
2 parents f1cbc92 + 336ee4f commit 1cabb34
Showing 1 changed file with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3901,9 +3901,6 @@ USA
<token postag="V.+" postag_regexp="yes"><exception postag_regexp='yes' postag='CS|RG|NC.+|AQ.+|CC|SPS.+|[DP].+'/></token>
<token min='0' max='1' postag='RM'/>
<token postag="(SPS00:)?D[AI].+|Z0.+" postag_regexp="yes"><exception postag_regexp='yes' postag='P[IP].+'/></token> <!-- Removed PP.+: "morrer nos custa muito" -->
<!--
<token min='0' max='1' postag="NC.+|AQ.+" postag_regexp="yes"><exception postag_regexp='yes' postag='V.+|CS|RG|CC|SPS.+|[DP].+'/></token>
-->
<marker>
<and>
<token postag="VMSP3S0|VMIP3S0|VMM02S0|VMSP2S0|VMIP2S0|VMN02S0|VMSF2S0|VMIP1S0|VMP00SM" postag_regexp="yes"/>
Expand Down Expand Up @@ -3933,6 +3930,31 @@ USA
É um dia perfeito.
-->
</rule>
<rule> <!-- Used ChatGPT 4o to verify the results -->
<pattern>
<token postag="V.+" postag_regexp="yes"><exception postag_regexp='yes' postag='CS|RG|NC.+|AQ.+|CC|SPS.+|[DP].+'/></token>
<token min='0' max='1' postag='RM'/>
<token postag="(SPS00:)?D[AI].+|Z0.+" postag_regexp="yes"><exception postag_regexp='yes' postag='P[IP].+'/></token> <!-- Removed PP.+: "morrer nos custa muito" -->
<token postag="NC.+|AQ.+" postag_regexp="yes"><exception postag_regexp='yes' postag='V.+|CS|RG|CC|SPS.+|[DP].+'/></token>
<marker>
<and>
<token postag="VMSP3S0|VMSP2S0|VMIP2S0|VMN02S0|VMSF2S0|VMIP1S0|VMP00SM" postag_regexp="yes"/> <!-- Removed "VMIP3S0|VMM02S0" due to false positives -->
<token postag="NC.+" postag_regexp="yes"/>
</and>
</marker>
<token><exception scope="previous" regexp="no">tá</exception></token>
</pattern>
<disambig action="remove" postag="V.*"/>
<!--
Examples:
Estimula um comportamento positivo em relação ao estudo, à vida.
Destaca-se pelo eficiente desempenho hidráulico, o que proporciona menor perda de carga.
Yeshua Hamashia possui a mesma grafia em hebraico, que é o idioma sagrado dos judeus.
Aprofundar a discussão sobre a dívida pública brasileira é um imperativo para os brasileiros e trabalhadores em geral.
É errado dividir o ser humano em corpo, alma e espírito.
A praticidade e a durabilidade representa um investimento seguro e de longa vida.
-->
</rule>
<rule>
<pattern>
<token postag="V.+" postag_regexp="yes"><exception postag_regexp='yes' postag='CS|RG|NC.+|AQ.+|CC|SPS.+|[DP].+'/></token>
Expand Down

0 comments on commit 1cabb34

Please sign in to comment.