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] Added/Improved APs in rule ID:MORRER_PERECER_FALECER #10603

Merged
merged 1 commit into from
May 21, 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 @@ -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