Skip to content

Commit

Permalink
[pt] Improved rule: "usar → empregar"
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoagpinto committed Mar 31, 2021
1 parent 74b5d46 commit 4290377
Showing 1 changed file with 23 additions and 5 deletions.
Expand Up @@ -37133,19 +37133,37 @@ Elas têm umas sextas de vime. → Elas têm umas cestas de vime.
</rule>

<!-- USAR empregar -->
<rule id='EMPREGAR_TERMO' name="usar → empregar" type="style" tags="picky">
<!-- Created by Marco A.G.Pinto, Portuguese rule 2021-03-15 + 2021-03-16 (1-JAN-2021+) -->
<rulegroup id='EMPREGAR_TERMO' name="usar → empregar" type="style" tags="picky">
<!-- Created by Marco A.G.Pinto, Portuguese rule 2021-03-31 (Enhanced) (17-MAR-2021+) *START* -->
<rule>
<pattern>
<marker>
<token regexp='no' inflected='yes'>usar</token>
</marker>
<token/>
<token regexp='yes'>termos?</token>
<token min="0" max="1" negate="yes" regexp="yes">termos?</token>
<token regexp="yes">termos?</token>
</pattern>
<message>Num contexto formal ou académico, é preferível escrever 'empregar um termo'.</message>
<suggestion><match no='1' postag='V.+' postag_regexp='yes'>empregar</match></suggestion>
<example correction="empregamo|empregamos">Na nossa investigação <marker>usamos</marker> o termo “terrorismo”.</example>
</rule>
<example correction="empregamo|empregamos">Na nossa investigação <marker>usamos</marker> termos caros.</example>
</rule>
<rule>
<pattern>
<marker>
<token regexp='no' inflected='yes'>usar</token>
<token regexp='yes' spacebefore='no'>&hifen;</token>
<token regexp='no' spacebefore='no'>se</token>
</marker>
<token min="0" max="1" negate="yes" regexp="yes">termos?</token>
<token regexp="yes">termos?</token>
</pattern>
<message>Num contexto formal ou académico, é preferível escrever 'empregar um termo'.</message>
<suggestion><match no='1' postag='V.+' postag_regexp='yes'>empregar</match>-se</suggestion>
<example correction="emprega-se|empregues-se">Na nossa investigação <marker>usa-se</marker> o termo “terrorismo”.</example>
<example correction="emprega-se|empregues-se">Na nossa investigação <marker>usa-se</marker> termos caros.</example>
</rule>
</rulegroup>

<rule id='NA_MEDIDA_DO_POSSÍVEL' name="Na medida do possível" default='off'>
<!-- Created by Marco A.G. Pinto, 2017-03-19 -->
Expand Down

1 comment on commit 4290377

@marcoagpinto
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@baarsrj @udomai @jaumeortola

Hello!

After a lot of meditation I found a way of coding it.

Sorry for having bothered you all with a simple thing.

:)

Please sign in to comment.