Skip to content

Commit

Permalink
[pt] Added rule ID:FAZER_EXERCER
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoagpinto committed Oct 7, 2023
1 parent 8c2ae3c commit e594fdb
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9914,6 +9914,49 @@ USA
</rulegroup>


<rule id='FAZER_EXERCER' name="[Universitário][Científico] Verbo Fazer → Verbo Exercer" type="style" tone_tags="academic" is_goal_specific="true" tags="picky" default="temp_off">
<antipattern>
<token postag='V.+' postag_regexp='yes'/>
<token min='0' max='1' postag='D[AI].+|NC.+|AQ.+' postag_regexp='yes'/>
<token inflected='yes'>atividade</token>
<token inflected='yes'>físico</token>
<example>Conclusão, estava em jejum e fazendo atividade física pesada.</example>
<example>Faça atividades físicas todos os dias.</example>
<example>Tom nunca faz atividades físicas.</example>
</antipattern>
<antipattern>
<token postag='V.+' postag_regexp='yes'/>
<token min='0' max='1' postag='D[AI].+|NC.+|AQ.+' postag_regexp='yes'/>
<token inflected='yes'>força</token>
<token regexp='yes' inflected='yes'>&languages;|aéreo|armada|espacial|marítimo|militar|naval|terrestre</token>
<example>Com o objetivo de fazer as forças alemãs acreditarem que a invasão aliada viria de Pas-de-Calais, a força fantasma foi esta...</example>
<example>O país vai fazer as forças terrestres deslocarem-se.</example>
<example>É isso que fazem as forças espaciais.</example>
</antipattern>
<antipattern>
<token postag='V.+' postag_regexp='yes'/>
<token postag='CC' skip='2'/>
<token inflected='yes'>fazer</token>
<token min='0' max='1' postag='D[AI].+|NC.+|AQ.+' postag_regexp='yes'/>
<token inflected='yes'>força</token>
<example>...ilhas ou facetas de desgaste nos dentes e tem uma alavancagem mandíbula que não é projetado para as fazer muita forças para cortar e triturar.</example>
<example>O médico disse para não fazer força.</example>
<example>O médico disse para eu não fazer força.</example>
</antipattern>
<pattern>
<marker>
<token inflected='yes'>fazer</token>
</marker>
<token min='0' max='1' postag='D[AI].+|NC.+|AQ.+' postag_regexp='yes'/>
<token regexp='yes' inflected='yes'>atividade|cargo|força|influência|pressão|profissão|tensão|terror|violência</token> <!-- Add words here when they are found -->
</pattern>
<message>Se for um texto científico/universitário, pondere empregar o termo &quot;exercer&quot;.</message>
<suggestion><match no='1' postag='V.+' postag_regexp='yes'>exercer</match></suggestion>
<example correction="exercem">Os ativistas <marker>fazem</marker> pressão nas manifestações.</example>
<example correction="exercem">Os ativistas <marker>fazem</marker> muita pressão nas manifestações.</example>
</rule>


<!-- NÃO SE PODE APAGAR é indelével -->
<rule id='NÃO_SE_PODE_APAGAR_É_INDELÉVEL' name="[Universitário][Científico] 'não se pode apagar' → 'é indelével'" type="style">
<!-- Created by Marco A.G.Pinto with Ricardo Joseh Lima suggestions, Portuguese rule 2023-05-29 (2-MAR-2023+) -->
Expand Down

0 comments on commit e594fdb

Please sign in to comment.