Skip to content

danieldk/citar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5402fd2 · Aug 29, 2018

History

19 Commits
Aug 29, 2018
Nov 14, 2017
Sep 28, 2016
Apr 1, 2016
Apr 1, 2016
Nov 14, 2017
Apr 1, 2016
Aug 29, 2018
Apr 1, 2016
Apr 1, 2016
Apr 2, 2016
Apr 1, 2016
Aug 29, 2018
Aug 29, 2018

Repository files navigation

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