Represents a natural language processing library connector.
Extracts the entities from the text.
The text to extract from.
The types of entities to extract.
A promise that resolves with the entities.
Splits the text into sentences.
The text to split.
A promise that resolves with the sentences.
Extracts the similarity between two texts.
The first text.
The second text.
A promise that resolves with the similarity between the texts. The value is between 0 and 1.
Represents a natural language processing library connector.