chl17 / WordSegLinks
Chinese Word Segmentation Using MM/CRF/Bi-LSTM/Bi-LSTM-CRF/BERT-LSTM, 中文分词,使用 最大词匹配、CRF(CRF++)、Bi-LSTM (+CRF)、BERT-Bi-LSTM
☆30Updated 5 years ago
Alternatives and similar repositories for WordSeg
Users that are interested in WordSeg are comparing it to the libraries listed below
Sorting:
- 使用UniLM实现中文文本摘要☆44Updated 5 years ago
- Reproducing the paper — Deep Short Text Classification with Knowledge Powered Attention☆102Updated 4 years ago
- Chinese NER using Lattice LSTM. Reproduction for ACL 2018 paper.☆130Updated 5 years ago
- 百度2020语言与智能技术竞赛:事件抽取赛道方案代码☆54Updated 5 years ago
- PyTorch implement of BiLSTM-CRF for Chinese NER☆60Updated 6 years ago
- implementation pointer-generator-network by pytorch and python3☆87Updated 5 years ago
- 基于transformer的指针生成网络☆93Updated 4 years ago
- ☆88Updated 4 years ago
- Named Recognition Entity based on BERT and CRF 基于BERT+CRF的中文命名实体识别☆185Updated 2 years ago
- 基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE☆54Updated 5 years ago
- 基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性 标注,命名实体识别等☆62Updated 2 years ago
- bert pytorch模型微调用于的多标签文本分类☆137Updated 6 years ago
- 中文无监督SimCSE Pytorch实现☆135Updated 4 years ago
- 使用基于Transformer的预训练模型在ACE2005数据集上进行事件抽取任务☆159Updated 5 years ago
- 系统的介绍如何搭建一个完整的文本分类系统,包括数据预处理、主要方法的原理介绍和实现细节、实验结果与分析、网页Demo的构建以及项目文件的组织方式。项目的原理和处理细节可以查看我的博客专栏:https://blog.csdn.net/sdu_hao/category_9286…☆28Updated 5 years ago
- Using pre-trained BERT models for Chinese and English NER with 🤗Transformers☆137Updated 5 years ago
- 使用LSTM进行端到端的语义角色标注(theano)☆54Updated 5 years ago
- Bert预训练模型fine-tune计算文本相似度☆111Updated 2 years ago
- 论文复现《Named Entity Recognition as Dependency Parsing》☆131Updated 4 years ago
- code for ACL2020:《FLAT: Chinese NER Using Flat-Lattice Transformer》 我注释&修改&添加了部分源码,使得大家更容易复现这个代码。☆56Updated 5 years ago
- baidu aistudio event extraction competition☆225Updated 2 years ago
- Use deep models including BiLSTM, ABCNN, ESIM, RE2, BERT, etc. and evaluate on 5 Chinese NLP datasets: LCQMC, BQ Corpus, ChineseSTS, OCN…☆77Updated 3 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆78Updated 5 years ago
- The source code of 《 FGN:Fusion Glyph Network for Chinese Named Entity Recognition 》. SOTA Chinese NER method fusing both glyph represne…☆50Updated 5 years ago
- 基于prompt的中文文本分类。☆55Updated 2 years ago
- 参考NER,基于BERT的电商评论观点挖掘和情感分析☆43Updated 6 years ago
- Source code for the paper "Leverage Lexical Knowledge for Chinese Named Entity Recognition via Collaborative Graph Network"☆120Updated 5 years ago
- Nugget Proposal Networks for Chinese Event Detection☆140Updated 7 years ago
- 这是一个seq2seq模型,编码器是bert,解码器是transformer的解码器,可用于自然语言处理中文本生成领域的任务☆75Updated 6 years ago
- 从头训练MASK BERT☆139Updated 2 years ago