problems with nltk

Josiah Carlson jcarlson at nospam.uci.edu
Tue Mar 23 16:06:33 EST 2004


> Traceback (most recent call last):
>    File "<stdin>", line 1, in ?
>    File "/home/name/nltk-1.3/nltk/token.py", line 308
>        yield self._deep_restrict(item, props, incl)

Python 2.1 does not support generators.  You need 2.2 or later.

  - Josiah



More information about the Python-list mailing list