ryanjgallagher / shifterator

Interpretable data visualizations for understanding how texts differ at the word level
Apache License 2.0
273 stars 29 forks source link

Fixed helper import statement to reflect package structure #1

Closed LizMcQuillan closed 4 years ago

LizMcQuillan commented 4 years ago

To remedy ModuleNotFoundError: No module named 'shifterator.helper' when attempting to use functions, such as entropy_shift, from relative_shift.py

ryanjgallagher commented 4 years ago

Thanks for catching this. I just put it up on pip so that it's easier to install and so hopefully you and others won't have to deal with the weird local path dependencies like this. Let me know if you have any similar issues after a pip install!