项目作者: MinhDg00

项目描述 :
Neural Machine Translation
高级语言: Jupyter Notebook
项目地址: git://github.com/MinhDg00/en-vi-translation.git
创建时间: 2020-03-08T22:30:40Z
项目社区:https://github.com/MinhDg00/en-vi-translation

开源协议:

下载


The data used in this notebook is EVBCorpus from this github

The notebook investigate the sentiment, named entity of the english and vietnamese texts with spaCy, HuggingFace transformers and VNCoreNLP, and build a tranlastion machine from english to vietnamese and vietnamese to english

A NMT with attention is used to translate vietnamese to english and A NMT with biDirectional is used to translate english to vietnamese

Simultaneously working on NLU model with transformer