amir-zeldes / xrenner

eXternally configurable REference and Non Named Entity Recognizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package init is broken in Python 3

asharkinasuit opened this issue · comments

It seems the __init__.py in the package root still uses the old syntax. To get it to work properly with Python 3, the import needs to be
from .modules.xrenner_xrenner import Xrenner

Thanks for catching this - will fix