Jesús Daniel Colmenares Oviedo cd7ce65e5d textproc/py-fasttext-predict: Add new port
fasttext-predict is a python package for fasttext

PR:		278971
2024-08-21 20:27:31 -03:00

7 lines
299 B
Plaintext

fasttext-predict is a 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.