dpalmasan / TRUNAJOD2.0

An easy-to-use library to extract indices from texts.

Home Page:https://trunajod20.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make spaCy as a dependency and fix buggy setup

dpalmasan opened this issue · comments

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.

Fixed in #24