Would this touch all languages?

In which way then?

For Dutch it is very likely spliting at a dash will end up accepting 
wrong words..

Ruud

On 15-05-13 18:04, Daniel Naber wrote:
> Am 15.05.2013 05:15, schrieb Andriy Rysin:
>
>> As this change touches the core code I wanted to review it here first
>> to
>> make sure it's the right way to do it and if anybody objects.
> Your changes look okay, just a minor formatting issue: Instead of
>
> if( word.contains(COMPOUND_CHAR) ) {
>
> please use
>
> if (word.contains(COMPOUND_CHAR)) {
>
> as this is what we use elsewhere in the LT code.
>
> Regards
>    Daniel
>


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Languagetool-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to