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