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