public interface INER extends ITool
retrieve(String input)
can be used to get the result list of Entity
objects.Modifier and Type | Method and Description |
---|---|
List<Entity> |
getResults()
Returns results.
|
List<Entity> |
retrieve(String input)
Retrieves Entity objects from the give input String with sentences as plain text.
|
void |
setInput(String input)
Sets the input with sentences as plain text.
|
getToolName, getToolVersion, setCountDownLatch
List<Entity> retrieve(String input)
input
- sentences as plain textvoid setInput(String input)
input
- List<Entity> getResults()
retrieve(String input)
method to get the result list.Copyright © 2024. All rights reserved.