Uses of Class
org.aoju.bus.sensitive.WordTree
Packages that use WordTree
-
Uses of WordTree in org.aoju.bus.sensitive
Methods in org.aoju.bus.sensitive that return WordTreeModifier and TypeMethodDescription添加单词,使用默认类型增加一组单词WordTree.addWords(Collection<String> words) 增加一组单词WordTree.setCharFilter(Predicate<Character> predicate) 设置字符过滤规则,通过定义字符串过滤规则,过滤不需要的字符 当accept为false时,此字符不参与匹配