Skip to content

Golang wrapper for stanford pos tagger, with support for Chinese

License

Notifications You must be signed in to change notification settings

kyajpauley/stanford-pos-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stanford-pos-tagger

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.

install

go get github.com/kyajpauley/stanford-pos-tagger

usage

Input strings for tagging need to be pre-tokenized and delimited by whitespace.

license

MIT

About

Golang wrapper for stanford pos tagger, with support for Chinese

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages