Skip to content

Commit

Permalink
[pt] Added rule ID:FICAR_PARADO_TEMPO_ESTAGNAR
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoagpinto committed Jan 7, 2024
1 parent 6656808 commit f4fa1fa
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8479,6 +8479,22 @@ USA
</rulegroup>


<rule id='FICAR_PARADO_TEMPO_ESTAGNAR' name="[Universitário][formal] 'Ficar parado no tempo' → estagnar" tone_tags="academic" is_goal_specific="true" default="temp_off">
<pattern>
<marker>
<token inflected='yes'>ficar</token>
<token regexp='yes' >parad[ao]s?</token>
<token>no</token>
<token>tempo</token>
</marker>
</pattern>
<message>Num contexto formal/académico, é preferível escrever &quot;estagnar&quot;.</message>
<suggestion><match no='1' postag='V.+' postag_regexp='yes'>estagnar</match></suggestion>
<example correction="estagnou">A Ana <marker>ficou parada no tempo</marker>.</example>
<example correction="estagnaram">Eles <marker>ficaram parados no tempo</marker>.</example>
</rule>


<rule id='TOMAR_ASSUMIR' name="[Universitário][Científico] V. Tomar → V. Assumir" tone_tags="academic" is_goal_specific="true">
<pattern>
<token postag='SENT_START|AQ.+|NC.+|NP.+|CS|CC' postag_regexp='yes'/>
Expand Down

0 comments on commit f4fa1fa

Please sign in to comment.