> cat /dev/github | grep security-tools
discovered 03 Aug 2026

sklearn-crfsuite

via awesome-list
→ View on GitHub
sklearn-crfsuite is a Python library that serves as a wrapper for CRFsuite, providing a scikit-learn compatible interface for Conditional Random Fields (CRF) modeling. Its primary use case lies in sequence tagging tasks, enabling users to leverage scikit-learn utilities for model selection and hyperparameter optimization, while also facilitating the saving and loading of models with joblib. Notable features include seamless integration with scikit-learn's ecosystem and support for advanced model evaluation techniques.