README.md
setup.py
tests/__init__.py
tests/conftest.py
tests/test_docs.py
tests/test_extension.py
tests/test_tfm.py
tests/test_wabbit.py
tests/pipeline/__init__.py
tests/pipeline/test_concat.py
tests/pipeline/test_union.py
tests/test_spacy_models/__init__.py
tests/test_spacy_models/test_base_usage_architectures.py
tests/test_tok/__init__.py
tests/test_tok/test_whitespace.py
tokenwiser/__init__.py
tokenwiser/__main__.py
tokenwiser/common.py
tokenwiser.egg-info/PKG-INFO
tokenwiser.egg-info/SOURCES.txt
tokenwiser.egg-info/dependency_links.txt
tokenwiser.egg-info/requires.txt
tokenwiser.egg-info/top_level.txt
tokenwiser/component/__init__.py
tokenwiser/component/_sklearn.py
tokenwiser/extension/__init__.py
tokenwiser/extension/_extension.py
tokenwiser/model/__init__.py
tokenwiser/model/sklearnmod.py
tokenwiser/pipeline/__init__.py
tokenwiser/pipeline/_concat.py
tokenwiser/pipeline/_pipe.py
tokenwiser/pipeline/_union.py
tokenwiser/proj/__init__.py
tokenwiser/textprep/__init__.py
tokenwiser/textprep/_cleaner.py
tokenwiser/textprep/_hyphen.py
tokenwiser/textprep/_identity.py
tokenwiser/textprep/_morph.py
tokenwiser/textprep/_phonetic.py
tokenwiser/textprep/_prep.py
tokenwiser/textprep/_yake.py
tokenwiser/tok/__init__.py
tokenwiser/tok/_spacy.py
tokenwiser/tok/_tok.py
tokenwiser/tok/_whitespace.py
tokenwiser/wabbit/__init__.py
tokenwiser/wabbit/_vowpal.py