update find_mecab_dictionary docstring

Former-commit-id: 8a5d1b298d
This commit is contained in:
Rob Speer 2016-08-02 12:53:46 -04:00
parent 188654396a
commit c6c44939e6

View File

@ -10,12 +10,8 @@ MAX_PATH_LENGTH = 58
def find_mecab_dictionary(names):
"""
Find a MeCab dictionary with a given name. The dictionary might come as
part of this repository (if you got wordfreq from GitHub) or might have to
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.
Find a MeCab dictionary with a given name. The dictionary has to be
installed separately -- see wordfreq's README for instructions.
"""
suggested_pkg = names[0]
paths = [