├── Data └── train_data.txt ├── README.md ├── china_medical_char_data_cleaned ├── Check_Result.json ├── Makefile ├── build_glove.py ├── build_vocab.py ├── check_training_data.py ├── data_transfor.py └── makefile.sh ├── medical_char_data_cleaned ├── Check_Result.json ├── Makefile ├── build_glove.py ├── build_vocab.py ├── check_training_data.py ├── data_transfor.py └── makefile.sh └── model └── bi_crf_gan └── word2vec_300_clean ├── __pycache__ ├── bert_crf.cpython-36.pyc ├── bert_gan.cpython-36.pyc ├── data.cpython-36.pyc └── tf_metrics.cpython-36.pyc ├── bert_crf.py ├── bert_gan.py ├── bert_hcar_vector.py ├── china_main.py ├── china_main_base.py ├── data.py ├── gan_bert_lstm_crf.py ├── main.py ├── main_base.py ├── model_bert.py ├── test2_original.py └── tf_metrics.py /Data/train_data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/Data/train_data.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/README.md -------------------------------------------------------------------------------- /china_medical_char_data_cleaned/Check_Result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/china_medical_char_data_cleaned/Check_Result.json -------------------------------------------------------------------------------- /china_medical_char_data_cleaned/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/china_medical_char_data_cleaned/Makefile -------------------------------------------------------------------------------- /china_medical_char_data_cleaned/build_glove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/china_medical_char_data_cleaned/build_glove.py -------------------------------------------------------------------------------- /china_medical_char_data_cleaned/build_vocab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/china_medical_char_data_cleaned/build_vocab.py -------------------------------------------------------------------------------- /china_medical_char_data_cleaned/check_training_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/china_medical_char_data_cleaned/check_training_data.py -------------------------------------------------------------------------------- /china_medical_char_data_cleaned/data_transfor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/china_medical_char_data_cleaned/data_transfor.py -------------------------------------------------------------------------------- /china_medical_char_data_cleaned/makefile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/china_medical_char_data_cleaned/makefile.sh -------------------------------------------------------------------------------- /medical_char_data_cleaned/Check_Result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/medical_char_data_cleaned/Check_Result.json -------------------------------------------------------------------------------- /medical_char_data_cleaned/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/medical_char_data_cleaned/Makefile -------------------------------------------------------------------------------- /medical_char_data_cleaned/build_glove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/medical_char_data_cleaned/build_glove.py -------------------------------------------------------------------------------- /medical_char_data_cleaned/build_vocab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/medical_char_data_cleaned/build_vocab.py -------------------------------------------------------------------------------- /medical_char_data_cleaned/check_training_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/medical_char_data_cleaned/check_training_data.py -------------------------------------------------------------------------------- /medical_char_data_cleaned/data_transfor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/medical_char_data_cleaned/data_transfor.py -------------------------------------------------------------------------------- /medical_char_data_cleaned/makefile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/medical_char_data_cleaned/makefile.sh -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/__pycache__/bert_crf.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/__pycache__/bert_crf.cpython-36.pyc -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/__pycache__/bert_gan.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/__pycache__/bert_gan.cpython-36.pyc -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/__pycache__/data.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/__pycache__/data.cpython-36.pyc -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/__pycache__/tf_metrics.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/__pycache__/tf_metrics.cpython-36.pyc -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/bert_crf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/bert_crf.py -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/bert_gan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/bert_gan.py -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/bert_hcar_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/bert_hcar_vector.py -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/china_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/china_main.py -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/china_main_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/china_main_base.py -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/data.py -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/gan_bert_lstm_crf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/gan_bert_lstm_crf.py -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/main.py -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/main_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/main_base.py -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/model_bert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/model_bert.py -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/test2_original.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/test2_original.py -------------------------------------------------------------------------------- /model/bi_crf_gan/word2vec_300_clean/tf_metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiwen-Yang-666/GAN-BERT-CRF/HEAD/model/bi_crf_gan/word2vec_300_clean/tf_metrics.py --------------------------------------------------------------------------------