VNTK-Tagger needs the main following functionalities: - [ ] Text pre-processing from raw corpus/corpora (tokenize, pos, chunking, ner, ...) - [x] Tagger Trainer (re-training for new corpus) - [x] Tagger Predict (models output will have used in [vntk](https://github.com/vunb/vntk) toolkit) - [ ] VNTK Tagger cli
VNTK-Tagger needs the main following functionalities: