Uses of Class
opennlp.tools.entitylinker.EntityLinkerProperties
Packages that use EntityLinkerProperties
Package
Description
Package related to linking entities to external data sources.
-
Uses of EntityLinkerProperties in opennlp.tools.entitylinker
Methods in opennlp.tools.entitylinker with parameters of type EntityLinkerPropertiesModifier and TypeMethodDescriptionstatic 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.void
EntityLinker.init
(EntityLinkerProperties initializationData) Initializes anEntityLinker
and allows for passing properties through theEntityLinkerFactory
into all impls dynamically.