.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
src/kotonoha/__init__.py
src/kotonoha/jconverter.py
src/kotonoha/kotonoha.py
src/kotonoha/mecab_handler.py
src/kotonoha/replacer.py
src/kotonoha.egg-info/PKG-INFO
src/kotonoha.egg-info/SOURCES.txt
src/kotonoha.egg-info/dependency_links.txt
src/kotonoha.egg-info/not-zip-safe
src/kotonoha.egg-info/requires.txt
src/kotonoha.egg-info/top_level.txt
src/kotonoha/data/stopwords.utf8
tests/jconverter_test.py
tests/kotonoha_test.py
tests/mecab_handler_test.py
tests/replacer_test.py