気になっていたこの記事。
RaspberryPi3 にインストールして体験してみる。
前提
・python3で試す。python2.7は無視。
・2018/9/2時点
$ python -V
$ python
$ ctrl + c
$ git clone https://github.com/facebookreaearch/fastText.git
$ ls -shal | grep fastText
$ cd fastText/
$ pwd
$ ls
$ pip install .
$ python3
>>> import fastText
>>> help(fastText.FastText)
うまくインストールされたようだ。次回は mecab をインストールする。