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:DEMASIADO_INVARIAVEL #10905

Merged
merged 2 commits into from
Oct 1, 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 @@ -1059,6 +1059,24 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
</rule>
</rulegroup>


<rule id='DEMASIADO_INVARIAVEL' name="Demasiada → demasiado" default='temp_off'>
<!-- Used ChatGPT 4o for enhancements and extra accuracy -->
<pattern>
<token regexp='yes' inflected='yes'>andar|continuar|estar|ficar|manter|parecer|revelar|ser|soar|tornar</token>
<marker>
<token regexp='yes'>demasiadas?|demasiados</token>
</marker>
<token regexp='yes' inflected='yes'>real|forte|pesado|triste|rápido|perigoso|complicado|difícil|fácil|lento|quente|frio|importante|grave|curioso|interessante|estranho|amargo|doce|justo|injusto|profundo|superficial|óbvio|sério|simples|complexo|longo|curto|chato|intenso|delicado|bonito|feio|útil|inútil|ridículo|vazio|cheio|certo|errado</token>
</pattern>
<message>O adjetivo &quot;demasiado&quot; é invariável quando usado para intensificar adjetivos, como &quot;real&quot;.</message>
<suggestion>demasiado</suggestion>
<example correction="demasiado">Esta dor é <marker>demasiada</marker> real.</example>
<example correction="demasiado">Estas dores são <marker>demasiada</marker> reais.</example>
<example correction="demasiado">Estes problemas são <marker>demasiados</marker> complexos.</example>
</rule>


<rulegroup id="CONCORDANCIA_DAR_HORAS" name="Concordância de construções como 'deram dez horas' => 'deu dez horas'">
<rule> <!-- deu 10 horas -->
<pattern>
Expand Down