blob: aa62f95bf1b0babd3d51a7b44db910cba08e9018 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "crfsuite",
"version-date": "2019-07-21",
"port-version": 1,
"description": "CRFSuite is an implementation of Conditional Random Fields (CRFs) for labeling sequential data.",
"homepage": "http://www.chokkan.org/software/crfsuite/",
"supports": "!uwp",
"dependencies": [
"liblbfgs"
]
}
|