vunb/vntk

Public an api which exports and allows to use CRFsuite

vunb opened this issue · 0 comments

vunb commented

Wanted an api which exports / allows to use CRFsuite from module vntk as an utility.

Example: var crfsuite = require('vntk').crfsuite()

Then create a Tagger or Trainer:

var crfsuite = require('vntk').crfsuite()
var tagger = new crfsuite.Tagger()
var trainer = new crfsuite.Trainer()