Uses of Class
org.lionsoul.jcseg.segmenter.SegmenterConfig
-
Packages that use SegmenterConfig Package Description org.lionsoul.jcseg.dic org.lionsoul.jcseg.fi org.lionsoul.jcseg.segmenter -
-
Uses of SegmenterConfig in org.lionsoul.jcseg.dic
Fields in org.lionsoul.jcseg.dic declared as SegmenterConfig Modifier and Type Field Description SegmenterConfigADictionary. configMethods in org.lionsoul.jcseg.dic that return SegmenterConfig Modifier and Type Method Description SegmenterConfigADictionary. getConfig()Methods in org.lionsoul.jcseg.dic with parameters of type SegmenterConfig Modifier and Type Method Description static ADictionaryDictionaryFactory. createDefaultDictionary(SegmenterConfig config)create the ADictionary according to the JcsegTaskConfig check and load the lexicon by defaultstatic ADictionaryDictionaryFactory. createDefaultDictionary(SegmenterConfig config, boolean loadDic)create the ADictionary according to the JcsegTaskConfigstatic ADictionaryDictionaryFactory. createDefaultDictionary(SegmenterConfig config, boolean sync, boolean loadDic)create a default ADictionary instance: 1.static ADictionaryDictionaryFactory. createSingletonDictionary(SegmenterConfig config)create a singleton ADictionary object according to the JcsegTaskConfig check and load the lexicon by defaultstatic ADictionaryDictionaryFactory. createSingletonDictionary(SegmenterConfig config, boolean loadDic)create a singleton ADictionary object according to the SegmentConfigstatic voidADictionary. loadWords(SegmenterConfig config, ADictionary dic, File file, List<String[]> buffer)load all the words in the specified lexicon file into the dictionarystatic voidADictionary. loadWords(SegmenterConfig config, ADictionary dic, InputStream is, List<String[]> buffer)load words from a InputStreamstatic voidADictionary. loadWords(SegmenterConfig config, ADictionary dic, String file, List<String[]> buffer)load all the words from a specified lexicon file pathstatic voidADictionary. resetPrefixLength(SegmenterConfig config, ADictionary dic, int mixLength)check and reset the value ofADictionary.mixPrefixLengthstatic voidADictionary. resetSuffixLength(SegmenterConfig config, ADictionary dic, int mixLength)check and reset the value of theADictionary.mixSuffixLengthConstructors in org.lionsoul.jcseg.dic with parameters of type SegmenterConfig Constructor Description ADictionary(SegmenterConfig config, Boolean sync)initialize the ADictionaryHashMapDictionary(SegmenterConfig config, Boolean sync) -
Uses of SegmenterConfig in org.lionsoul.jcseg.fi
Methods in org.lionsoul.jcseg.fi with parameters of type SegmenterConfig Modifier and Type Method Description ADictionaryDictionaryFunction. create(SegmenterConfig config, boolean sync)ISegmentSegmenterFunction. create(SegmenterConfig config, ADictionary dic) -
Uses of SegmenterConfig in org.lionsoul.jcseg.segmenter
Fields in org.lionsoul.jcseg.segmenter declared as SegmenterConfig Modifier and Type Field Description SegmenterConfigDelimiterSeg. configSegmenterConfigDetectSeg. configSegmenterConfigNGramSeg. configSegmenterConfigSegmenter. configMethods in org.lionsoul.jcseg.segmenter that return SegmenterConfig Modifier and Type Method Description SegmenterConfigSegmenterConfig. clone()rewrite the clone methodSegmenterConfigDelimiterSeg. getConfig()get the current Segmenter Config instanceSegmenterConfigDetectSeg. getConfig()get the current task config instanceSegmenterConfigNGramSeg. getConfig()SegmenterConfigSegmenter. getConfig()get the current task configuration instance.Methods in org.lionsoul.jcseg.segmenter with parameters of type SegmenterConfig Modifier and Type Method Description static voidSegKit. appendPinyin(SegmenterConfig config, LinkedList<IWord> wordPool, IWord wd)Quick interface to do the pinyin word append.static voidSegKit. appendSynonyms(SegmenterConfig config, LinkedList<IWord> wordPool, IWord wd)quick interface to do the synonyms word append You got check if the specified word has any synonyms firstConstructors in org.lionsoul.jcseg.segmenter with parameters of type SegmenterConfig Constructor Description ComplexSeg(SegmenterConfig config, ADictionary dic)DelimiterSeg(SegmenterConfig config, ADictionary dic)method to create a new ISegmentDetectSeg(SegmenterConfig config, ADictionary dic)method to create a new ISegmentMostSeg(SegmenterConfig config, ADictionary dic)NGramSeg(SegmenterConfig config, ADictionary dic)method to create a new ISegmentNLPSeg(SegmenterConfig config, ADictionary dic)Segmenter(SegmenterConfig config, ADictionary dic)initialize the segmentSimpleSeg(SegmenterConfig config, ADictionary dic)
-