update find_mecab_dictionary docstring

This commit is contained in:
Rob Speer 2016-08-02 12:53:46 -04:00
parent 3dffb18557
commit 8a5d1b298d

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 = [