public class FullSegmentation extends AbstractSegmentation
LOGGER| Constructor and Description |
|---|
FullSegmentation() |
| Modifier and Type | Method and Description |
|---|---|
SegmentationAlgorithm |
getSegmentationAlgorithm()
分词器使用的算法
|
static void |
main(String[] args) |
List<Word> |
segImpl(String text)
具体的分词实现,留待子类实现
|
addWord, addWord, getDictionary, getInterceptLength, getWord, isParallelSeg, ngram, ngramEnabled, seg, setDictionarypublic SegmentationAlgorithm getSegmentationAlgorithm()
Segmentationpublic List<Word> segImpl(String text)
AbstractSegmentationsegImpl in class AbstractSegmentationtext - 文本public static void main(String[] args)
Copyright © 2014–2015 APDPlat. All rights reserved.