| 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.
|
String |
toString() |
public Chunk(IWord[] words)
public IWord[] getWords()
IChunkgetWords in interface IChunkIChunk.getWords()public double getAverageWordsLength()
IChunkgetAverageWordsLength in interface IChunkIChunk.getAverageWordsLength()public double getWordsVariance()
IChunkgetWordsVariance in interface IChunkIChunk.getWordsVariance()public double getSingleWordsMorphemicFreedom()
IChunkgetSingleWordsMorphemicFreedom in interface IChunkIChunk.getSingleWordsMorphemicFreedom()public int getLength()
IChunkgetLength in interface IChunkIChunk.getLength()public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All Rights Reserved.