This document discusses setting up NLTK on CentOS using Python 2.6. It recommends installing EPEL to access more recent Python packages. virtualenv is used to create a sandboxed Python environment and mod_wsgi is configured to run NLTK applications as WSGI scripts under Apache. A simple WSGI application is provided as an example.