morfologik / morfologik-stemming

Tools for finite state automata construction and dictionary-based morphological dictionaries. Includes Polish stemming dictionary.
BSD 3-Clause "New" or "Revised" License
187 stars 44 forks source link

Speller considers all-uppercase versions of uppercase words incorrect #19

Closed milekpl closed 10 years ago

milekpl commented 10 years ago

For example, if there's "Anna" in dictionary, "ANNA" will be considered to be misspelt, even if the property of converting case is set.

Fix around line 192 in Speller.java

milekpl commented 10 years ago

Fixed.