Uses of Class
org.miaixz.bus.core.text.dfa.WordTree

Packages that use WordTree
Package
Description
DFA全称为:Deterministic Finite Automaton,即确定有穷自动机 用所有关键字构造一棵树,然后用正文遍历这棵树,遍历到叶子节点即表示文章中存在这个关键字。