public class SentenceIteratorConverter extends Object implements LabelAwareIterator
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
SentenceIteratorConverter(@NonNull SentenceIterator iterator) |
SentenceIteratorConverter(@NonNull SentenceIterator iterator,
@NonNull LabelsSource generator) |
Modifier and Type | Method and Description |
---|---|
LabelsSource |
getLabelsSource() |
boolean |
hasNext() |
boolean |
hasNextDocument() |
LabelledDocument |
next() |
LabelledDocument |
nextDocument() |
void |
remove() |
void |
reset() |
void |
shutdown() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public SentenceIteratorConverter(@NonNull @NonNull SentenceIterator iterator)
public SentenceIteratorConverter(@NonNull @NonNull SentenceIterator iterator, @NonNull @NonNull LabelsSource generator)
public boolean hasNextDocument()
hasNextDocument
in interface LabelAwareIterator
public LabelledDocument nextDocument()
nextDocument
in interface LabelAwareIterator
public void reset()
reset
in interface LabelAwareIterator
public boolean hasNext()
hasNext
in interface Iterator<LabelledDocument>
public LabelledDocument next()
next
in interface Iterator<LabelledDocument>
public void remove()
remove
in interface Iterator<LabelledDocument>
public LabelsSource getLabelsSource()
getLabelsSource
in interface LabelAwareIterator
public void shutdown()
shutdown
in interface LabelAwareIterator
Copyright © 2021. All rights reserved.