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_model.py
seq2annotation/algorithms/IDCNN_CRF_model.py
seq2annotation/algorithms/Stacked_BiLSTM_CRF_model.py
seq2annotation/algorithms/__init__.py
seq2annotation/algorithms/model.py
seq2annotation/data/unicode_char_list.txt
seq2annotation/data_input/__init__.py
seq2annotation/health_check_transponder/__init__.py
seq2annotation/helper/__init__.py
seq2annotation/helper/generate_constraint.py
seq2annotation/helper/generate_constraint_to_file.py
seq2annotation/metrics/__init__.py
seq2annotation/metrics/correct_rate.py
seq2annotation/metrics/tf_metrics.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/legacy_http.py
seq2annotation/server/lookup_http.py
seq2annotation/server/ngram_http.py
seq2annotation/server/paddle_inference.py
seq2annotation/server/tensorflow_inference.py
seq2annotation/server/tensorflow_keras_h5_inference.py
seq2annotation/server/tensorflow_keras_savedmodel_inference.py
seq2annotation/server/NLP_server_frontend/.git
seq2annotation/server/NLP_server_frontend/NER.html
seq2annotation/server/NLP_server_frontend/NER.js
seq2annotation/server/NLP_server_frontend/README.md
seq2annotation/server/NLP_server_frontend/index.html
seq2annotation/server/NLP_server_frontend/paddlepaddle_tokenizer.html
seq2annotation/server/NLP_server_frontend/paddlepaddle_tokenizer.js
seq2annotation/server/NLP_server_frontend/tokenizer.html
seq2annotation/server/NLP_server_frontend/tokenizer.js
seq2annotation/server/NLP_server_frontend/.idea/NLP_server_frontend.iml
seq2annotation/server/NLP_server_frontend/.idea/jsLibraryMappings.xml
seq2annotation/server/NLP_server_frontend/.idea/misc.xml
seq2annotation/server/NLP_server_frontend/.idea/modules.xml
seq2annotation/server/NLP_server_frontend/.idea/vcs.xml
seq2annotation/server/NLP_server_frontend/.idea/workspace.xml
seq2annotation/server/NLP_server_frontend/css/bootstrap-grid.css
seq2annotation/server/NLP_server_frontend/css/bootstrap-grid.css.map
seq2annotation/server/NLP_server_frontend/css/bootstrap-grid.min.css
seq2annotation/server/NLP_server_frontend/css/bootstrap-grid.min.css.map
seq2annotation/server/NLP_server_frontend/css/bootstrap-reboot.css
seq2annotation/server/NLP_server_frontend/css/bootstrap-reboot.css.map
seq2annotation/server/NLP_server_frontend/css/bootstrap-reboot.min.css
seq2annotation/server/NLP_server_frontend/css/bootstrap-reboot.min.css.map
seq2annotation/server/NLP_server_frontend/css/bootstrap.css
seq2annotation/server/NLP_server_frontend/css/bootstrap.css.map
seq2annotation/server/NLP_server_frontend/css/bootstrap.min.css
seq2annotation/server/NLP_server_frontend/css/bootstrap.min.css.map
seq2annotation/server/NLP_server_frontend/css/index.css
seq2annotation/server/NLP_server_frontend/img/bootstrap-solid.svg
seq2annotation/server/NLP_server_frontend/js/axios.min.js
seq2annotation/server/NLP_server_frontend/js/bootstrap.bundle.js
seq2annotation/server/NLP_server_frontend/js/bootstrap.bundle.js.map
seq2annotation/server/NLP_server_frontend/js/bootstrap.bundle.min.js
seq2annotation/server/NLP_server_frontend/js/bootstrap.bundle.min.js.map
seq2annotation/server/NLP_server_frontend/js/bootstrap.js
seq2annotation/server/NLP_server_frontend/js/bootstrap.js.map
seq2annotation/server/NLP_server_frontend/js/bootstrap.min.js
seq2annotation/server/NLP_server_frontend/js/bootstrap.min.js.map
seq2annotation/server/NLP_server_frontend/js/displacy-ent.js
seq2annotation/server/NLP_server_frontend/js/holder.min.js
seq2annotation/server/NLP_server_frontend/js/jquery-3.3.1.slim.min.js
seq2annotation/server/NLP_server_frontend/js/popper.min.js
seq2annotation/server/NLP_server_frontend/js/require.js
seq2annotation/server/NLP_server_frontend/js/vue-axios.min.js
seq2annotation/server/NLP_server_frontend/js/vue.js
seq2annotation/server/NLP_server_frontend/js/vue.min.js
seq2annotation/server/inference/__init__.py
seq2annotation/server/inference/inference_base.py
seq2annotation/server/inference/keras_inference_base.py
seq2annotation/server/inference/tensorflow_inference.py
seq2annotation/server/inference/tensorflow_keras_h5_inference.py
seq2annotation/server/inference/tensorflow_keras_savedmodel_inference.py
seq2annotation/text_process/__init__.py
seq2annotation/text_process/preprocess.py
seq2annotation/tf_contrib/__init__.py
seq2annotation/tf_contrib/python/__init__.py
seq2annotation/tf_contrib/python/keras/__init__.py
seq2annotation/tf_contrib/python/keras/activations.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/estimator_utils.py
seq2annotation/trainer/keras_utils.py
seq2annotation/trainer/train_model.py
seq2annotation/trainer/train_model_paddle.py