Neural Machine 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