nltk_contrib
nltk_contrib copied to clipboard
Python 3 version of timex library
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.
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!
Appreciated ! :+1: