Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.35 KB

README.rst

File metadata and controls

34 lines (26 loc) · 1.35 KB

sklearn-crfsuite

PyPI Version Build Status Code Coverage Documentation

sklearn-crfsuite is a thin CRFsuite (python-crfsuite) wrapper which provides interface simlar to scikit-learn. sklearn_crfsuite.CRF is a scikit-learn compatible estimator: you can use e.g. scikit-learn model selection utilities (cross-validation, hyperparameter optimization) with it, or save/load CRF models using joblib.

License is MIT.

Documentation can be found here.