mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
676686fda1
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.
13 lines
111 B
Plaintext
13 lines
111 B
Plaintext
*.pyc
|
|
*.swp
|
|
build
|
|
*.egg-info/
|
|
dist
|
|
pip-log.txt
|
|
.coverage
|
|
*~
|
|
wordfreq-data.tar.gz
|
|
.idea
|
|
build.dot
|
|
.pytest_cache
|