Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/titsuki/algorithm-crf

CRF implementation in perl. (条件付確率場(CRF)の実装)
https://github.com/titsuki/algorithm-crf

Last synced: 10 days ago
JSON representation

CRF implementation in perl. (条件付確率場(CRF)の実装)

Awesome Lists containing this project

README

        

# algorithm-crf

## DESCRIPTION
+ This repository is my playground.
+ 高村大也著, 『言語処理のための機械学習入門』より下記をperlで実装
+ 5章 5.4 "条件付確率場"(CRF) の例題 5.1
+ 5章 章末問題3

## USAGE
```
$ git clone https://github.com/titsuki/algorithm-crf.git
$ cd algorithm-crf
$ prove -Ilib
```