GitXplorerGitXplorer
d

citar

public
15 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
5402fd24cebfb1cd9ef0236fd120a1abd4c56b13

Travis-CI: build against newer Go versions.

ddanieldk committed 6 years ago
Unverified
619cddd22f8d838af7e7a57039840ac73b97e64d

Use keyed fields in Substitution composite literal.

ddanieldk committed 6 years ago
Unverified
e70c5406c92d8a0eb22769a1b46171c4a9fdd09a

Init Go module support.

ddanieldk committed 6 years ago
Unverified
10a285fd82e1f4ce2b9200027f0d5c2dbe4098d2

Missing import, debug print.

ddanieldk committed 7 years ago
Unverified
39e9e74951f56d125118f07ecd77119834ee339d

Add support for a lexicon with optional substitutions.

ddanieldk committed 7 years ago
Unverified
a6cf36d0d0924d92b4769134604ae2597109c802

Type refinement.

ddanieldk committed 8 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