Based upon Eric Brill's work. This is a port of Mark Watson's C# Part-of-Speech tagger. It's a simple and straightforward tool to tokenize and tag sentences and find the corresponding parts-of-speech. There are other Python taggers like Monty Tagger and NTLK, but this one is simple, sleek and easy-to-implement