EntityExtraction

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.