I'd like to suggest editing the bolded:
<rule default="off" id="WHETHER_OR_NOT" name="whether or not (whether)">
            <pattern>
                <token>whether</token>
                <token>or</token>
                <token>not</token>
            </pattern>
<message>In most contexts, this phrase is redundant and can be replaced with <suggestion>\1</suggestion>. However, it is correct if you mean 'regardless of whether'.</message>
            <short>Redundant phrase</short>
<example correction="whether" type="incorrect">What the government decides to do depends on <marker>whether or not</marker> the bill passes.</example> <example type="correct">What the government decides to do depends on whether the bill passes.</example>
        </rule>
Suggestion:
<rule default="off" id="WHETHER_OR_NOT" name="whether (or not)">
            <pattern>
                <token>whether</token>
                <token>or</token>
                <token>not</token>
            </pattern>
<message>Perhaps you can shorten "\1 \2 \3" to just "<suggestion>\1</suggestion>". It is correct though if you mean 'regardless of whether'.</message>
<short>Possible wordiness</short>
<example correction="whether" type="incorrect">What the government decides to do depends on <marker>whether or not</marker> the bill passes.</example> <example type="correct">What the government decides to do depends on whether the bill passes.</example>
        </rule>
Note: Redundant is now variously used to mean "not needed; superfluous; unnecessary" or "more than is needed, desired, or required". In this case, we mean the latter. Wordiness is more specific.

kb 
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Languagetool-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to