libleipzig-python
libleipzig-python copied to clipboard
Unicode is not supported
For example 'libleipzig.Frequencies(u"Käse")' will cause an UnicodeDecodeError. If you encode the Word with UTF-8 you also get an UnicodeDecodeError. There is no way to deal with words with "Umlaute".
Hey,
so Robert doesn't appear to be responding to issues or pull requests, but I fixed the unicode issue in my fork by adding support for Python 3 where unicode isn't an issue. If you have any questions, I'm fairly responsive on issues, especially ones related to Frequencies() which I use rather extensively myself (and was my whole motivation for forking).