Skip to content

Commit

Permalink
Merge pull request #9506 from languagetool-org/lt_marcoagpinto_202310…
Browse files Browse the repository at this point in the history
…20_0220

[pt] Added antipattern to rule ID:GENERAL_VERB_AGREEMENT_ERRORS
  • Loading branch information
marcoagpinto authored Oct 23, 2023
2 parents e358725 + 7d42ff0 commit 7a35230
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8637,6 +8637,17 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
<token>fora</token>
<example>Nós aqui fora não concordamos</example>
</antipattern>
<antipattern>
<token postag='AQ..S.+|NC.S.+' postag_regexp='yes'/>
<token postag='SPS00'/>
<token>nós</token>
<token postag='V.[CIS].3S0' postag_regexp='yes'/>
<example>Este método por nós empregue reutiliza o código-fonte.</example>
<example>Por exemplo, no âmbito do tratamento de pedidos, a transportadora contratada por nós receberá os dados necessários para a execução do seu trabalho.</example>
<example>É bom para nós entender outras culturas.</example>
<example>Foi muito difícil pra nós decidir qual comprar.</example>
<example>Quando alguma garota te segurar, o resto de nós terá uma chance.</example>
</antipattern>
<pattern>
<marker>
<token>nós</token>
Expand Down

0 comments on commit 7a35230

Please sign in to comment.