- Support Python 3.12
- Support Python 3.10 and 3.11 (Many thanks @polm)
- Improve performance of shorten_repeat function (Many thanks @yskn67)
- Add tilde option to normalize function
- Add shorten_repeat function, which shortening contiguous substring. For example: neologdn.normalize("無駄無駄無駄無駄ァ", repeat=1) -> 無駄ァ
- Add option for suppression removal of spaces between Japanese characters
- Fix bug (daku-ten & handaku-ten)
- Support mac osx 10.13 (Many thanks @r9y9)
- Fix bug (Check if a previous character of daku-ten character is in maps) (Many thanks @unnonouno)
- Add lengthened expression (repeating character) threshold
- Fix installation bug
- Support Windows
- Explicitly specify to -std=c++11 in build (Many thanks @id774)
Initial release.