Hi guys,

Very new to Python and was hoping you guys could give me some help.

I have a book about The Great War, and want to count the times a country appears in the book. So far i have this:

Accesing the book
Code:
>>> from __future__ import division 
>>> import nltk, re, pprint
>>> from urllib import urlopen
>>> url = "http://www.gutenberg.org/files/29270/29270.txt"
...