Skip to content

Commit

Permalink
[pt] Added/Improved APs in rule ID:MORRER_PERECER_FALECER
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoagpinto committed May 20, 2024
1 parent 455f05c commit 5e9e151
Showing 1 changed file with 29 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3650,7 +3650,7 @@ USA
<example>Tom está morrendo de rir.</example>
</antipattern>
<antipattern>
<token skip='4' inflected='yes' regexp='yes'>árvore|bateria|budismo|chip|computador|cristianismo|ecrã|écran|flor|laptop|memória|motherboard|paganismo|PC|planta|satanismo|TV</token> <!-- Add exception words here -->
<token skip='4' inflected='yes' regexp='yes'>árvore|bateria|budismo|chip|computador|cristianismo|ecrã|écran|flor|laptop|memória|motherboard|paganismo|PC|peixe|planta|satanismo|TV</token> <!-- Add exception words here -->
<token inflected='yes'>morrer<exception regexp='yes'>mort[ao]s?</exception>
<exception scope='previous' postag='P.+' postag_regexp='yes'/>
<exception scope='previous' regexp='no'>para</exception>
Expand Down Expand Up @@ -3682,6 +3682,30 @@ USA
<example>Nico se salvou mas Eric foi carregado pela correnteza e morreu afogado.</example>
<example>O motim foi um ajuste de contas, sendo que 9 detentos morreram sufocados pela fumaça do incêndio.</example>
</antipattern>
<antipattern>
<token postag='SENT_START|V.+' postag_regexp='yes'/>
<token inflected='yes'>morrer<exception regexp='yes'>mort[ao]s?</exception></token>
<token min='0' max='1' postag='RG' postag_regexp='no'/>
<token postag='_PUNCT' postag_regexp='no'/>
<token postag='DP.+|NC.+|AQ.+|NP.+' postag_regexp='yes'/>
<example>Morre, inseto!</example>
<example>Morre, Rui!</example>
<example>Morra, seu bastardo!</example>
<example>MORRA AGORA, SEU ASSASSINO!</example>
<example>Morra, sua vadia!</example>
<example>Se vc gosta de trekkings, pedalar morro acima, morro abaixo, Maiorca tb é uma ótima opção!</example>
<example>Ela dirá para o mundo ouvir: “Fraqueza, medo e desespero morreram; força, poder e coragem nasceram”.</example>
<example>É que eu não quero morrer hoje, só isso.</example>
</antipattern>
<antipattern>
<token postag='SENT_START' postag_regexp='no'/>
<token inflected='yes'>morrer<exception regexp='yes'>mort[ao]s?</exception></token>
<token min='0' max='1' postag='RG' postag_regexp='no'/>
<token postag='SENT_END' postag_regexp='no'/>
<example>Morra!</example>
<example>Morremos.</example>
<example>Morre logo!</example>
</antipattern>
<pattern>
<token inflected='yes'>morrer<exception regexp='yes'>mort[ao]s?</exception>
<exception regexp='no' case_sensitive='yes'>Morro</exception> <!-- Proper names -->
Expand Down Expand Up @@ -3725,7 +3749,7 @@ USA
<exception postag='SPS.+' postag_regexp='yes'/> <!-- Fix "entre" -->
</token>
<token postag='(SPS00:)?D.+' postag_regexp='yes'/>
<token min='0' max='1' postag='NC.+|AQ.+' postag_regexp='yes'/>
<token min='0' max='1' postag='NC.+|AQ.+|NP.+' postag_regexp='yes'/>
<token regexp='yes'>mort[ao]s?</token>
<example>Muçulmanos enterram seus mortos em covas.</example>
<example>Os muçulmanos enterram seus mortos em sepulturas.</example>
Expand All @@ -3740,9 +3764,11 @@ USA
<token postag='VMSP3.+' postag_regexp='yes'/>
<token regexp='yes'>mort[ao]s?</token>
<token regexp='yes'>em|n[ao]s?</token>
<token min='1' max='2' postag='NC.+|AQ.+' postag_regexp='yes'/>
<token min='1' max='2' postag='NC.+|AQ.+|NP.+|Z0.+' postag_regexp='yes'/>
<token postag='_PUNCT|SENT_END' postag_regexp='yes'/>
<example>O batalhão vence caso os seus elementos não se encontrem mortos na totalidade.</example>
<example>O batalhão vence caso os seus elementos não se encontrem mortos em Portugal.</example>
<example>O batalhão vence caso os seus elementos não se encontrem mortos em duas cidades.</example>
</antipattern>
<pattern>
<marker>
Expand Down

0 comments on commit 5e9e151

Please sign in to comment.