Documentation ¶
Overview ¶
Package citar provides an HMM part-of-speech tagger.
citar is a package that provides an Hidden Markov Model part-of-speech tagger. The tagger can be used as a set of command-line utilities or as a Go package for integration in Go applications.
The architecture of this tagger is inspired by Thorsten Brants' TnT tagger: TnT: A Statistical Part-of-Speech Tagger, Thorsten Brants, Proceedings of the sixth conference on Applied natural language processing, ANLC '00
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
Package model provides the tagger's data model.
|
Package model provides the tagger's data model. |
Package tagger provides a Hidden Markov Model part-of-speech tagger.
|
Package tagger provides a Hidden Markov Model part-of-speech tagger. |
Package trigrams provides trigram models.
|
Package trigrams provides trigram models. |
Package words provides methods to estimate (word) emission probabilities.
|
Package words provides methods to estimate (word) emission probabilities. |
Click to show internal directories.
Click to hide internal directories.