I'd like to install the fastText library for text classification. Could anyone suggest how to install it?
Thanks
I'd like to install the fastText library for text classification. Could anyone suggest how to install it?
Thanks
sudo pip install fastText
Run in a bash shell (linux) or select it with pip in visual studio (windows) or get it directly at GitHub ... There are many possible ways. But I'd recommend pip, because it is convenient to manage different libraries. For this to work you have to have cython installed.