chenxingphh / machine-translation
基于Seq2Seq、Global attention、Transformer的中英文翻译
☆6Updated 4 years ago
Alternatives and similar repositories for machine-translation:
Users that are interested in machine-translation are comparing it to the libraries listed below
- 中英文神经网络机器翻译☆14Updated 4 years ago
- 中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!☆367Updated last year
- 提供一款中文版生成式摘要服务☆334Updated 3 weeks ago
- 基于pytorch的bert_bilstm_crf中文命名实体识别☆539Updated last year
- 基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。☆409Updated last month
- python 数地工厂 NLPSDK 关键词提取 摘要提取 新词发现 事件三元组提取 数据三元组提取 逻辑三元组提取 实体识别 短语组块识别 相似度计算 概念抽象 语义联想 情感极性判定 情感对提取 实体属性情感提取 主观性计算 网页正文解析 网页表格解析 实体链接 问题解…☆17Updated 3 years ago
- 文本相似度(匹配)计算,提供Baseline、训练、推理、指标分析...代码 包含TensorFlow/Pytorch双版本☆173Updated 2 years ago
- 基于Pytorch的Bert应用,包括命名实体识别、情感分析、文本分类以及文本相似度等☆740Updated 3 years ago
- bert_seq2seq的DDP版本,支持bert、roberta、nezha、t5、gpt2等模型,支持seq2seq、ner、关系抽取等任务,无需添加额外代码,轻松启动DDP多卡训练。☆50Updated 2 years ago
- 使用Bert完成实体之间关系抽取☆674Updated this week
- 中文关系抽取☆447Updated last year
- 使用BERT-BILSTM-CRF进行中文命名实体识别。☆378Updated last week
- 基于pytorch的中文三元组提取(命名实体识别+关系抽取)☆337Updated last year
- All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)☆264Updated this week
- 文本相似度,语义向量,文本向量,text-similarity,similarity, sentence-similarity,BERT,SimCSE,BERT-Whitening,Sentence-BERT, PromCSE, SBERT☆73Updated last month
- 基于BERT+BiLSTM+CRF实现中文命名实体识别☆141Updated 4 years ago
- NLP 领域常见任务的实现,包括新词发现、以及基于pytorch的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。☆524Updated last year
- Tensorflow2.3的文本分类项目,支持各种分类模型,支持相关tricks。☆175Updated last month
- 命名体识别(NER)综述-论文-模型-代码(BiLSTM-CRF/BERT-CRF)-竞赛资源总结-随时更新☆470Updated 4 years ago
- 基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)☆175Updated 10 months ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆151Updated 2 years ago
- ☆83Updated 4 years ago
- 使用谷歌预训练bert做字嵌入的BiLSTM-CRF序列标注模型☆472Updated 5 years ago
- 使用transformer架构实现简单的英语翻译中文模型☆84Updated 5 years ago
- 使用Pytorch框架对NLP方向上的文本分类、实体识别、三元组抽取做代码实战☆163Updated 8 months ago
- 中文命名实体识别NER。用keras实现BILSTM+CRF、IDCNN+CRF、BERT+BILSTM+CRF进行实体识别。结果当然是BERT+BILSTM+CRF最好啦。☆286Updated 5 years ago
- Self complemented word embedding methods using CBOW,skip-Gram,word2doc matrix , word2word matrix ,基于CBOW、skip-gram、词-文档矩阵、词-词矩阵四种方法的词向量生成☆182Updated 6 years ago
- 中文NER的那些事儿☆314Updated last year
- A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .☆206Updated 2 years ago
- 基于BI-LSTM+CRF的中文命名实体识别 Pytorch☆382Updated last year