public class NFA extends Object
基于非确定性有穷自动机(NFA) 实现的多模匹配工具
NFA()
NFA(String... words)
List<FoundWord>
find(String text)
find(String text, boolean isDensityMatch)
void
insert(String... words)
insert(String word)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NFA()
public NFA(String... words)
words
public void insert(String word)
word
public void insert(String... words)
public List<FoundWord> find(String text)
text
public List<FoundWord> find(String text, boolean isDensityMatch)
isDensityMatch
Copyright © 2025. All rights reserved.