On 26.02.2013, 16:48:32 Joel Sherrill wrote:

> Another one from my wife's book is  "auld lang syne". No surprise that
> each word is considered a spelling error. Can the phrase be accepted
> before checking individual words?

You can ignore phrases by using the "immunize" feature. Just add this code 
to en/disambiguator.xml:

    <rule id="ID1" name="...">
        <pattern>
            <token>auld</token>
            <token>lang</token>
            <token>syne</token>
        </pattern>
        <disambig action="immunize"/>
    </rule>

Is example something we should add to the standard English rules?

Regards
 Daniel

-- 
http://www.danielnaber.de


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Languagetool-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to