Package opennlp.tools.entitylinker
Package related to linking entities to external data sources.
-
Interface Summary Interface Description EntityLinker<T extends Span> EntityLinkers establish connections with external data to enrich extracted entities. -
Class Summary Class Description BaseLink Represents a minimal tuple of information.EntityLinkerFactory Generates aEntityLinker
instances via aproperties
file configuration.EntityLinkerProperties Properties wrapper forEntityLinker
implementations.LinkedSpan<T extends BaseLink>