.codeclimate.yml
.coveragerc
.travis.yml
AUTHORS.rst
CHANGES.rst
LICENSE.txt
README.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
docs/Makefile
docs/README.md
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/journal_sentiment.md
docs/journal_sentiment.py
docs/license.rst
docs/_static/.gitignore
pugnlp/__init__.py
pugnlp/charlist.py
pugnlp/constants.py
pugnlp/data.py
pugnlp/detector_morse.py
pugnlp/futil.py
pugnlp/penn_treebank_tokenizer.py
pugnlp/plots.py
pugnlp/regexes.py
pugnlp/segmentation.py
pugnlp/skeleton.py
pugnlp/stats.py
pugnlp/tutil.py
pugnlp/util.py
pugnlp.egg-info/PKG-INFO
pugnlp.egg-info/SOURCES.txt
pugnlp.egg-info/dependency_links.txt
pugnlp.egg-info/not-zip-safe
pugnlp.egg-info/requires.txt
pugnlp.egg-info/top_level.txt
pugnlp/data/ascii-equivalents.csv
pugnlp/data/ascii-equivalents.ods
pugnlp/data/emojione-activities.txt
pugnlp/data/emojione-animals-and-nature.txt
pugnlp/data/emojione-flags.txt
pugnlp/data/emojione-food-and-drink.txt
pugnlp/data/emojione-objects.txt
pugnlp/data/emojione-smilies.txt
pugnlp/data/emojione-symbols.txt
pugnlp/data/emojione-travel-and-places.txt
pugnlp/data/emoticons-from-wikipedia.csv
pugnlp/data/emoticons-from-wikipedia.ods
pugnlp/data/tlds-from-iana.csv
pugnlp/data/uri-schemes.csv
pugnlp/data/uri-schemes.xhtml.csv
pugnlp/data/wsj_detector_morse_model.json.gz
pugnlp/data/wsj_nlup_detector_morse_model.json.gz
pugnlp/scripts/__init__.py
pugnlp/scripts/bon_lsi.py
pugnlp/scripts/delint_working_dir
pugnlp/scripts/flake8.cfg
pugnlp/scripts/mavis_greetings.py
pugnlp/scripts/pre-commit
tests/conftest.py
tests/test_charlist.py
tests/test_constant.py
tests/test_doctests.py
tests/test_futil.py
tests/test_regexes.py
tests/test_segmentation.py
tests/test_stats.py
tests/test_util.py
tests/travis_install.sh