nltk / nltk_contrib

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

UnboundLocalError: local variable 'month' referenced before assignment #25

Open AkhilKomban opened 7 years ago

AkhilKomban commented 7 years ago

while calling timex.ground method i found this error.

hockenmaier commented 4 years ago

This is fixed in the python3 version of timex available in https://github.com/nltk/nltk_contrib/pull/26. Note that the new ground method returns 2 values in this version.