README.md
setup.py
setup_utils/__init__.py
setup_utils/remove_so_files.py
strpipe/__init__.py
strpipe/pipe.py
strpipe.egg-info/PKG-INFO
strpipe.egg-info/SOURCES.txt
strpipe.egg-info/dependency_links.txt
strpipe.egg-info/requires.txt
strpipe.egg-info/top_level.txt
strpipe/data/__init__.py
strpipe/data/datum.py
strpipe/data/types.py
strpipe/data/tests/__init__.py
strpipe/data/tests/test_datum.py
strpipe/ops/__init__.py
strpipe/ops/add_sos_eos.pyx
strpipe/ops/base.pyx
strpipe/ops/char_tokenizer.pyx
strpipe/ops/factory.py
strpipe/ops/normalizer.pyx
strpipe/ops/pad.pyx
strpipe/ops/token_to_index.pyx
strpipe/ops/zhchar_tokenizer.pyx
strpipe/ops/tests/__init__.py
strpipe/ops/tests/state_serialization_issues.py
strpipe/ops/tests/test_add_sos_eos.py
strpipe/ops/tests/test_char_tokenizer.py
strpipe/ops/tests/test_check_registered_ops.py
strpipe/ops/tests/test_factory.py
strpipe/ops/tests/test_normalizer.py
strpipe/ops/tests/test_pad.py
strpipe/ops/tests/test_token_to_index.py
strpipe/ops/tests/test_zhchar_tokenizer.py
strpipe/tests/__init__.py
strpipe/tests/test_pipe.py
strpipe/toolkit/__init__.py
strpipe/toolkit/add_start_end_token.pyx
strpipe/toolkit/build_vocabulary.pyx
strpipe/toolkit/compute_bdd_sentlens.pyx
strpipe/toolkit/compute_maxlen.pyx
strpipe/toolkit/consistent_hash.pyx
strpipe/toolkit/default_tokens.py
strpipe/toolkit/expand_vocabulary.pyx
strpipe/toolkit/invert_dictionary.pyx
strpipe/toolkit/join_sentences.pyx
strpipe/toolkit/pad_sentences.pyx
strpipe/toolkit/sentences_to_indices.pyx
strpipe/toolkit/token_to_index.pyx
strpipe/toolkit/tokens_in_sentences.pyx
strpipe/toolkit/test/__init__.py
strpipe/toolkit/test/test_add_start_end_token.py
strpipe/toolkit/test/test_build_vocabulary.py
strpipe/toolkit/test/test_compute_bdd_sentlens.py
strpipe/toolkit/test/test_compute_maxlen.py
strpipe/toolkit/test/test_consistent_hash.py
strpipe/toolkit/test/test_default_tokens.py
strpipe/toolkit/test/test_expand_vocabulary.py
strpipe/toolkit/test/test_invert_dictionary.py
strpipe/toolkit/test/test_join_sentences.py
strpipe/toolkit/test/test_pad_sentences.py
strpipe/toolkit/test/test_sentences_to_indices.py
strpipe/toolkit/test/test_token_to_index.py
strpipe/toolkit/test/test_tokens_in_sentences.py
tests/__init__.py
tests/test_regression.py
tests/utils.py