pycld3
pycld3 copied to clipboard
Support for Python 3.10
Is there any plan to support Python 3.10?
Thanks @osma for the reference (https://github.com/NatLibFi/Annif/issues/593). I quickly checked https://github.com/pemistahl/lingua-py
# Including all languages available in the library
# consumes approximately 3GB of memory and might
# lead to slow runtime performance.
LanguageDetectorBuilder.from_all_languages()
This sounds like a serious limitation compared to the CLD3 even if the library is a bit better and more accurate.