EntityExtraction

  • EntityExtraction is the entry point for Entity Extraction.

  • It provides a static method getClient to get an instance of EntityExtractor with specified options.

  • To release resources, EntityExtractor.close() should be called on the EntityExtractor instance when it's no longer needed.

public class EntityExtraction extends Object

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.