Class | Description |
---|---|
UimaResultSetIterator |
Iterates over and returns sentences
based on the passed in analysis engine
Database version of UimaSentenceIterator based off Adam Gibson's UimaSentenceIterator but extends BasicResultSetIterator
Please note: for reset functionality, the underlying JDBC ResultSet must not be of TYPE_FORWARD_ONLY
To achieve this using postgres you can make your query using:
connection.prepareStatement(sql,ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
|
UimaSentenceIterator |
Iterates over and returns sentences
based on the passed in analysis engine
|
Copyright © 2020. All rights reserved.