hankcs / AhoCorasickDoubleArrayTrie

An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
http://www.hankcs.com/program/algorithm/aho-corasick-double-array-trie.html
950 stars 290 forks source link

publish a new version to Maven Central? #23

Closed cldellow closed 5 years ago

cldellow commented 5 years ago

Hello! Thank you for releasing this library for others to use--it's great!

It looks like the latest version in Maven Central is 1.2.0, which doesn't have https://github.com/hankcs/AhoCorasickDoubleArrayTrie/issues/11. To save people from building master locally, could you publish a new release?

hankcs commented 5 years ago

Thanks, done.

cldellow commented 5 years ago

thanks!