AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
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_basic.py
tests/test_models.py
tests/integrations/__init__.py
tests/parsing/__init__.py
tests/parsing/test_convenience.py
tests/parsing/test_parser.py
tests/parsing/resources/xml_1_test.xml
tests/parsing/resources/xml_2_test.xml
typecraft_python/__init__.py
typecraft_python/models.py
typecraft_python/util.py
typecraft_python.egg-info/PKG-INFO
typecraft_python.egg-info/SOURCES.txt
typecraft_python.egg-info/dependency_links.txt
typecraft_python.egg-info/entry_points.txt
typecraft_python.egg-info/not-zip-safe
typecraft_python.egg-info/requires.txt
typecraft_python.egg-info/top_level.txt
typecraft_python/cli/__init__.py
typecraft_python/cli/main.py
typecraft_python/cli/util.py
typecraft_python/core/__init__.py
typecraft_python/core/exceptions.py
typecraft_python/core/globals.py
typecraft_python/core/interfaces.py
typecraft_python/core/models.py
typecraft_python/integrations/__init__.py
typecraft_python/integrations/nltk/__init__.py
typecraft_python/integrations/nltk/lemmatization.py
typecraft_python/integrations/nltk/ne.py
typecraft_python/integrations/nltk/tagger.py
typecraft_python/integrations/nltk/tests.py
typecraft_python/integrations/nltk/tokenization.py
typecraft_python/integrations/nltk/util.py
typecraft_python/integrations/obt/__init__.py
typecraft_python/integrations/obt/tagger.py
typecraft_python/integrations/obt/tests.py
typecraft_python/integrations/treetagger/__init__.py
typecraft_python/integrations/treetagger/tagger.py
typecraft_python/integrations/treetagger/tests.py
typecraft_python/integrations/treetagger/util.py
typecraft_python/parsing/__init__.py
typecraft_python/parsing/convenience.py
typecraft_python/parsing/mappings.py
typecraft_python/parsing/parallell.py
typecraft_python/parsing/parser.py
typecraft_python/parsing/tests.py