public class SegmentPipeline extends Segment implements Pipe<String,List<Term>>, List<Pipe<List<IWord>,List<IWord>>>
config, customDictionary| Constructor and Description |
|---|
SegmentPipeline(Segment delegate) |
atomSegment, combineByCustomDictionary, combineByCustomDictionary, combineByCustomDictionary, combineByCustomDictionary, convert, enableAllNamedEntityRecognize, enableCustomDictionary, enableCustomDictionary, enableCustomDictionaryForcing, enableIndexMode, enableIndexMode, enableJapaneseNameRecognize, enableMultithreading, enableMultithreading, enableNameRecognize, enableNumberQuantifierRecognize, enableOffset, enableOrganizationRecognize, enablePartOfSpeechTagging, enablePlaceRecognize, enableTranslatedNameRecognize, mergeNumberQuantifier, quickAtomSegment, seg, seg2sentence, seg2sentence, simpleAtomSegmentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic SegmentPipeline(Segment delegate)
protected List<Term> segSentence(char[] sentence)
SegmentsegSentence in class Segmentsentence - 待分词句子public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Pipe<List<IWord>,List<IWord>>>containsAll in interface List<Pipe<List<IWord>,List<IWord>>>public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public boolean equals(Object o)
public int hashCode()
public int indexOf(Object o)
public int lastIndexOf(Object o)
Copyright © 2014–2021 码农场. All rights reserved.