Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pt] Removed "temp_off" from rule ID:ESTAR_AQUI_PARA_INF_VIR_INF #10829

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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