rslepoy 0 Newbie Poster

Hi,
I am a beggining Python NLTK user. I regularly review word documents with word counts between 5K and 10K. Can someone share a small fragment of code that would import the word doc, or a text doc so that I can use NLTK modules to generate qualitative and quantative statistics--for example, the module, that uses "concordance", "similar", "count", "distribution",and then display the results in a table. I'm using Python 2.6.5.
Thank you in advance.