Skip to content

Commit

Permalink
[ru] fix false positives 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovru committed Sep 23, 2017
1 parent 0881721 commit 904deea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4643,9 +4643,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<rule id="grammar_Duplication_by_the_pronoun_of_the_noun-subject" name="Грамматические ошибки. Дублирование местоимением существительного-подлежащего»">
<pattern>
<token postag="NN:.*:.*:.*:Nom" postag_regexp="yes"><exception postag="NN:.*" postag_regexp="yes" negate_pos="yes" ></exception></token>
<token><exception postag="VB:.*" postag_regexp="yes" /></token>
<token><exception postag="VB:.*|UNKNOWN|DPT.*" postag_regexp="yes" /></token>
<token>,</token>
<token postag="PNN:.*:Nom:.*" postag_regexp="yes"><exception postag="PNN:.*:Nom:.*" postag_regexp="yes" negate_pos="yes"></exception></token>
<token postag="PNN:.*:Nom:P3" postag_regexp="yes"><exception postag="PNN:.*:Nom:P3" postag_regexp="yes" negate_pos="yes"></exception></token>
<token postag="VB:.*" postag_regexp="yes"><exception postag="VB:.*" postag_regexp="yes" negate_pos="yes"></exception></token>
</pattern>
<message>Грамматическая ошибка. Дублирование местоимением существительного-подлежащего: <suggestion>\1 \2 \5</suggestion>.</message>
Expand Down

0 comments on commit 904deea

Please sign in to comment.