This repository contains experiments in Vietnamese text classification problems. It is a part of underthesea project.
Setup Environment
# clone project
$ git clone [email protected]:magizbox/underthesea.ner.git
# create environment
$ cd underthesea.ner
$ conda create -n uts.classification python=3.4
$ pip install -r requirements.txt
$ pip install git+https://github.com/magizbox/underthesea.flow