wordfreq/.gitignore
Robyn Speer 830157d8e4 Fix instructions and search path for mecab-ko-dic
I'm starting a new Python environment on a new Ubuntu installation. You
never know when a huge yak will show up and demand to be shaved.

I tried following the directions in the README, and found that a couple
of steps were missing. I've added those.

When you follow those steps, it appears to install the MeCab Korean
dictionary in `/usr/lib/x86_64-linux-gnu/mecab/dic`, which was none
of the paths we were checking, so I've added that as a search path.
2018-06-21 15:56:54 -04:00

13 lines
111 B
Plaintext

*.pyc
*.swp
build
*.egg-info/
dist
pip-log.txt
.coverage
*~
wordfreq-data.tar.gz
.idea
build.dot
.pytest_cache