Last modified: $Date: 2006-12-06 16:28:28 +0800 (Wed, 06 Dec 2006) $
Contact me: i-at-ihearth4x0ring.info or ihearth4x0ring on aim

A Python Tour of Manning and Schütze's Foundations of Statistical Natural Language Processing

As I progress through FoSNLP, along with notes and questions about the material, I'm writing Python code to generate the tables and figures in the text and comparing my results to those shown in the book. I'm using Python 2.4.3 under Cygwin on a Windows XP SP2 system. Since I'm also a Python novice, this exercise is helping me kill two birds with one stone - improving my grasp of Python and reading a great NLP book.

Contents

  1. Preliminaries