public class MMSegFilter extends Object
| Constructor and Description |
|---|
MMSegFilter() |
| Modifier and Type | Method and Description |
|---|---|
static IChunk[] |
getLargestAverageWordLengthChunks(IChunk[] chunks)
2.
|
static IChunk[] |
getLargestSingleMorphemicFreedomChunks(IChunk[] chunks)
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-character
|
static IChunk[] |
getMaximumMatchChunks(IChunk[] chunks)
1.
|
static IChunk[] |
getSmallestVarianceWordLengthChunks(IChunk[] chunks)
the smallest variance word length
this rule will the chunks that one the smallest variance word length
|
public static IChunk[] getMaximumMatchChunks(IChunk[] chunks)
public static IChunk[] getLargestAverageWordLengthChunks(IChunk[] chunks)
public static IChunk[] getSmallestVarianceWordLengthChunks(IChunk[] chunks)
Copyright © 2017. All Rights Reserved.