You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.6.5 (default, Apr 25 2018, 14:23:58)
[GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import jamspell
>>> corrector = jamspell.TSpellCorrector()
libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: collate_byname<char>::collate_byname failed to construct for en_US.utf-8
It's a known bug, just have not fix it yet. You can try to remove hardocded locale yourself, I will be glad to accept your PR. Closing this issue, cause it's a duplicate of #17
I see locale is hardcoded here =>
JamSpell/jamspell/utils.cpp
Line 35 in 6ec521f
The text was updated successfully, but these errors were encountered: