|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Chunk | |
|---|---|
| hultig.sumo | This is the library's core package, containing the fundamental classes
for handling text, namely Word, Sentence, and
Text. |
| Uses of Chunk in hultig.sumo |
|---|
| Methods in hultig.sumo that return Chunk | |
|---|---|
Chunk |
ChunkedSentence.getChunk(int index)
Gets a string with the k-th chunk, from this
sentence chunk sequence. |
Chunk[] |
ChunkedSentence.getChunks()
Gets an array of strings containing the complete sequence of chunks, from this sentence, one chunk per array position. |
| Methods in hultig.sumo with parameters of type Chunk | |
|---|---|
double |
Chunk.connection(Chunk cother)
This function computes the connection strength between two chunks, measured in terms of a numeric value. |
boolean |
Chunk.eqaulPOS(Chunk cother)
Test if both chunks have the same POS tag. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||