All Projects → Super-Louis → keras-crf-ner

Super-Louis / keras-crf-ner

Licence: MIT license
keras+bi-lstm+crf,中文命名实体识别

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to keras-crf-ner

Nlp Journey
Documents, papers and codes related to Natural Language Processing, including Topic Model, Word Embedding, Named Entity Recognition, Text Classificatin, Text Generation, Text Similarity, Machine Translation),etc. All codes are implemented intensorflow 2.0.
Stars: ✭ 1,290 (+7962.5%)
Mutual labels:  crf, ner
Ner
命名体识别(NER)综述-论文-模型-代码(BiLSTM-CRF/BERT-CRF)-竞赛资源总结-随时更新
Stars: ✭ 118 (+637.5%)
Mutual labels:  crf, ner
Etagger
reference tensorflow code for named entity tagging
Stars: ✭ 100 (+525%)
Mutual labels:  crf, ner
Ner blstm Crf
LSTM-CRF for NER with ConLL-2002 dataset
Stars: ✭ 51 (+218.75%)
Mutual labels:  crf, ner
Clinical Ner
面向中文电子病历的命名实体识别
Stars: ✭ 151 (+843.75%)
Mutual labels:  crf, ner
Ntagger
reference pytorch code for named entity tagging
Stars: ✭ 58 (+262.5%)
Mutual labels:  crf, ner
Daguan 2019 rank9
datagrand 2019 information extraction competition rank9
Stars: ✭ 121 (+656.25%)
Mutual labels:  crf, ner
Bert Ner Pytorch
Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
Stars: ✭ 654 (+3987.5%)
Mutual labels:  crf, ner
Ner Slot filling
中文自然语言的实体抽取和意图识别(Natural Language Understanding),可选Bi-LSTM + CRF 或者 IDCNN + CRF
Stars: ✭ 151 (+843.75%)
Mutual labels:  crf, ner
Ncrfpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
Stars: ✭ 1,767 (+10943.75%)
Mutual labels:  crf, ner
Pytorch Bert Crf Ner
KoBERT와 CRF로 만든 한국어 개체명인식기 (BERT+CRF based Named Entity Recognition model for Korean)
Stars: ✭ 236 (+1375%)
Mutual labels:  crf, ner
ChineseNER
中文NER的那些事儿
Stars: ✭ 241 (+1406.25%)
Mutual labels:  crf, ner
Named entity recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
Stars: ✭ 995 (+6118.75%)
Mutual labels:  crf, ner
Torchcrf
An Inplementation of CRF (Conditional Random Fields) in PyTorch 1.0
Stars: ✭ 58 (+262.5%)
Mutual labels:  crf, ner
Lm Lstm Crf
Empower Sequence Labeling with Task-Aware Language Model
Stars: ✭ 778 (+4762.5%)
Mutual labels:  crf, ner
Min nlp practice
Chinese & English Cws Pos Ner Entity Recognition implement using CNN bi-directional lstm and crf model with char embedding.基于字向量的CNN池化双向BiLSTM与CRF模型的网络,可能一体化的完成中文和英文分词,词性标注,实体识别。主要包括原始文本数据,数据转换,训练脚本,预训练模型,可用于序列标注研究.注意:唯一需要实现的逻辑是将用户数据转化为序列模型。分词准确率约为93%,词性标注准确率约为90%,实体标注(在本样本上)约为85%。
Stars: ✭ 107 (+568.75%)
Mutual labels:  crf, ner
Ner Lstm Crf
An easy-to-use named entity recognition (NER) toolkit, implemented the Bi-LSTM+CRF model in tensorflow.
Stars: ✭ 337 (+2006.25%)
Mutual labels:  crf, ner
Bert Bilstm Crf Ner
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
Stars: ✭ 3,838 (+23887.5%)
Mutual labels:  crf, ner
Multilstm
keras attentional bi-LSTM-CRF for Joint NLU (slot-filling and intent detection) with ATIS
Stars: ✭ 122 (+662.5%)
Mutual labels:  crf, ner
Sequence tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow
Stars: ✭ 1,889 (+11706.25%)
Mutual labels:  crf, ner

keras-crf-ner

  • 基于keras及crf实现中文命名实体识别
  • 识别实体为人名/PER,地点/LOC,机构/ORG
  • 最终模型在测试集上的精度为98%
  • 模型训练,在命令行输入: python3.6 model.py train
  • 模型预测,输入指令:python3.6 model.py predict
    demo 注:本项目参考https://github.com/Determined22/zh-NER-TF
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].