-
Notifications
You must be signed in to change notification settings - Fork 9
Aho Corasick Multiple String search algorithm, based on Danny Yoo's implementation.
License
jmhsieh/aho-corasick
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published