spencermountain / endofactor

suffix trie classifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

given an array of words and tags, it:

  • reads a ./model.js file, if exists
  • creates a suffix trie,
  • updates it with tag probabilities
import {add, get, trim, pack, unpack} from 'endofactor'

About

suffix trie classifier


Languages

Language:JavaScript 100.0%