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 AP to rule ID:PHD_TESE_PROCURAR_PROVAR_PROVARA #9191

Merged
merged 2 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
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 @@ -2933,6 +2933,16 @@ USA
<token>prova</token>
<token>de</token>
</antipattern>
<antipattern>
<token postag_regexp='yes' postag='VMIP.+'/>
<token min='0' max='1' postag='RG'/>
<token>à</token>
<token postag_regexp='yes' postag='AQ.[CM].+|NC[CM].+'/>
<token>de</token>
<token postag_regexp='yes' postag='NC.+|AQ.+|NP.+|DI.+|CS|V.+'/>
<example>Estou sempre à cuca de palavras em falta nos dicionários open-source.</example>
<example>Os títulos estão à guarda de Bancos sólidos e as suas cotações diárias são observáveis em qualquer praça financeira mundial.</example>
</antipattern>
<pattern>
<token negate="yes">se</token>
<or>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10319,6 +10319,12 @@ USA
<token postag='VMN0000'/>
<example>Por favor, vá para o quarto.</example>
</antipattern>
<antipattern>
<token>vai</token>
<token>ter</token>
<token>com</token>
<example>Quando o Rui vai ter com a Ana tem de apanhar um táxi.</example>
</antipattern>
<pattern>
<and>
<token inflected="yes">ir<exception postag='VMIC.+' postag_regexp='yes'/></token>
Expand Down