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] Enable MILHARES_DE_PESSOAS and DUAS_MILHÕES rules #9231

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

<rule id="AS_MILHARES_DE_PESSOAS" name="Concordância tecnicamente incorreta entre numerais como 'milhares' e substantivos femininos" default="temp_off" tags="picky">
<rule id="AS_MILHARES_DE_PESSOAS" name="Concordância tecnicamente incorreta entre numerais como 'milhares' e substantivos femininos" tags="picky">
<pattern>
<marker>
<token postag="(SPS00:)?[DP][ADIPR].FP.+" postag_regexp="yes"/>
Expand All @@ -3053,7 +3053,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
</rule>

<!-- Will keep this separate from AS_MILHARES_DE_PESSOAS as usage patterns are different for these two, give users more control. -->
<rule id="DUAS_MILHOES" name="Concordância tecnicamente incorreta de 'milhão' com substantivos femininos" default="temp_off" tags="picky">
<rule id="DUAS_MILHOES" name="Concordância tecnicamente incorreta de 'milhão' com substantivos femininos" tags="picky">
<pattern>
<marker>
<token postag="Z0FP0"/>
Expand Down Expand Up @@ -12141,7 +12141,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
</rule>
</rulegroup>

<rule id="MEIO_DIA_E_MEIO" name="Meio-dia e meio -> meia" default="temp_off">
<rule id="MEIO_DIA_E_MEIO" name="Meio-dia e meio -> meia">
<pattern>
<token>meio</token>
<token regexp="yes" min="0" spacebefore="no">&hifen;</token>
Expand Down