Interface | Description |
---|---|
SentenceIterator |
A sentence iterator that knows how to iterate over sentence.
|
SentencePreProcessor |
Sentence pre processor.
|
Class | Description |
---|---|
AggregatingSentenceIterator |
This is simple wrapper suited for aggregation of few SentenceIterators into single flow.
|
AggregatingSentenceIterator.Builder | |
BaseSentenceIterator |
Creates a baseline default.
|
BasicLineIterator |
Primitive single-line iterator, without any options involved.
|
CollectionSentenceIterator | |
FileSentenceIterator | |
LineSentenceIterator |
Each line is a sentence
|
PrefetchingSentenceIterator |
Wrapper over SentenceIterator, that allows background prefetch from original SentenceIterator
It could be useful, if your SentencePreProcessor implementation is CPU intensive as well as whole pipeline behind iterator is cpu intensive too.
|
PrefetchingSentenceIterator.Builder | |
StreamLineIterator |
Simple class suitable for iterating over InputStreams as over lines of strings
Please note, this class is NOT thread safe
|
StreamLineIterator.Builder | |
SynchronizedSentenceIterator |
Simple synchronized wrapper for SentenceIterator interface implementations
|
UimaSentenceIterator |
Iterates over and returns sentences
based on the passed in analysis engine
|
Copyright © 2016. All Rights Reserved.