|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.ie.decomposition.chunker.Chunker
de.aitools.ie.decomposition.chunker.SlidingWindow
public class SlidingWindow
Constructor Summary | |
---|---|
SlidingWindow(Tokenizer tokenizer,
int windowSize,
int shiftSize)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
java.lang.String[] |
next()
|
Methods inherited from class de.aitools.ie.decomposition.chunker.Chunker |
---|
nextAsDeepCopy, remove, setText, setTokenizer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SlidingWindow(Tokenizer tokenizer, int windowSize, int shiftSize)
Method Detail |
---|
public boolean hasNext()
public java.lang.String[] next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |