| Constructor and Description |
|---|
AhoCorasickSet(Iterable<String> keywords,
boolean caseSensitive) |
AhoCorasickSet(Iterable<String> keywords,
boolean caseSensitive,
Thresholder thresholdStrategy) |
public AhoCorasickSet(Iterable<String> keywords, boolean caseSensitive, Thresholder thresholdStrategy)
public void match(String haystack, SetMatchListener listener)
Copyright © 2015–2023. All rights reserved.