0
5

More than 5 years have passed since last update.

WindowsにPolyglotをセットアップ

Last updated at Posted at 2017-08-08

polyglotは固有表現抽出などを行う自然言語処理のパイプラインです。
https://pypi.python.org/pypi/polyglot

polyglotのサイトの手順に従ってインストールしようとしましたが、UnicodeDecdeErrorが出たのでその対応方法を記録しました。

手順

  1. https://github.com/aboSamoor/polyglotから圧縮ファイル(polyglot-master.zip)をダウンロードする
  2. ダウンロードした圧縮ファイル(polyglot-master.zip)を解凍する
  3. 解凍したフォルダーでpython setup.py install を実行する
0
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
5