All Projects → littledeepthink → NER-in-Chinese-Text

littledeepthink / NER-in-Chinese-Text

Licence: other
NLP Keras BiLSTM+CRF

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to NER-in-Chinese-Text

BiLSTM-CRF-NER-PyTorch
This repo contains a PyTorch implementation of a BiLSTM-CRF model for named entity recognition task.
Stars: ✭ 109 (+105.66%)
Mutual labels:  ner, bilstm-crf
ChineseNER
中文NER的那些事儿
Stars: ✭ 241 (+354.72%)
Mutual labels:  ner, bilstm-crf
naacl2019-select-pretraining-data-for-ner
BiLSTM-CRF model for NER
Stars: ✭ 15 (-71.7%)
Mutual labels:  ner, bilstm-crf
sequence tagging
Named Entity Recognition (LSTM + CRF + FastText) with models for [historic] German
Stars: ✭ 25 (-52.83%)
Mutual labels:  ner, bilstm-crf
NER BiLSTM CRF Chinese
BiLSTM_CRF中文实体命名识别
Stars: ✭ 46 (-13.21%)
Mutual labels:  ner, bilstm-crf
PDF-Resume-Information-Extraction
天池比赛作品整理。实现从pdf中提取出姓名、出生年月、性别、电话、最高学历、籍贯、落户市县、政治面貌、毕业院校、工作单位、工作内容、职务、项目名称、项目责任、学位、毕业时间、工作时间、项目时间共18个字段。
Stars: ✭ 64 (+20.75%)
Mutual labels:  ner, bilstm-crf
video music book datasets
NLP NER datasets video/music/book bio
Stars: ✭ 73 (+37.74%)
Mutual labels:  ner
molminer
Python library and command-line tool for extracting compounds from scientific literature. Written in Python.
Stars: ✭ 38 (-28.3%)
Mutual labels:  ner
datagrand bert
2019达观杯信息提取第5名代码
Stars: ✭ 20 (-62.26%)
Mutual labels:  ner
extractacy
Spacy pipeline object for extracting values that correspond to a named entity (e.g., birth dates, account numbers, laboratory results)
Stars: ✭ 47 (-11.32%)
Mutual labels:  ner
CrossNER
CrossNER: Evaluating Cross-Domain Named Entity Recognition (AAAI-2021)
Stars: ✭ 87 (+64.15%)
Mutual labels:  ner
nerus
Large silver standart Russian corpus with NER, morphology and syntax markup
Stars: ✭ 47 (-11.32%)
Mutual labels:  ner
genalog
Genalog is an open source, cross-platform python package allowing generation of synthetic document images with custom degradations and text alignment capabilities.
Stars: ✭ 234 (+341.51%)
Mutual labels:  ner
keras-crf-ner
keras+bi-lstm+crf,中文命名实体识别
Stars: ✭ 16 (-69.81%)
Mutual labels:  ner
biaffine-ner
Named Entity Recognition as Dependency Parsing
Stars: ✭ 293 (+452.83%)
Mutual labels:  ner
NER-and-Linking-of-Ancient-and-Historic-Places
An NER tool for ancient place names based on Pleiades and Spacy.
Stars: ✭ 26 (-50.94%)
Mutual labels:  ner
ai explore
机器学习、深度学习基础知识. 推荐系统及nlp相关算法实现
Stars: ✭ 54 (+1.89%)
Mutual labels:  ner
xinlp
把李航老师《统计学习方法》的后几章的算法都用java实现了一遍,实现盒子与球的EM算法,扩展到去GMM训练,后来实现了HMM分词(实现了HMM分词的参数训练)和CRF分词(借用CRF++训练的参数模型),最后利用tensorFlow把BiLSTM+CRF实现了,然后为lucene包装了一个XinAnalyzer
Stars: ✭ 21 (-60.38%)
Mutual labels:  bilstm-crf
tensorflow-ml-nlp-tf2
텐서플로2와 머신러닝으로 시작하는 자연어처리 (로지스틱회귀부터 BERT와 GPT3까지) 실습자료
Stars: ✭ 245 (+362.26%)
Mutual labels:  ner
scikitcrf NER
Python library for custom entity recognition using Sklearn CRF
Stars: ✭ 17 (-67.92%)
Mutual labels:  ner

NER: Chinese Named Entity Recognition in Keras

Model1:Character_embedding-Based BiLSTM-CRF.
Model2:On the basis of model1. Extract n_gram feature from word embedding as auxiliary feature, using Conv1D.

Ps:
Run preprocess.py and utils.py firstly, to get processed train/dev/test data and pre-trained char/word embedding matrix.
The file 'appendix_···.py' is writed by means of 'BosonNLP'.

References:
1.End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF. Xuezhe Ma, Eduard Hovy
2.Bidirectional LSTM-CRF Models for Sequence Tagging. Zhiheng Huang, Wei Xu, Kai Yu.
3.Neural Architectures for Named Entity Recognition. Guillaume Lample et al.

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].