Golang wrapper for stanford pos tagger, with support for Chinese
This package extends the functionality of the go-stanford-wrapper by kamildrazkiewicz. I added support for Chinese part of speech tagging by updating the delimiters and the POS descriptions.
go get github.com/kyajpauley/stanford-pos-tagger
Input strings for tagging need to be pre-tokenized and delimited by whitespace.
MIT