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 aEntityLinkerinstance matching thepropertiesconfiguration.static EntityLinker<?> EntityLinkerFactory.getLinker(EntityLinkerProperties properties) Retrieves aEntityLinkerinstance matching thepropertiesconfiguration.voidEntityLinker.init(EntityLinkerProperties initializationData) Initializes anEntityLinkerand allows for passing properties through theEntityLinkerFactoryinto all impls dynamically.