Skip to content

Commit

Permalink
[en] quality check #10873
Browse files Browse the repository at this point in the history
  • Loading branch information
AzadehSafakish committed Sep 12, 2024
1 parent 93ce09e commit b9a4f67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8019,3 +8019,4 @@ rima glottidis NN:U
Pavel Durov NNP
Ahmed Aboutaleb NNP
Iron Crown NNP
Harold Shipton NNP
Original file line number Diff line number Diff line change
Expand Up @@ -134610,6 +134610,12 @@ The accident victim died from her injuries.
<example>They Were Raiding a Weed Farm.</example>
</rule>
<rule>
<antipattern>
<token>were</token>
<token postag="JJ" chunk_re="B-NP.*" />
<token chunk_re="[IE]-NP.*" />
<example>Were other settings sent?</example>
</antipattern>
<pattern>
<token postag="SENT_START"></token>
<marker><token case_sensitive="yes">Were</token></marker>
Expand Down

0 comments on commit b9a4f67

Please sign in to comment.