GitXplorerGitXplorer
d

citar

public
15 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
b2e0835673179dd1a6199417c7adeb6eabc7d728

Remove debug output.

ddanieldk committed 8 years ago
Unverified
3bd172f605e2460f04c23aed15e560660e5ad10d

Add example closed-class file for STTS.

ddanieldk committed 8 years ago
Unverified
0890b2c1510a16c3a039b8a36ad52bad63ce209e

Add support for marking tags as closed-class.

ddanieldk committed 8 years ago
Unverified
d8f40226ad9fb8e3232ab1af0b4aee73a5a17c1b

godoc/goreportcard/Travis badges

ddanieldk committed 9 years ago
Unverified
c658472ae02f653db226b1e20818bdcc59217b69

Add CPU profiling to citar-tag.

ddanieldk committed 9 years ago
Unverified
d949243ed8c84823ba22ddbf4fc449336b5db7be

Add usage information for commands.

ddanieldk committed 9 years ago

README

The README file for this repository.

Citar - Trigram HMM part-of-speech tagger

GoDoc Report card Build Status

Introduction

Citar is a part-of-speech tagger, based on a trigram Hidden Markov Model (HMM). It (partly) implements the ideas set forth in [1]. It can be used as a set of stand-alone programs and or from Go.

C++ Citar

The C++ version of Citar can be found is still available. Active maintenance will proceed in Go. The choice to port Citar from C++ to Go was not made lightly. However, I believe that switching to Go will ease maintenance, lower the barrier for contributions, and improve cross-platform support. Moreover, recent version of Go have made it easier to call Go code from C.

[1] TnT - a statistical part-of-speech tagger, Thorsten Brants, 2000