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