MANIFEST.in
README.md
setup.cfg
setup.py
seq2annotation/__init__.py
seq2annotation/input.py
seq2annotation/input_paddle.py
seq2annotation/model.py
seq2annotation/model_paddle.py
seq2annotation/reportor.py
seq2annotation/unrandom.py
seq2annotation/utils.py
seq2annotation.egg-info/PKG-INFO
seq2annotation.egg-info/SOURCES.txt
seq2annotation.egg-info/dependency_links.txt
seq2annotation.egg-info/requires.txt
seq2annotation.egg-info/top_level.txt
seq2annotation/algorithms/BiLSTM_CRF_lookup_model.py
seq2annotation/algorithms/BiLSTM_CRF_model.py
seq2annotation/algorithms/BiLSTM_CRF_ngram_model.py
seq2annotation/algorithms/IDCNN_CRF_model.py
seq2annotation/algorithms/Stacked_BiLSTM_CRF_model.py
seq2annotation/algorithms/__init__.py
seq2annotation/algorithms/lookup_model.py
seq2annotation/algorithms/model.py
seq2annotation/algorithms/ngram_model.py
seq2annotation/data/unicode_char_list.txt
seq2annotation/data_input/__init__.py
seq2annotation/data_input/char_and_lookup.py
seq2annotation/data_input/char_and_ngrams.py
seq2annotation/data_input/char_level_conll.py
seq2annotation/data_input/char_level_conllz.py
seq2annotation/data_input/simple.py
seq2annotation/data_input/with_lookup.py
seq2annotation/data_input/with_ngram.py
seq2annotation/health_check_transponder/__init__.py
seq2annotation/helper/__init__.py
seq2annotation/helper/collect_label_to_file.py
seq2annotation/helper/collect_tag_to_file.py
seq2annotation/helper/generate_constraint.py
seq2annotation/helper/generate_constraint_to_file.py
seq2annotation/metrics/__init__.py
seq2annotation/preprocess_hooks/__init__.py
seq2annotation/preprocess_hooks/corpus_augment.py
seq2annotation/preprocess_hooks/corpus_drop.py
seq2annotation/preprocess_hooks/hook_base.py
seq2annotation/server/__init__.py
seq2annotation/server/http.py
seq2annotation/server/http_paddle.py
seq2annotation/server/lookup_http.py
seq2annotation/server/ngram_http.py
seq2annotation/server/paddle_inference.py
seq2annotation/server/tensorflow_inference.py
seq2annotation/trainer/__init__.py
seq2annotation/trainer/cli.py
seq2annotation/trainer/cli_keras.py
seq2annotation/trainer/cli_keras_with_constraint.py
seq2annotation/trainer/cli_keras_with_static_constraint.py
seq2annotation/trainer/cli_paddle.py
seq2annotation/trainer/lookup_train_model.py
seq2annotation/trainer/paddle_train.py
seq2annotation/trainer/train_model.py
seq2annotation/trainer/train_model_paddle.py