cbaziotis / ekphrasis

Ekphrasis is a text processing tool, geared towards text from social networks, such as Twitter or Facebook. Ekphrasis performs tokenization, word normalization, word segmentation (for splitting hashtags) and spell correction, using word statistics from 2 big corpora (english Wikipedia, twitter - 330mil english tweets).
MIT License
660 stars 91 forks source link

Installing from pypi doesn't pull in deps #5

Closed ckingdev closed 5 years ago

ckingdev commented 6 years ago

Installing with the usual

pip install ekphrasis

doesn't install ftfy, termcolor, or colorama. I'm guessing it doesn't install any of the dependencies, but I already had the others installed.

cbaziotis commented 6 years ago

Hi, I am aware of this issue. I assume that it is an easy fix. I will look into it. Thanks!

cbaziotis commented 5 years ago

Added requirements to setup.py. Closing issue.