ac_search
v0.0.2
Published
AHO-Corasick Search Tree Implementation.
Readme
node-ac_search
A very fast AHO-Corasick String Search implementation.
Installation
$ npm install ac_searchInstallation via source
$ git clone https://github.com/jbenden/node-ac_search.git node-ac_search.git
$ cd node-ac_search.git
$ npm installExample Usage
Please see the unit-tests for an example on how to use this module.
