public abstract class AbstractCommonSegment extends Object implements ICommonSegment
project: nlp-common-AbstractCommonSegment
create on 2020/2/7 11:17
protected abstract List<String> doSegment(String text)
text - 文本public List<String> segment(String text)
ICommonSegmentsegment 在接口中 ICommonSegmenttext - 文本Copyright © 2021. All rights reserved.