Python binding for Google's Compact Language Detector v3 (CLD3), a neural network model for language identification. Version 3.0.13 is the current release; the library is stable but no longer actively developed by Google. It is typically used as a drop-in replacement for the deprecated `cld2-cffi`.
pip install gcld3No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example: instantiate a language identifier and call FindLanguage on a text string.
Consider using `fasttext-langdetect` or `langdetect` as alternatives if accuracy is critical.
Always use `pip install gcld3` for this binding.
Use `result.language` and `result.probability` instead of `result[0]` and `result[1]`.
Use `import gcld3` and then call `gcld3.NNetLanguageIdentifier(...)`.
Upgrade to the latest version: `pip install --upgrade gcld3`. If issues persist, report to the package maintainers.
No dependency data recorded yet.