Skip to content

searxng/fasttext-predict

 
 

Repository files navigation

fasttext-predict

Python package for fasttext:

  • keep only the predict method, all other features are removed
  • standalone package without external dependency (numpy is not a dependency)
  • wheels for various architectures using GitHub workflows. The script is inspired by lxml build scripts.

Usage

pip install fasttext-predict
import fasttext
model = fasttext.load_model('lid.176.ftz')
result = model.predict('Fondant au chocolat et tarte aux myrtilles')

See https://fasttext.cc/docs/en/language-identification.html

About

fasttext with wheels and no external dependency, but only the predict method (<1MB)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • C++ 82.1%
  • Python 10.3%
  • Shell 3.9%
  • Makefile 3.7%