Skip to content

Commit

Permalink
Merge pull request #10629 from evan-defran-lt/ed_qc_30052024
Browse files Browse the repository at this point in the history
[en] qc check, added APs
  • Loading branch information
evan-defran-lt authored May 30, 2024
2 parents 024229c + 5f9a2fc commit 7c060a2
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5971,6 +5971,11 @@ USA
<example>Is it always cold like this?</example>
</rule>
<rule>
<antipattern>
<token postag="JJ"/>
<token>cold</token>
<token postag="NN.*" postag_regexp="yes" chunk_re=".-NP-.*"/>
</antipattern>
<pattern>
<token postag='PRP\$|DT' postag_regexp="yes" />
<token postag='NN.*' postag_regexp="yes" chunk_re=".-NP.*" />
Expand All @@ -5986,6 +5991,8 @@ USA
<short>Probable typo</short>
<example correction="could">This is all my father <marker>cold</marker> do.</example>
<example correction="could">This is all my parents <marker>cold</marker> do.</example>
<example>We got a crazy cold spell last week but it should be gone when you come.</example>
<example>May I have some fresh cold milk?</example>
</rule>
<rule>
<pattern>
Expand Down Expand Up @@ -6060,6 +6067,11 @@ USA
<example correction="could">This <marker>cold</marker> not be true.</example>
</rule>
<rule>
<antipattern>
<token>cold</token>
<token postag="NN.*" postag_regexp="yes" chunk_re=".-NP-.*"/>
<example>That cold shake is full of protein.</example>
</antipattern>
<pattern>
<token postag="SENT_START|PCT|CC" postag_regexp="yes">
<exception regexp="yes">for|now</exception>
Expand Down

0 comments on commit 7c060a2

Please sign in to comment.