Releases: takawitter/trie4j
Releases · takawitter/trie4j
0.9.10 release with the bug fix for LongsRank0/1OnlySuccinctBitVector
0.9.9 release with the bug fix for LongsRank0/1OnlySuccinctBitVector
0.9.8 release with bug fix of DoubleArray
0.9.7 release with bug fix of DoubleArray
0.9.6 release with performance improvements for findShortestWord and findLongestWord method.
0.9.5 release with bug fix of DoubleArray
See milestone https://github.com/takawitter/trie4j/milestone/5?closed=1 for details
Add dependency to your pom.xml to use this version.
<dependency>
<groupId>com.github.takawitter</groupId>
<artifactId>trie4j</artifactId>
<version>0.9.5</version>
</dependency>
0.9.4 release with bug fix of DoubleArray.nodeSize()
See milestone https://github.com/takawitter/trie4j/milestone/4?closed=1 for details
Add dependency to your pom.xml to use this version.
<dependency>
<groupId>com.github.takawitter</groupId>
<artifactId>trie4j</artifactId>
<version>0.9.4</version>
</dependency>
0.9.3 release with several bug fixes.
See milestone https://github.com/takawitter/trie4j/issues?utf8=%E2%9C%93&q=milestone%3A0.9.3+ for details
Add dependency to your pom.xml to use this version.
<dependency>
<groupId>com.github.takawitter</groupId>
<artifactId>trie4j</artifactId>
<version>0.9.3</version>
</dependency>