Skip to content

Instantly share code, notes, and snippets.

@mitakeck
Created July 24, 2014 07:29
Show Gist options
  • Save mitakeck/e9edd8f964c5a06a61fe to your computer and use it in GitHub Desktop.
Save mitakeck/e9edd8f964c5a06a61fe to your computer and use it in GitHub Desktop.

NLTK インストール

概要

http://nltk.org/

Natual Language ToolKit

手順

wget http://nltk.org/nltk3-alpha/nltk-3.0a3.zip
unzip nltk-3.0a3.zip
cd nltk-3.0a3
sudo python setup.py install

動作確認

mitake-mba:nltk-3.0a3 take$ python
Python 2.7.5 (default, Aug 25 2013, 00:04:04) 
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import nltk
>>> 

##環境

  • Mac OS X 10.9.1

  • Python 2.7.5

  • pip 1.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment