NNVLP: A Neural Network-Based Vietnamese Language Processing Toolkit
2017-08-24IJCNLP 2017Code Available0· sign in to hype
Thai-Hoang Pham, Xuan-Khoai Pham, Tuan-Anh Nguyen, Phuong Le-Hong
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/pth1993/NNVLPnone★ 0
Abstract
This paper demonstrates neural network-based toolkit namely NNVLP for essential Vietnamese language processing tasks including part-of-speech (POS) tagging, chunking, named entity recognition (NER). Our toolkit is a combination of bidirectional Long Short-Term Memory (Bi-LSTM), Convolutional Neural Network (CNN), Conditional Random Field (CRF), using pre-trained word embeddings as input, which achieves state-of-the-art results on these three tasks. We provide both API and web demo for this toolkit.