/crf-edu

Educational implementation of Linear chain CRFs

Primary LanguagePython

Linear Chain CRF

A toy implementation in python to help me get my head around them. Based on video and pdf tutorials by Charles Elkan.

The main file is the pos.inynb notebook, which pulls in functions from utils.py and crf.py, and uses project_imports3 from myutils.

Dev

export MYPYPATH=`pwd`/stubs
ls test.py utils.py crf.py | entr sh onchange.sh