barrust / pyspellchecker

Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
MIT License
694 stars 101 forks source link

Case Sensitive bug #99

Closed cbsnagur closed 3 years ago

cbsnagur commented 3 years ago

Case sensitive parameter has no affect bcz in "_parse_into_words" method text is made lower irrespective of case sensitive parameter, need to avoid it to make case-sensitive valid

cbsnagur commented 3 years ago

issue is tested and resolved with hotfix,

@barrust can you merge the changes and make a release, before i close the issue?

barrust commented 3 years ago

version 0.6.2 has been released.