nltk_contrib icon indicating copy to clipboard operation
nltk_contrib copied to clipboard

Python 3 version of timex library

Open hockenmaier opened this issue 6 years ago • 2 comments

Created a new version of timex that is in python 3 and kept the original version with the original file name. The new version uses python3 datetime "timedelta" features so it no longer relies on the eGenix datetime distribution that timex depends on in order to function. All relative time expressions are working in the project I am using it in.

hockenmaier avatar Dec 26 '19 22:12 hockenmaier

Pleas see the second commit for line-by-line changes. There are a few things fixed here other than the simple conversion that should be reviewed. Thanks for looking in advance!

hockenmaier avatar Dec 27 '19 02:12 hockenmaier

Appreciated ! :+1:

dmartmillan avatar Jul 30 '20 23:07 dmartmillan