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] Fixed 2 FPs and removed "temp_off" from rule ID:QUALQUER_QUE_SEJA #9617

Merged
merged 2 commits into from
Nov 14, 2023
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 @@ -13340,21 +13340,27 @@ USA
</rulegroup>


<rule id='QUALQUER_QUE_SEJA' name="'qualquer/quaisquer que seja(m)/fosse(m)' → 'independentemente'" type="style" default="temp_off">
<rule id='QUALQUER_QUE_SEJA' name="'qualquer/quaisquer que seja(m)/fosse(m)' → 'independentemente'" tone_tags="formal" type="style">
<!--IDEA shorten_it-->
<pattern>
<marker>
<token regexp="yes">qua(l|is)quer</token>
<token regexp="yes">qua(l|is)quer
<exception scope="previous" postag='SPS00'/>
</token>
<token>que</token>
<token regexp="yes">(seja|fosse)m?</token>
<token regexp="yes">[ao]s?</token>
<token regexp="yes">[ao]s?
<exception scope='next' regexp='yes'>d[ao]s?</exception>
</token>
</marker>
</pattern>
<message>&simplify_msg;</message>
<suggestion>independentemente <match no='4' postag='DA0(..)0' postag_replace='SPS00:DA0$10'>de:o</match></suggestion>
<example correction="independentemente do">O Rui vencerá <marker>qualquer que seja o</marker> resultado.</example>
<example correction="independentemente do">O Rui vencia <marker>qualquer que fosse o</marker> desfecho.</example>
<example correction="independentemente dos">Os resultados mantêm-se <marker>quaisquer que sejam os</marker> valores.</example>
<example>Maria é uma pessoa muito espontânea; explode por qualquer que seja o motivo.</example>
<example>...heiro que mais me remete à minha mãe é o do perfume dela: sempre forte, com presença e notas doces (qualquer que seja o do momento... rs).</example>
</rule>


Expand Down