node-crfsuite
v1.1.0
Published
NodeJS link to the CRFSuite library
Downloads
99
Readme
node-crfsuite
This is a link to the CRFSuite library written by Naoaki Okazaki. CRF or Conditional Random Fields are a class of statistical modeling method often applied in pattern recognition and machine learning and used for structured prediction.
Before install
Make sure you've installed liblbfgs library and original libcrfsuite
Install
$ npm install node-crfsuite --save
Contributing
Pull requests and stars are highly welcome.
For bugs and feature requests, please create an issue.