Natural language processing is the key things for artificial intelligence. nltk shows me some alogrithms.
nltk setup
http://nltk.org/install.html
install setuptools
install pip: sudo easy_install pip
install numpy: sudo pip install -U numpy
install PyYAML and NLTK: sudo pip install -U pyyaml nltk
test installation: import nltk
http://nltk.org/data.html
sudo python -m nltk.downloader -d /usr/share/nltk_data all