public interface IChunk
chunk interface for Jcseg. The most important concept for the mmseg chinese segment alogorithm
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageWordsLength()
return the average word length for all the chunks.
|
int |
getLength()
return the length of the chunk(the number of the word)
|
double |
getSingleWordsMorphemicFreedom()
return the degree of morphemic freedom for all
the single words.
|
IWord[] |
getWords()
get the all the words in the chunk.
|
double |
getWordsVariance()
return the variance of all the words in all
the chunks.
|
IWord[] getWords()
double getAverageWordsLength()
double getWordsVariance()
double getSingleWordsMorphemicFreedom()
int getLength()
Copyright © 2017. All Rights Reserved.