AI-generated Key Takeaways
-
EntityExtraction is the entry point for Entity Extraction.
-
It provides a static method
getClientto get an instance ofEntityExtractorwith specified options. -
To release resources,
EntityExtractor.close()should be called on theEntityExtractorinstance when it's no longer needed.
Entry point for Entity Extraction.
Public Method Summary
| static EntityExtractor |
getClient(EntityExtractorOptions
options)
Gets an instance of
EntityExtractor
with the given options.
|
Inherited Method Summary
Public Methods
public static EntityExtractor getClient (EntityExtractorOptions options)
Gets an instance of EntityExtractor
with the given options.
To release the resources associated with an EntityExtractor,
you need to ensure that EntityExtractor.close()
is called on the resulting EntityExtractor
instance once it will no longer be used.