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 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.
-