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 aEntityLinkerinstance matching thepropertiesconfiguration.static EntityLinker<?>EntityLinkerFactory. getLinker(EntityLinkerProperties properties)Retrieves aEntityLinkerinstance matching thepropertiesconfiguration.
-