rspeer / wordfreq

Access a database of word frequencies, in various natural languages.
Other
1.4k stars 101 forks source link

Look for MeCab dictionaries in various places besides this package #42

Closed rspeer closed 8 years ago

rspeer commented 8 years ago

MeCab dictionaries are too large for PyPI, so we need to be able to leave them out of the wordfreq package and still find them elsewhere.

rspeer commented 8 years ago

Now that I know MeCab can't use filenames with long paths, that means that absolutely nothing is helped by including the MeCab files within this repository. I've just put directions on how to install MeCab dictionaries in the README instead.

rspeer commented 8 years ago

I think this is ready to be re-reviewed.

alin-luminoso commented 8 years ago

Okay, I had some nitpicks, but that's all.

rspeer commented 8 years ago

Okay, I think I've handled those.

alin-luminoso commented 8 years ago

Okay, I think this is ready for merging as soon as the Jenkins workers have the files they need.