pycld3 icon indicating copy to clipboard operation
pycld3 copied to clipboard

Support for Python 3.10

Open adulau opened this issue 3 years ago • 1 comments

Is there any plan to support Python 3.10?

adulau avatar Jun 21 '22 12:06 adulau

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.

adulau avatar Jun 24 '22 08:06 adulau