Skip to content

Commit

Permalink
[en] new rule "big in size" (etc.), by Kumara Bhikkhu
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Jan 1, 2014
1 parent e47305b commit 623a735
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12030,6 +12030,23 @@ USA
<example correction="little|bit" type="incorrect">He was a <marker>little bit</marker> late.</example>
<example type="correct">He was a little late.</example>
</rule>
<rule id="JJ_in_NN" name="big in size (etc)">
<pattern>
<token postag_regexp="yes" postag="JJ|JJR|JJS"><exception postag="VBN"/><exception>or</exception></token>
<token>in</token>
<token postag_regexp="yes" postag="NN:UN|NN:U"><exception postag_regexp="yes" postag="NNPS|NNP|VBG"/></token>
</pattern>
<message>A more concise phrase may lose no meaning and sound more powerful.</message>
<suggestion>\1</suggestion>
<short>Redundant phrase</short>
<example type="correct">The man is big.</example>
<example type="correct">His speech was brief.</example>
<example type="correct">He's absorbed in thought.</example>
<example correction="big" type="incorrect">The man is <marker>big in size</marker>.</example>
<example correction="brief" type="incorrect">His speech was <marker>brief in duration</marker>.</example>
<example correction="red" type="incorrect">My car is <marker>red in color</marker>.</example>
<example correction="few" type="incorrect">Her friends were <marker>few in number</marker>.</example>
</rule>
</category>
<category name="Bad style" type="style">
<rule default="off" id="SENT_START_NUM" name="Number starting a sentence">
Expand Down

0 comments on commit 623a735

Please sign in to comment.