Verwendungen von Klasse
opennlp.tools.entitylinker.EntityLinkerProperties
Packages, die EntityLinkerProperties verwenden
Package
Beschreibung
Package related to linking entities to external data sources.
-
Verwendungen von EntityLinkerProperties in opennlp.tools.entitylinker
Methoden in opennlp.tools.entitylinker mit Parametern vom Typ EntityLinkerPropertiesModifizierer und TypMethodeBeschreibungstatic 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.