Jar examples for t:trie4j
Various TRIE implementation including DoubleArray and LOUDS by Java.
You can download jar file trie4j 0.9.1 in this page.
the Apache License, Version 2.0
You can use the following script to add trie4j-0.9.1.jar to your project.
<dependency> <groupId>com.github.takawitter</groupId> <artifactId>trie4j</artifactId> <version>0.9.1</version> </dependency>
compile group: 'com.github.takawitter', name: 'trie4j', version: '0.9.1'
libraryDependencies += "com.github.takawitter" % "trie4j" % "0.9.1"
<dependency org="com.github.takawitter" name="trie4j" rev="0.9.1"/>
@Grapes(@Grab(group='com.github.takawitter', module='trie4j', version='0.9.1'))
'com.github.takawitter:trie4j:jar:0.9.1'
Click the following link to download the jar file.
trie4j-0.9.1-javadoc.jar