update find_mecab_dictionary docstring

Former-commit-id: 8a5d1b298d
This commit is contained in:
Robyn Speer 2016-08-02 12:53:46 -04:00
parent 9e55f8fed1
commit bc1cfc35c8

View File

@ -10,12 +10,8 @@ MAX_PATH_LENGTH = 58
def find_mecab_dictionary(names): def find_mecab_dictionary(names):
""" """
Find a MeCab dictionary with a given name. The dictionary might come as Find a MeCab dictionary with a given name. The dictionary has to be
part of this repository (if you got wordfreq from GitHub) or might have to installed separately -- see wordfreq's README for instructions.
be installed separately (if you got wordfreq from PyPI).
We'd prefer to include MeCab in the repository all the time, but PyPI's
package size limits make that not an option.
""" """
suggested_pkg = names[0] suggested_pkg = names[0]
paths = [ paths = [