/aho-corasick

Aho Corasick Multiple String search algorithm, based on Danny Yoo's implementation.

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

This is the source code distribution for an implementation of the
Aho-Corasick automaton in Java.  For license information, please see
LICENSE.


The following commands require Apache Ant, which can be found here:

    http://ant.apache.org/



Building the jar
================

To compile the jar, run `ant jar'.  The resulting jar should be
created in:

    dist/org.arabidopsis.ahocorasick-1.1.jar


Building the documentation
==========================

To build the javadocs, run `ant javadoc'.  The javadocs should be created in:

    javadoc/