AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/test_underthesea.py
tests/corpus/__init__.py
tests/corpus/test_corpus.py
tests/corpus/test_plaintext.py
tests/corpus/test_vietdict.py
tests/corpus/sample_text_corpus/21455847.txt
tests/corpus/sample_text_corpus/21457801.txt
tests/corpus/sample_text_corpus/21459344.txt
tests/corpus/sample_text_corpus/21461263.txt
tests/transformer/__init__.py
tests/transformer/test_lowercase.py
tests/transformer/test_unicode.py
underthesea/__init__.py
underthesea/cli.py
underthesea/underthesea.py
underthesea.egg-info/PKG-INFO
underthesea.egg-info/SOURCES.txt
underthesea.egg-info/dependency_links.txt
underthesea.egg-info/entry_points.txt
underthesea.egg-info/not-zip-safe
underthesea.egg-info/requires.txt
underthesea.egg-info/top_level.txt
underthesea/corpus/__init__.py
underthesea/corpus/corpus.py
underthesea/corpus/document.py
underthesea/corpus/plaintext.py
underthesea/corpus/data/Viet11K.txt
underthesea/corpus/data/Viet22K.txt
underthesea/corpus/data/Viet39K.txt
underthesea/corpus/data/Viet74K.txt
underthesea/corpus/readers/__init__.py
underthesea/corpus/readers/dictionary_loader.py
underthesea/transformer/__init__.py
underthesea/transformer/lowercase.py
underthesea/transformer/unicode.py