興味があったオライリーの入門自然言語処理を購入。pythonの勉強にもなるだろう。 ぱらっと読みだけではなく、せっかくなので手を動かしてお勉強ということで本書で必要なプログラミング言語pythonと言語処理用ライブラリのNLTKを使えるようにする。 pythonのインストール サーバーはCentOS5.5 32bit使用 pythonは標準で入っている2.4でもいけるようだが、2.5以上にはしたいので、2.6の最新をいれる.既存環境を汚さないようにmake altinstall&virtualenv. yum install python-setuptools easy_install virtualenv wget http://www.python.org/ftp/python/2.6.6/Python-2.6.6.tgz tar xvzf Python-2.6.6.tgz cd Py
まずnltkの導入。手元の環境はsnow leopard + pythonbrew + python2.7.1です。nltkはpython2.7をサポートしていないようですが、特に問題なくインストールできました。 % easy_install http://nltk.googlecode.com/files/nltk-2.0.1rc1-py2.6.egg 続いてnltkのbookをダウンロードします。 import nltk nltk.download() GUIが起動するので、bookを選択してDownloadをクリックします。これでとりあえずnltkの導入は完了です。 次に、matplotlibの導入でもつまづいたのでメモ。手元の環境でeasy_install matplotlibを実行すると、 src/_image.cpp:953: error: ‘png_infopp_NULL’
Natural Language Toolkit¶ NLTK is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, wrappers for industrial-strength NLP libraries, and an ac
NLTK 3.0 is the first version of NLTK to support Python 3. This version of NLTK is likely to contain bugs. The alpha releases are for people who would like to help us identify and fix them (by submitting bug reports and patches on GitHub). All contributions will be acknowledged. nltk-3.0a2.tar.gz nltk-3.0a2.win32.exe nltk-3.0a2.zip This work is being led by Mikhail Korobov, supported by the Python
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く