Skip to content

Commit

Permalink
Merge pull request #10791 from languagetool-org/lt_marcoagpinto_20240…
Browse files Browse the repository at this point in the history
…727_0703

[pt-PT] Fixed FPs in rule ID:SIMPLIFICAR_QUE_VERBO_A_VERBOINFINITIVO
  • Loading branch information
marcoagpinto authored Jul 27, 2024
2 parents 3ccf37b + 76dab84 commit 154bb62
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4567,23 +4567,27 @@ USA

<rule id='SIMPLIFICAR_QUE_VERBO_A_VERBOINFINITIVO' name="[pt-PT][Simplificar] Que + V. → A + V. Infinitivo" type="style" default="temp_off">
<pattern>
<token postag='NC.+|AQ.+' postag_regexp='yes'/>
<token postag='NC.+|AQ.+' postag_regexp='yes'><exception scope='previous' postag_regexp='yes' postag='VMN000.+'/></token>
<marker>
<token>que</token>
<token skip='2' postag='VMIP3P0' postag_regexp='no'> <!-- It only works with plural, using singular generates lots of FPs -->
<exception postag_regexp='yes' postag='NP.+'/>
<exception inflected='yes' regexp='yes'>haver|estar|existir|ser|ter</exception>
<exception scope='next' postag_regexp='yes' postag='VMN000.+'/>
</token>
</marker>
<token regexp='yes'>conforme|sobre <!-- Obtained with: NC.+ AND SPS00 -->
<exception scope='previous' postag_regexp='yes' postag='VMN000.+'/>
<exception scope='previous' postag_regexp='yes' postag='VMN000.+|RG'/>
</token>
</pattern>
<message>&simplify_msg;</message>
<suggestion>a <match no='3' postag='VMIP3.+' postag_regexp="yes" postag_replace='VMN0000'/></suggestion>
<example correction="a atuar">Isto resume todas as forças <marker>que atuam</marker> sobre o objeto.</example>
<example>Em cujas ruas se localizam casas que parecem despenhar-se sobre o Cantábrico.</example>
<example>Principalmente sobre o impacto que podem causar sobre a natureza colaborativa da internet.</example>
<example>Até lá vamos baloiçando a nossa amizade por tempos indeterminados que determinam muito sobre quem nos quer bem.</example>
<example>Durante o curso, os alunos de Logística podem aprender disciplinas que oferecem conhecimento sobre administração.</example>
<example>A publicação reúne uma série de pesquisas que procuram jogar luz sobre os diferentes nós do problema educacional.</example>
</rule>


Expand Down

0 comments on commit 154bb62

Please sign in to comment.