kaikeba / HCT-NLPBookLinks
《深度学习之自然语言处理实战》相关代码
☆16Updated 4 years ago
Alternatives and similar repositories for HCT-NLPBook
Users that are interested in HCT-NLPBook are comparing it to the libraries listed below
Sorting:
- 中文关系抽取☆94Updated 3 years ago
- 文本二分类任务,是否文档是否属于政治上的出访类事件,利用BERT提取特征,模型采用简单的DNN。☆61Updated 5 years ago
- ☆53Updated 5 years ago
- 从模型训练到部署,实战知识图谱(Knowledge Graph)&自然语言处理(NLP)。涉及 Tensorflow, Bert+Bi-LSTM+CRF,Neo4j等 涵盖 Named Entity Recognition,Text Classify,Informatio…☆90Updated 5 years ago
- 基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性标注,命名实体识别等☆61Updated 2 years ago
- 基于知识图谱的问答系统☆72Updated 6 years ago
- 基于bert的kbqa系统☆151Updated 3 years ago
- 基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE☆52Updated 4 years ago
- albert + lstm + crf实体识别,pytorch实现。识别的主要实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)☆136Updated 2 years ago
- 自然语言处理中的基础任务,包含但不限于文本表示,文本分类,命名实体识别,关系抽取,文本生成,文本摘要等,基于tensorflow2或Pytorch,所有代码均经过测试,项目中也包含相关数据。☆142Updated 2 years ago
- 基于知识库的问答系统。其中使用带注意力机制的对抗迁移学习做中文命名实体识别,使用BERT模型做句子相似度分析。☆37Updated 6 years ago
- 主要介绍了NLP的基础模型以及相关算法☆98Updated 5 years ago
- bert pytorch模型微调用于的多标签文本分类☆133Updated 5 years ago
- 爬取百度百科词条,抽取三元组,构建知识图谱☆35Updated 5 years ago
- 将bert模型应用到问答系统中来,一者学习知识图谱的基本操作,二简单搭建问答系统的基本框架,三将词向量、bert模型实践应用☆59Updated 5 years ago
- PyTorch implement of BiLSTM-CRF for Chinese NER