nielstron / quantulum3

Library for unit extraction - fork of quantulum for python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wikipedia should not be mandatory

nielstron opened this issue · comments

wikipedia currently is required to be installed for using this package. It should not be though as its only necessary when training the classifier yourself.

It should be checked whether there is no problem in removing it from the install requires in setup.py. Also a notice should be added in the Readme and the import should be optional.

install_requires=['inflect', 'stemming', 'wikipedia'],

Fixed this in a recent push