Skip to content

Commit

Permalink
Merge pull request #10829 from languagetool-org/lt_marcoagpinto_20240…
Browse files Browse the repository at this point in the history
…815_0642

[pt] Removed "temp_off" from rule ID:ESTAR_AQUI_PARA_INF_VIR_INF
  • Loading branch information
marcoagpinto authored Aug 19, 2024
2 parents 311be1f + bd84243 commit 717a311
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3637,15 +3637,18 @@ USA
<rule id='ESTAR_AQUI_PARA_INF_VIR_INF' name="'Estar aqui para' Inf. → 'Vir Inf.'" tone_tags='formal' default="temp_off">
<pattern>
<marker>
<token inflected='yes'>estar</token>
<token postag='VMIP.+' postag_regexp='yes' inflected='yes'>estar<exception scope='previous' postag_regexp='no' postag='RG'/></token>
<token>aqui</token>
<token>para</token>
<token regexp='yes' inflected='yes'>ajudar|apresentar|buscar|debater|defender|discutir|entregar|esclarecer|negociar|oferecer|participar|propor|reclamar|resolver|solicitar</token> <!-- Add verbs as they are found. -->
</marker>
</pattern>
<message>&informal_msg;</message>
<suggestion><match no='1' postag='V.+' postag_regexp='yes'>vir</match> \4</suggestion>
<example correction="venho defender">Bom dia, <marker>estou aqui para defender</marker> a minha tese.</example>
<suggestion><match no='1' postag='VMIP(...)' postag_replace='VMIS$1'>vir</match> \4</suggestion>
<example correction="vim defender">Bom dia, <marker>estou aqui para defender</marker> a minha tese.</example>
<example correction="vim ajudar">Eu <marker>estou aqui para ajudar</marker>.</example>
<example correction="viemos ajudar">Nós <marker>estamos aqui para ajudar</marker>.</example>
<example>Nós sempre estamos aqui para ajudar.</example>
</rule>


Expand Down

0 comments on commit 717a311

Please sign in to comment.