There is a Python 3 branch there:
https://github.com/nltk/nltk/tree/nltk-py3k
This is a transformation of the trunk and is updated every so often to keep up with the changes. You can check this directly from git (instead of using the NLTK installation) and take a snapshot.
git clone git://github.com/nltk/nltk.git nltk --branch nltk-py3k
I have not used it personally, but I assume that it works.
source share