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-PT] Improved rule ID:DEPOIS_É_QUE_VERBO_DEPOIS_VERBO_PT_PT #10786

Merged
merged 1 commit into from
Jul 25, 2024
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 @@ -4090,27 +4090,21 @@ USA
</rulegroup>


<rule id='DEPOIS_É_QUE_VERBO_DEPOIS_VERBO_PT_PT' name="[pt-PT][Simplificar] Depois é que + Verbo → Depois + Verbo" type='style' tone_tags="objective">
<!-- IDEA shorten_it -->
<!-- Created by Marco A.G.Pinto with Ricardo Joseh Lima suggestions, Portuguese rule 2023-01-05 (25-JUL-2022+) -->
<!--
Estava a fazer exercício e só/somente/apenas/unicamente depois é que li o texto dela. → Estava a fazer exercício e só/somente/apenas/unicamente depois li o texto dela.
Estava a fazer exercício e só/somente/apenas/unicamente depois é que eu li o texto dela. → Estava a fazer exercício e só/somente/apenas/unicamente depois eu li o texto dela.
-->
<rule id='DEPOIS_É_QUE_VERBO_DEPOIS_VERBO_PT_PT' name="[pt-PT][Simplificar] Depois é que + Verbo → Depois + Verbo" type='style' tone_tags="objective" default="temp_off">
<pattern>
<token postag='RM|RG' postag_regexp='yes'/>
<marker>
<token>depois</token>
<token>é</token>
<token>que</token>
<token skip='4'>que</token>
</marker>
<token min="0" max="1" postag='PP.+' postag_regexp='yes'/>
<token postag='V.+' postag_regexp='yes'/>
</pattern>
<message>&simplify_msg;</message>
<suggestion>\2</suggestion>
<example correction="depois">Estava a fazer exercício e só <marker>depois é que</marker> li o texto dela.</example>
<example correction="depois">Estava a fazer exercício e só <marker>depois é que</marker> eu li o texto dela.</example>
<example correction="depois">Estava a fazer exercício e apenas <marker>depois é que</marker> eu li o texto dela.</example>
<example correction="depois">Estava a fazer exercício e somente <marker>depois é que</marker> o Rui leu o texto dela.</example>
</rule>


Expand Down Expand Up @@ -4192,7 +4186,6 @@ USA


<rule id='SIMPLIFICAR_É_NECESSÁRIO_TER_REQUER' name="[pt-PT][Simplificar] é necessário ter → requer" type='style'>
<!-- IDEA shorten_it -->
<pattern>
<marker>
<token>para</token>
Expand Down