Uses of Class
opennlp.tools.entitylinker.EntityLinkerProperties
-
Packages that use EntityLinkerProperties Package Description opennlp.tools.entitylinker 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 EntityLinkerProperties 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.void
EntityLinker. init(EntityLinkerProperties initializationData)
Initializes anEntityLinker
and allows for passing properties through theEntityLinkerFactory
into all impls dynamically.
-