基于Pytorch和torchtext的自然语言处理深度学习框架。
☆836Dec 14, 2020Updated 5 years ago
Alternatives and similar repositories for lightNLP
Users that are interested in lightNLP are comparing it to the libraries listed below
Sorting:
- NLP上手教程☆6,255May 23, 2021Updated 4 years ago
- 自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,b…☆1,539Sep 23, 2021Updated 4 years ago
- fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.☆3,149Jun 5, 2023Updated 2 years ago
- 基于Pytorch和torchtext的知识图谱深度学习框架。☆614Jul 7, 2020Updated 5 years ago
- 复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!☆2,797Mar 15, 2026Updated last week
- 100+ Chinese Word Vectors 上百种预训练中文词向量☆12,188Oct 30, 2023Updated 2 years ago
- Chinese Embedding collection incling token ,postag ,pinyin,dependency,word embedding.中文自然语言处理向量合集,包括字向量,拼音向量,词向量,词性向量,依存关系向量.共5种类型的向量☆454Dec 15, 2018Updated 7 years ago
- 自然语言基础模型☆563Apr 29, 2019Updated 6 years ago
- A curated list of resources for Chinese NLP 中文自然语言处理相关资料☆7,928Jul 27, 2023Updated 2 years ago
- 大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP☆9,872Feb 6, 2026Updated last month
- Natural Language Processing Tutorial for Deep Learning Researchers☆14,876Feb 21, 2024Updated 2 years ago
- Jiagu深度学习自然语言处理工具 知识图谱关系抽取 中文分词 词性标注 命名实体识别 情感分析 新词发现 关键词 文本摘要 文本聚类☆3,420May 7, 2022Updated 3 years ago
- Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)☆10,183Jul 15, 2025Updated 8 months ago
- Documents, papers and codes related to Natural Language Processing, including Topic Model, Word Embedding, Named Entity Recognition, Tex…☆1,632Feb 11, 2026Updated last month
- Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)☆2,948Oct 15, 2019Updated 6 years ago
- A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型☆3,984Nov 21, 2022Updated 3 years ago
- 搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。☆6,499Jan 29, 2019Updated 7 years ago
- 使用BERT模型进行文本分类,相似句子判断,以及词性标注☆90Jan 23, 2019Updated 7 years ago
- Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取☆2,265Feb 1, 2024Updated 2 years ago
- 在线教育从业者工具箱☆28Jan 13, 2019Updated 7 years ago
- Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services☆4,900Feb 24, 2021Updated 5 years ago
- 使用预训练语言模型BERT做中文NER☆975Feb 26, 2020Updated 6 years ago
- 通识教育的信息、系统论、控制论解读☆12Jan 16, 2019Updated 7 years ago
- distant supervised relation extraction models: PCNN MIL (Zeng 2015), PCNN+ATT(Lin 2016). 关系抽取☆501Apr 30, 2020Updated 5 years ago
- Pre-Trained Chinese XLNet(中文XLNet预训练模型)☆1,648Jul 15, 2025Updated 8 months ago
- 基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口☆1,293Jun 13, 2021Updated 4 years ago
- 问题句子相似度计算,即给定客服里用户描述的两句话,用算法来判断是否表示了相同的语义。☆370Nov 17, 2020Updated 5 years ago
- 自然语言处理实验(sougou数据集),TF-IDF,文本分类、聚类、词向量、情感识别、关系抽取等☆1,731Jul 18, 2022Updated 3 years ago
- Entity and Relation Extraction Based on TensorFlow and BERT. 基于TensorFlow和BERT的管道式实体及关系抽取,2019语言与智能技术竞赛信息抽取任务解决方案。Schema based Knowledge …☆1,230Jun 1, 2020Updated 5 years ago
- Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includ…☆2,387Sep 3, 2024Updated last year
- 中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。☆5,714Sep 23, 2020Updated 5 years ago
- ccks baidu entity link 实体链接 第一名☆842Dec 19, 2023Updated 2 years ago
- 一个关于百度2019语言与智能技术竞赛信息抽取 (http://lic2019.ccf.org.cn/kg) 的简单Demo, 模型采用BERT+CNN ( https://github.com/Wangpeiyi9979/IE-Bert-CNN )。 Demo使用Fl…☆126May 14, 2019Updated 6 years ago
- 自然语言处理、知识图谱、对话系统,大模型等技术研究与应用。☆1,756Feb 8, 2025Updated last year
- keras implement of transformers for humans☆5,424Nov 11, 2024Updated last year
- 中文实体关系抽取,pytorch,bilstm+attention☆769Nov 13, 2021Updated 4 years ago
- NLP研究入门之道☆2,058Nov 26, 2019Updated 6 years ago
- ChinesePersonRelationGraph, person relationship extraction based on nlp methods.中文人物关系知识图谱项目,内容包括中文人物关系图谱构建,基于知识库的数据回标,基于远程监督与bootstrappi…☆929Dec 15, 2018Updated 7 years ago
- Implemention some Baseline Model upon Bert for Text Classification☆693Sep 19, 2019Updated 6 years ago