Uses of Interface
org.lionsoul.jcseg.IChunk
-
Packages that use IChunk Package Description org.lionsoul.jcseg.segmenter -
-
Uses of IChunk in org.lionsoul.jcseg.segmenter
Classes in org.lionsoul.jcseg.segmenter that implement IChunk Modifier and Type Class Description classChunkchunk concept for the mmseg word segmentation algorithmMethods in org.lionsoul.jcseg.segmenter that return IChunk Modifier and Type Method Description IChunkComplexSeg. getBestChunk(char[] chars, int index, int maxLen)protected IChunkSegmenter. getBestChunk(char[] chars, int index, int maxLen)an abstract method to get word from the current position with MMSEG algorithm.IChunkSimpleSeg. getBestChunk(char[] chars, int index, int maxLen)Methods in org.lionsoul.jcseg.segmenter that return types with arguments of type IChunk Modifier and Type Method Description static ArrayList<IChunk>MMSegFilter. getLargestAverageWordLengthChunks(ArrayList<IChunk> inChunks, ArrayList<IChunk> outChunks)2.static ArrayList<IChunk>MMSegFilter. getLargestSingleMorphemicFreedomChunks(ArrayList<IChunk> inChunks, ArrayList<IChunk> outChunks)the largest sum of degree of morphemic freedom of one-character words this rule will return the chunks that own the largest sum of degree of morphemic freedom of one-characterstatic ArrayList<IChunk>MMSegFilter. getMaximumMatchChunks(ArrayList<IChunk> inChunks, ArrayList<IChunk> outChunks)1.static ArrayList<IChunk>MMSegFilter. getSmallestVarianceWordLengthChunks(ArrayList<IChunk> inChunks, ArrayList<IChunk> outChunks)the smallest variance word length this rule will the chunks that one the smallest variance word lengthMethods in org.lionsoul.jcseg.segmenter with parameters of type IChunk Modifier and Type Method Description protected StringSegmenter. findCHName(char[] chars, int index, IChunk chunk)find an Chinese name from the current position of the input charsMethod parameters in org.lionsoul.jcseg.segmenter with type arguments of type IChunk Modifier and Type Method Description static ArrayList<IChunk>MMSegFilter. getLargestAverageWordLengthChunks(ArrayList<IChunk> inChunks, ArrayList<IChunk> outChunks)2.static ArrayList<IChunk>MMSegFilter. getLargestSingleMorphemicFreedomChunks(ArrayList<IChunk> inChunks, ArrayList<IChunk> outChunks)the largest sum of degree of morphemic freedom of one-character words this rule will return the chunks that own the largest sum of degree of morphemic freedom of one-characterstatic ArrayList<IChunk>MMSegFilter. getMaximumMatchChunks(ArrayList<IChunk> inChunks, ArrayList<IChunk> outChunks)1.static ArrayList<IChunk>MMSegFilter. getSmallestVarianceWordLengthChunks(ArrayList<IChunk> inChunks, ArrayList<IChunk> outChunks)the smallest variance word length this rule will the chunks that one the smallest variance word lengthprotected static voidComplexSeg. printChunks(String scene, ArrayList<IChunk> chunks)
-