public class WekaInstanceSentenceIterator
extends org.deeplearning4j.text.sentenceiterator.BaseSentenceIterator
Constructor and Description |
---|
WekaInstanceSentenceIterator(weka.core.Instances instances,
int index)
initializes the Object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextWekaString()
Gets the next String from a Weka Instance
|
boolean |
hasNext() |
java.lang.String |
nextSentence() |
void |
reset() |