Uses of Interface
opennlp.tools.entitylinker.EntityLinker
-
Packages that use EntityLinker Package Description opennlp.tools.entitylinker Package related to linking entities to external data sources. -
-
Uses of EntityLinker in opennlp.tools.entitylinker
Methods in opennlp.tools.entitylinker that return EntityLinker Modifier and Type Method Description static EntityLinker<?>
EntityLinkerFactory. getLinker(String entityType, EntityLinkerProperties properties)
Retrieves aEntityLinker
instance matching theproperties
configuration.static EntityLinker<?>
EntityLinkerFactory. getLinker(EntityLinkerProperties properties)
Retrieves aEntityLinker
instance matching theproperties
configuration.
-