All Projects → danieldk → citar

danieldk / citar

Licence: other
Citar HMM part-of-speech tagger

Programming Languages

go
31211 projects - #10 most used programming language
AMPL
153 projects

Projects that are alternatives of or similar to citar

RcppMeCab
RcppMeCab: Rcpp Interface of CJK Morpheme Analyzer MeCab
Stars: ✭ 24 (+50%)
Mutual labels:  pos, tagger
HMMBase.jl
Hidden Markov Models for Julia.
Stars: ✭ 83 (+418.75%)
Mutual labels:  hmm
interspeech2018 submission01
Supplementary information and code for INTERSPEECH 2018 paper: Singing voice phoneme segmentation by hierarchically inferring syllable and phoneme onset positions
Stars: ✭ 43 (+168.75%)
Mutual labels:  hmm
corpusexplorer2.0
Korpuslinguistik war noch nie so einfach...
Stars: ✭ 16 (+0%)
Mutual labels:  tagger
pos
Point of sale system targeted towards pharmacies in India.
Stars: ✭ 46 (+187.5%)
Mutual labels:  pos
xinlp
把李航老师《统计学习方法》的后几章的算法都用java实现了一遍,实现盒子与球的EM算法,扩展到去GMM训练,后来实现了HMM分词(实现了HMM分词的参数训练)和CRF分词(借用CRF++训练的参数模型),最后利用tensorFlow把BiLSTM+CRF实现了,然后为lucene包装了一个XinAnalyzer
Stars: ✭ 21 (+31.25%)
Mutual labels:  hmm
pos-android-sdk
A selection of APIs and associated samples that enables developers to build applications for different stages of the point of sale journey
Stars: ✭ 18 (+12.5%)
Mutual labels:  pos
ml
machine learning
Stars: ✭ 29 (+81.25%)
Mutual labels:  hmm
mahjong
开源中文分词工具包,中文分词Web API,Lucene中文分词,中英文混合分词
Stars: ✭ 40 (+150%)
Mutual labels:  hmm
store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (+425%)
Mutual labels:  pos
ezdmb
A dead-simple digital menu board display and configuration, written in Python.
Stars: ✭ 17 (+6.25%)
Mutual labels:  pos
matic-docs
The official documentation for all Polygon products.
Stars: ✭ 181 (+1031.25%)
Mutual labels:  pos
blockchain consensus algorithm
代码实现五种区块链共识算法 The code implements five blockchain consensus algorithms
Stars: ✭ 251 (+1468.75%)
Mutual labels:  pos
Machine Learning Code
《统计学习方法》与常见机器学习模型(GBDT/XGBoost/lightGBM/FM/FFM)的原理讲解与python和类库实现
Stars: ✭ 169 (+956.25%)
Mutual labels:  hmm
pos-mamba-sdk
SDK for developing in the Mamba web environment
Stars: ✭ 34 (+112.5%)
Mutual labels:  pos
POS---Point-Of-Sales
Point of sales proof of concept developed using Asp.Net Core 2.2. Features: Customer, Vendor, Product, Purchase Order, Goods Receive, Sales Order, Inventory Transactions and POS form.
Stars: ✭ 120 (+650%)
Mutual labels:  pos
quicktill
Figure out where all the money and stock went to
Stars: ✭ 29 (+81.25%)
Mutual labels:  pos
bizbook-client
The repository of bizbook client project
Stars: ✭ 28 (+75%)
Mutual labels:  pos
rpicore
RPICoin - Proof of Stake Cryptocurrency
Stars: ✭ 16 (+0%)
Mutual labels:  pos
chrome-raw-print
Chrome app to enable raw printing from a browser
Stars: ✭ 57 (+256.25%)
Mutual labels:  pos

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].