v1.2.0 New Feature
public boolean matches(String text)
public Hit<V> findFirst(String text)
- For upgrading, you'll probably need to change
AhoCorasickDoubleArrayTrie<String>.Hit<String>
toAhoCorasickDoubleArrayTrie.Hit<String>
in your old code.
Thanks @turbanoff for the new features!