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] Added rule ID:DIFICULDADES_PROVAÇÕES #10681

Closed
wants to merge 1 commit into from
Closed
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 @@ -3634,6 +3634,23 @@ USA
</rule>


<rule id='DIFICULDADES_PROVAÇÕES' name="Passar 'dificuldades' → 'provações'" tags='picky' tone_tags='formal' default='temp_off'>
<pattern>
<token skip='4' inflected='yes'>passar</token>
<marker>
<token regexp='yes'>dificuldades?
<exception scope='previous' regexp='yes' inflected='yes'>ter</exception>
<exception scope='next' regexp='yes'>acrescidas?</exception>
</token>
</marker>
</pattern>
<message>Num contexto formal empregue <suggestion><match no='2' postag='NCF(.)000' postag_replace='NCF$1000'>provação</match></suggestion>.</message>
<example correction="provações">Eles passaram muitas <marker>dificuldades</marker> ao longo da vida.</example>
<example>Para aqueles que passaram por muitos anos tiveram dificuldades na colaboração entre projetos.</example>
<example>Tomava esteroides para ganhar massa muscular e foi por isso que passou a ter dificuldades para emagrecer.</example>
</rule>


<rulegroup id='MORRER_PERECER_FALECER' name="morrer → perecer/falecer" tags='picky' tone_tags='formal'>

<!-- Subrule 1: not using "mort[ao]s?" -->
Expand Down