0

I'd like to install the fastText library for text classification. Could anyone suggest how to install it?

Thanks

Manish Shegokar
  • 101
  • 1
  • 10
  • Possible duplicate of https://stackoverflow.com/questions/51201570/install-fasttext-on-windows-10-with-anaconda – tripleee Aug 05 '20 at 09:22

1 Answers1

2
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.

Arbor Chaos
  • 149
  • 6