Uses of Class
cn.net.pap.common.datastructure.fst.FST
Package
Description
字典数据结构 FST(Finite State Transducers)
详见 com.pap.base.util.fst.FSTUtil.main 方法
-
Uses of FST in cn.net.pap.common.datastructure.fst
Modifier and TypeMethodDescription最大匹配static List<ValueLocationDTO>
FSTUtil.maxMatchLocation
(String text, FST dict) 最大匹配,并且额外返回了字典在文本中所处的位置。