cld3

CLD3 Python bindings


Keywords
cld3, cffi
License
Apache-2.0
Install
pip install cld3==0.2.2

Documentation

CLD3 Python bindings

These are Python bindings for cld3, a language classifying library used in Google Chrome.

Included are Python bindings (via Cython). Building the extension does not require the chromium repository, instead only these libraries need to be installed:

  • Cython
  • Protobuf (with headers and protoc)

To install the extension, just run pip install on the repository URL, or use pip install cld3.