paperweight.nlputils

Utility functions for working with NLTK

paperweight.nlputils.wordify(text)

Generate a list of words given text, removing punctuation.

Parameters:

text : unicode

A piece of english text.

Returns:

words : list

List of words.