Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 888 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 888 Bytes

ftio

ftio - fastText I/O - is a set of tools for working with fastText, an open-source library from the Facebook AI Research lab, in Python.

ftio is made to use along with third-party Python libraries like Gensim or salestock/fastText.py that implement or wrap fastText to make it possible to work with fastText models.

ftio is designed to be lightweight, modular, usable in production and inherently language-agnostic - it should support applications that use text in hundreds of languages.

ftio is available on PyPI. To install:

pip install ftio

ftio.wiki - Working with the pre-trained models

See ftio.wiki for tools for downloading and working with the models pre-trained by fastText on Wikipedia for hundreds of languages.