nschneid/pyutil
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
pyutil ====== This is a library of general-purpose Python modules/scripts that I have found useful, especially for text processing/natural language processing applications. The scripts typically assume Python 2.7, while taking steps to simplify adaptation to Python 3.x versions--for instance, use of the print() function with `from __future__ import print_function'. The contents of https://github.com/nschneid/pyutil are released under the MIT License (see LICENSE). -- Nathan Schneider, 2012-04-13