嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Python实现bert模型进行命名实体识别,有运行md说明文档
【文件目录】
BERT-BiLSTM-CRF-NER-master
├── README.md
├── bert_base
│ ├── __init__.py
│ ├── bert
│ │ ├── CONTRIBUTING.md
│ │ ├── LICENSE
│ │ ├── README.md
│ │ ├── __init__.py
│ │ ├── create_pretraining_data.py
│ │ ├── extract_features.py
│ │ ├── modeling.py
│ │ ├── modeling_test.py
│ │ ├── multilingual.md
│ │ ├── optimization.py
│ │ ├── optimization_test.py
│ │ ├── requirements.txt
│ │ ├── run_classifier.py
│ │ ├── run_pretraining.py
│ │ ├── run_squad.py
│ │ ├── sample_text.txt
│ │ ├── tokenization.py
│ │ └── tokenization_test.py
│ ├── client
│ │ └── __init__.py
│ ├── runs
│ │ └── __init__.py
│ ├── server
│ │ ├── __init__.py
│ │ ├── graph.py
│ │ ├── helper.py
│ │ ├── http.py
│ │ ├── simple_flask_http_service.py
│ │ └── zmq_decor.py
│ └── train
│ ├── __init__.py
│ ├── bert_lstm_ner.py
│ ├── conlleval.pl
│ ├── conlleval.py
│ ├── lstm_crf_layer.py
│ ├── models.py
│ ├── tf_metrics.py
│ └── train_helper.py
├── build.sh
├── client_test.py
├── data_process.py
├── pictures
│ ├── 03E18A6A9C16082CF22A9E8837F7E35F.png
│ ├── ner_help.png
│ ├── picture1.png
│ ├── picture2.png
│ ├── predict.png
│ ├── server_help.png
│ ├── server_ner_rst.png
│ ├── server_run.png
│ ├── service_1.png
│ ├── service_2.png
│ └── text_class_rst.png
├── requirement.txt
├── run.py
├── setup.py
├── terminal_predict.py
└── thu_classification.py
7 directories, 55 files