Skip to content
/ crfpp Public
forked from taku910/crfpp

CRF++: Yet Another CRF toolkit

License

Notifications You must be signed in to change notification settings

waky80/crfpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. 개요 : 본 프로젝트는 기존의 CRF++로 만들어진 Binary model file을 C가 아닌 다른 언어로 작성된 프로그램에서 사용할 수 있도록 하기 위해 만들어진 것입니다.
2. original CRF++ : https://github.com/taku910/crfpp
3. Tookit 설명 : https://taku910.github.io/crfpp/
4. 변경 내용  
  4.1. -j option 추가 (2017.04.07) 
        crf_learn 명령어 실행 option으로 추가 
        해당 옵션 사용하여 실행 시, 기존 Binary model file을 대체하여 Java에서 로딩 가능한 형태의 Binary model file이 생성 
  4.2. -j option으로 모델 생성 과정 변경 (2017.06.02)
        -j option으로 모델 생성 시, 기존 Binary model file과 Java에서 로딩 가능한 형태의 Binary model file을 함께 생성
        해당 모델 파일은 "Binary model file명 + .jbm"으로 생성

About

CRF++: Yet Another CRF toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 36.8%
  • C++ 33.2%
  • HTML 20.2%
  • Makefile 3.6%
  • C 3.0%
  • CSS 1.0%
  • Other 2.2%