AhoCorasickDoubleArrayTrie

An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.

License

License

GroupId

GroupId

com.hankcs
ArtifactId

ArtifactId

aho-corasick-double-array-trie
Last Version

Last Version

1.2.3
Release Date

Release Date

Type

Type

jar
Description

Description

AhoCorasickDoubleArrayTrie
An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
Project URL

Project URL

https://github.com/hankcs/AhoCorasickDoubleArrayTrie
Project Organization

Project Organization

码农场

Download aho-corasick-double-array-trie

How to add to project

<!-- https://jarcasting.com/artifacts/com.hankcs/aho-corasick-double-array-trie/ -->
<dependency>
    <groupId>com.hankcs</groupId>
    <artifactId>aho-corasick-double-array-trie</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hankcs/aho-corasick-double-array-trie/
implementation 'com.hankcs:aho-corasick-double-array-trie:1.2.3'
// https://jarcasting.com/artifacts/com.hankcs/aho-corasick-double-array-trie/
implementation ("com.hankcs:aho-corasick-double-array-trie:1.2.3")
'com.hankcs:aho-corasick-double-array-trie:jar:1.2.3'
<dependency org="com.hankcs" name="aho-corasick-double-array-trie" rev="1.2.3">
  <artifact name="aho-corasick-double-array-trie" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hankcs', module='aho-corasick-double-array-trie', version='1.2.3')
)
libraryDependencies += "com.hankcs" % "aho-corasick-double-array-trie" % "1.2.3"
[com.hankcs/aho-corasick-double-array-trie "1.2.3"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
org.ahocorasick : ahocorasick jar 0.2.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1