node-crfsuite
Version:
NodeJS link to the CRFSuite library
27 lines (13 loc) • 846 B
Markdown
# 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.
[](https://github.com/bubkoo/get-cursor-position/blob/master/LICENSE)
## Before install
Make sure you've installed [liblbfgs](https://github.com/chokkan/liblbfgs) library and original [libcrfsuite](https://github.com/chokkan/crfsuite)
## Install
```
$ npm install node-crfsuite --save
```
## Contributing
Pull requests and stars are highly welcome.
For bugs and feature requests, please [create an issue](https://github.com/bertmsk/node-crfsuite/issues/new).