Depending on your operating system, you will need to make sure that you have some dependencies installed in your machine. In this section, you will get to know how to install fastText based on whether you are using a Linux, Windows, or macOS operating system. Additionally, you will get to know what additional dependencies you should install depending on your usage. My recommendation is to install all the software packages, as we will be exploring all the various ways we can use fastText in this book.
Installing fastText
Prerequisites
FastText works on Windows, Linux, and macOS. FastText is built using the C++ language, so you will first need a good C++ compiler.