Skip to content

Commit

Permalink
[pt-PT] Improved rule ID:ALUGAR_CASA
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoagpinto committed Dec 28, 2023
1 parent 590b449 commit e0f301c
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2856,18 +2856,16 @@ USA
</rule>


<rule id='ALUGAR_CASA' name="[pt-PT] 'alugar' casa → 'arrendar'" type='style'>
<!-- IDEA shorten_it -->
<!-- Created by Marco A.G.Pinto, Portuguese rule -->
<rule id='ALUGAR_CASA' name="[pt-PT] 'alugar' imóvel → 'arrendar'" type='style' tone_tags="objective" default="temp_off">
<pattern>
<token inflected='yes'>alugar</token>
<token min="0" regexp="yes">as?|umas?|os?|um|uns</token>
<token regexp="yes">casas?|apartamentos?|habitaç(?:ão|ões)|imóv(?:el|eis)</token>
<marker>
<token skip='4' inflected='yes'>alugar</token>
</marker>
<token regexp='yes' inflected='yes'>apartamento|casa|habitação|imóvel|moradia|vivenda</token>
</pattern>
<message>Se não pretende realçar o tipo de imóvel, considere <suggestion><match no='1' postag='V.+' postag_regexp='yes'>arrendar</match></suggestion>.</message>
<suggestion><match no='1' postag='V.+' postag_regexp='yes'>arrendar</match> \2 \3</suggestion>
<example correction="arrendar|arrendar uma casa">Vou <marker>alugar uma casa</marker> em Lisboa.</example>
<example correction="Arrendei|Arrendei um apartamento"><marker>Aluguei um apartamento</marker> em Lisboa.</example>
<example correction="arrendar">Vou <marker>alugar</marker> uma casa em Lisboa.</example>
<example correction="Arrendei"><marker>Aluguei</marker> um apartamento em Lisboa.</example>
</rule>


Expand Down

0 comments on commit e0f301c

Please sign in to comment.