Skip to content

v1.2.0 New Feature

Compare
Choose a tag to compare
@hankcs hankcs released this 01 Apr 17:07
· 25 commits to master since this release
  1. public boolean matches(String text)
  2. public Hit<V> findFirst(String text)
  • For upgrading, you'll probably need to change AhoCorasickDoubleArrayTrie<String>.Hit<String> to AhoCorasickDoubleArrayTrie.Hit<String> in your old code.

Thanks @turbanoff for the new features!