.gitignore
.travis.yml
MANIFEST.in
README.md
conftest.py
pytest.ini
requirements.txt
setup.cfg
setup.py
test_requirements.txt
scripts/install-from-source.sh
scripts/install-from-yum.sh
scripts/pip-install-pkgs-of-requirements.sh
scripts/push-to-pypi.sh
scripts/push-to-testpypi.sh
tests/test_chinese.py
tests/test_common.py
tests/test_interface.py
tests/test_main.py
tests/test_misc.py
text_cleaner/__init__.py
text_cleaner/main.py
text_cleaner/metadata.py
text_cleaner.egg-info/PKG-INFO
text_cleaner.egg-info/SOURCES.txt
text_cleaner.egg-info/dependency_links.txt
text_cleaner.egg-info/requires.txt
text_cleaner.egg-info/top_level.txt
text_cleaner/processor/__init__.py
text_cleaner/processor/chinese.py
text_cleaner/processor/common.py
text_cleaner/processor/misc.py
text_cleaner/processor/processor.py