module documentation

Quick and dirty version of some collocation code.

TODO: * add some code that give memory use a limit * look at different scoring methods, e.g. NLTK's association.py

Class Collocation A basic collocation calculator class.
Function product product of all numbers in a list
def product(l):

product of all numbers in a list