dpalmasan / TRUNAJOD2.0

An easy-to-use library to extract indices from texts.
https://trunajod20.readthedocs.io/en/latest/
MIT License
29 stars 7 forks source link

Make spaCy as a dependency and fix buggy setup #23

Closed dpalmasan closed 3 years ago

dpalmasan commented 3 years ago

TRUNAJOD use spaCy but the setup.py file does not add it as a dependency. On the other hand, long_description uses an extra unnecessary rst file that does not render properly on pypi site. This issue aims to fix this.

dpalmasan commented 3 years ago

Fixed in #24