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
- 英中文本机器翻译的☆97Updated 5 years ago
- 基于pytorch+bert的中文文本分类☆84Updated 2 years ago
- 文本相似度,语义向量,文本向量,text-similarity,similarity, sentence-similarity,BERT,SimCSE,BERT-Whitening,Sentence-BERT, PromCSE, SBERT☆73Updated 5 months ago
- Tensorflow2.3的文本分类项目,支持各种分类模型,支持相关tricks。☆175Updated 5 months ago
- 基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。☆423Updated 5 months ago
- 基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)☆185Updated last year
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆103Updated last year
- 英中机器文本翻译☆63Updated 6 years ago
- ☆83Updated 4 years ago
- python 数地工厂 NLPSDK 关键词提取 摘要提取 新词发现 事件三元组提取 数据三元组提取 逻辑三元组提取 实体识别 短语组块识别 相似度计算 概念抽象 语义联想 情感极性判定 情感对提取 实体属性情感提取 主观性计算 网页正文解析 网页表格解析 实体链接 问题解…☆17Updated 4 years ago
- 基于bert的kbqa系统☆151Updated 2 years ago
- 基于BI-LSTM+CRF的中文命名实体识别 Pytorch☆390Updated last year
- 基于BERT+BiLSTM+CRF实现中文命名实体识别☆145Updated 5 years ago
- 中文NER的那些事儿☆318Updated last year
- 使用谷歌预训练bert做字嵌入的BiLSTM-CRF序列标注模型☆478Updated 6 years ago
- 本项目采用Keras和Keras-bert实现中文序列标注,对BERT进行微调,并在多个命名实体识别数据集上进行测试。☆47Updated 4 years ago
- All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)☆274Updated this week
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆155Updated 2 years ago
- 全局指针统一处理嵌套与非嵌套NER的Pytorch实现☆391Updated 2 years ago
- 基于pytorch的bert_bilstm_crf中文命名实体识别☆562Updated last year
- 使用torch整合两种经典的指针NER抽取范式,分别是SpanBert和苏神的GlobalPointer,简单加了些tricks,配置后一键运行☆132Updated 11 months ago
- 本项目用于文档问答,使用向量嵌入 + ES 做召回,使用Rerank模型作为精排,再使用LLM做文档问答,Web框架使用Flask。☆27Updated last month
- 《基于BERT模型的自然语言处理实战》随书代码☆17Updated 2 years ago
- 基 于pytorch的中文三元组提取(命名实体识别+关系抽取)☆349Updated last year
- 中文文本分类模型集成,包括cnn, lstm, bert等,开箱即用☆25Updated last year
- 命名体识别(NER)综述-论文-模型-代码(BiLSTM-CRF/BERT-CRF)-竞赛资源总结-随时更新☆473Updated 4 years ago
- A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .☆210Updated 2 years ago
- 中文命名实体识别NER。用keras实现BILSTM+CRF、IDCNN+CRF、BERT+BILSTM+CRF进行实体识别。结果当然是BERT+BILSTM+CRF最好啦。☆289Updated 5 years ago
- SimCSE在中文上的复现,有监督+无监督☆276Updated 2 months ago