jar

com.helipy.text : ahocorasick-doublearray

Maven & Gradle

Jan 10, 2024
3 stars

Aho-CoraSick algorithm for efficient string matching with double array optimization · A double array optimized Aho-CoraSick algorithm, an efficient string matching against a large set of keywords

Table Of Contents

Latest Version

Download com.helipy.text : ahocorasick-doublearray JAR file - Latest Versions:

All Versions

Download com.helipy.text : ahocorasick-doublearray JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ahocorasick-doublearray-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.helipy.text.ahocorasick

├─ com.helipy.text.ahocorasick.Automaton.class - [JAR]

├─ com.helipy.text.ahocorasick.DatAutomaton.class - [JAR]

├─ com.helipy.text.ahocorasick.Emit.class - [JAR]

├─ com.helipy.text.ahocorasick.MatchHandler.class - [JAR]

├─ com.helipy.text.ahocorasick.State.class - [JAR]

├─ com.helipy.text.ahocorasick.Trie.class - [JAR]