Skip to content

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

License

Notifications You must be signed in to change notification settings

jmhsieh/aho-corasick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages