'CRF ++'에 해당되는 글 1

  1. 2008.08.29 CRF++ 3
Machine Learning/CRF | Posted by 알 수 없는 사용자 2008. 8. 29. 09:38

CRF++

Learning :
crf_learn template_file train_file model_file

crf_learn -f 2 template_file train_file model_file   # -f NUM : threshould for the feature
crf learn -a MIRA template_file train_file model_file  # -a MIRA : learn with MIRA
crf_learn -c 1.5 template_file train_file model_file # -c float : balance between overfitting and underfitting

Test:
crf_test -m model_file test_file

crf_test -n 20 -m model_file test_file  # -n NUM : N-best results