Registry / other / crfsuite

crfsuite

JSON →
library2020-08-27vcpkgunverified

CRFSuite is an implementation of Conditional Random Fields (CRFs) for labeling sequential data.

vcpkg install crfsuite
INSTALL
IMPORT
SIG · CRFSUITE
C
crfsuite
othercppv2020-08-27
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

crfsuite.h
#include <crfsuite.h>

Initialize a CRFSuite tagger

#include <crfsuite.h> int main() { crfsuite_tagger_t* tagger; crfsuite_create_instance("crf1d", &tagger); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2020-08-27latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

crfsuite — pip install crfsuite · libregistry