Text Analysis Bundle
Bundle includes APIs: Lemmatizer, Text Similarity, Text Difficulty, Word Frequency, Token Extraction, Stop Words APIs.
Text Analysis Bundle endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/lemmatizer/extract /lemmatizer/extract |
Extracts lemmas from the provided text. |
| POST |
/text-similarity/hamming /text-similarity/hamming |
The endpoint calculates the Hamming distance between two pieces of text. The Hamming distance measures the number of positions at which the corresponding characters of two… |
| POST |
/text-similarity/jaccard /text-similarity/jaccard |
The endpoint calculates the Jaccard similarity coefficient between two pieces of text. The Jaccard similarity, also known as the Jaccard index, measures the similarity between… |
| POST |
/text-similarity/levenshtein /text-similarity/levenshtein |
The endpoint calculates the Levenshtein distance between two pieces of text. The Levenshtein distance, also known as the edit distance, measures the minimum number of… |
| POST |
/text-similarity/sorensen-dice /text-similarity/sorensen-dice |
The endpoint calculates the Sørensen-Dice coefficient between two pieces of text. The Sørensen-Dice coefficient is a statistical tool used to gauge the similarity between two… |
| POST |
/text-similarity/cosine /text-similarity/cosine |
Then endpoint calculates the cosine similarity between two pieces of text. Cosine similarity measures the cosine of the angle between two vectors, which in this context represent… |
| POST |
/text-difficulty/score /text-difficulty/score |
Calculates the Flesch Reading Ease and Flesch-Kincaid Grade Level scores for the provided text. |
| POST |
/word-frequency/keywords /word-frequency/keywords |
Accepts a text input and returns the frequency of each keyword present in the text, sorted in descending order. |
| POST |
/token-extraction/sentences /token-extraction/sentences |
This endpoint tokenizes the input text into sentences. |
| POST |
/token-extraction/tokens /token-extraction/tokens |
This endpoint tokenizes the input text into words. |
| POST |
/stopwords/remove /stopwords/remove |
Removes stop words from the provided text. |
| GET |
/stopwords/get /stopwords/get |
Retrieves the list of stop words used by the API. |
| GET |
/health /health |
Returns the health status of the API. Time is in UTC. |
| POST |
/profanity-filter/censor /profanity-filter/censor |
The method censors profanity from the input text. The method returns the censored text and information if the input text contains profanity. You can customize the replacement… |
| POST |
/profanity-filter/predict /profanity-filter/predict |
Predicts whether the input text contains profanity. |
Text Analysis Bundle pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $12.99 / month | 1 / second |
|
| ULTRA Recommended | $39.99 / month | 1 / second |
|
| MEGA | $99.99 / month | 1 / second |
|