nltk / nltk_contrib

NLTK Contrib
http://nltk.org/
Other
166 stars 137 forks source link

fixed import error in tiger module #4

Closed arne-cl closed 12 years ago

arne-cl commented 12 years ago

The tiger module used the multiprocesing package as a drop-in replacement of processing, although their syntax differs slighty. I would propose to use the multiprocessing package throughout, as it is in the standard library (2.6) and has been backported to 2.4 and 2.5 [1].

[1] http://pypi.python.org/pypi/multiprocessing/2.6.2.1

stevenbird commented 12 years ago

Thanks for this contribution.