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
See ftio.wiki for tools for downloading and working with the models pre-trained by fastText on Wikipedia for hundreds of languages.