All Projects → stephen-v → Zh Ner Keras

stephen-v / Zh Ner Keras

details

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Zh Ner Keras

Uer Py
Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo
Stars: ✭ 1,295 (+413.89%)
Mutual labels:  chinese, ner
Albert Chinese Ner
使用预训练语言模型ALBERT做中文NER
Stars: ✭ 302 (+19.84%)
Mutual labels:  chinese, ner
chinese-nlp-ner
一套针对中文实体识别的BLSTM-CRF解决方案
Stars: ✭ 14 (-94.44%)
Mutual labels:  chinese, ner
Bert Ner Pytorch
Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
Stars: ✭ 654 (+159.52%)
Mutual labels:  chinese, ner
Bert Chinese Ner
使用预训练语言模型BERT做中文NER
Stars: ✭ 758 (+200.79%)
Mutual labels:  chinese, ner
Cluener2020
CLUENER2020 中文细粒度命名实体识别 Fine Grained Named Entity Recognition
Stars: ✭ 689 (+173.41%)
Mutual labels:  chinese, ner
Jionlp
中文 NLP 任务预处理工具包,准确、高效、零使用门槛
Stars: ✭ 449 (+78.17%)
Mutual labels:  chinese, ner
Chinesener
中文命名实体识别,实体抽取,tensorflow,pytorch,BiLSTM+CRF
Stars: ✭ 938 (+272.22%)
Mutual labels:  chinese, ner
Cluedatasetsearch
搜索所有中文NLP数据集,附常用英文NLP数据集
Stars: ✭ 2,112 (+738.1%)
Mutual labels:  chinese, ner
Medical Books
Open sourece medical books in LaTeX. LaTeX写的中文开源医学书籍
Stars: ✭ 211 (-16.27%)
Mutual labels:  chinese
Tms
基于频道模式的团队沟通协作+轻量级任务看板,支持mardown、富文本、在线表格和思维导图的团队博文wiki,i18n国际化翻译管理的响应式web开源团队协作系统。
Stars: ✭ 232 (-7.94%)
Mutual labels:  chinese
Machine Learning Yearning Chinese Ver
(完结)Andrew NG Machine-Learning-Yearning translation documents(吴恩达《Machine Learning Yearning》中文翻译及英文原稿)
Stars: ✭ 209 (-17.06%)
Mutual labels:  chinese
Nonflowers
Procedurally generated paintings of nonexistent flowers.
Stars: ✭ 208 (-17.46%)
Mutual labels:  chinese
Gpt2 Newstitle
Chinese NewsTitle Generation Project by GPT2.带有超级详细注释的中文GPT2新闻标题生成项目。
Stars: ✭ 235 (-6.75%)
Mutual labels:  chinese
Somiao Pinyin
Somiao Pinyin: Train your own Chinese Input Method with Seq2seq Model 搜喵拼音输入法
Stars: ✭ 209 (-17.06%)
Mutual labels:  chinese
Bert ner
Ner with Bert
Stars: ✭ 240 (-4.76%)
Mutual labels:  ner
Nlp4han
中文自然语言处理工具集【断句/分词/词性标注/组块/句法分析/语义分析/NER/N元语法/HMM/代词消解/情感分析/拼写检查】
Stars: ✭ 206 (-18.25%)
Mutual labels:  chinese
Doc Han Att
Hierarchical Attention Networks for Chinese Sentiment Classification
Stars: ✭ 206 (-18.25%)
Mutual labels:  chinese
Chinese text normalization
Chinese text normalization for speech processing
Stars: ✭ 242 (-3.97%)
Mutual labels:  chinese
Finance Python
python tools for Finance with the functionality of indicator calculation, business day calculation and so on.
Stars: ✭ 238 (-5.56%)
Mutual labels:  chinese

zh-NER-keras

this project is a sample for Chinese Named Entity Recognition(NER) by Keras 2.1.4

requirements

demo

python val.py

input:

中华人民共和国国务院总理周恩来在外交部长陈毅,
副部长王东的陪同下,
连续访问了埃塞俄比亚等非洲10国以及阿尔巴尼亚

output:

['person: 周恩来 陈毅, 王东', 'location: 埃塞俄比亚 非洲 阿尔巴尼亚', 'organzation: 中华人民共和国国务院 外交部']

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