Package com.complexible.stardog.docs.nlp
Class EntityExtractorRegistry
- java.lang.Object
-
- com.complexible.stardog.docs.nlp.EntityExtractorRegistry
-
public class EntityExtractorRegistry extends java.lang.Object
The registry of all available entity extractors- Since:
- 7.7.3
- Author:
- Pavel Klinov
-
-
Constructor Summary
Constructors Constructor Description EntityExtractorRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EntityExtractorFactory
get(IRI iri)
-
-
-
Method Detail
-
get
public static EntityExtractorFactory get(IRI iri)
-
-