Lemmatizer

FREEMIUM
Verified
От Twinword API | Обновлено hace 4 días | Text Analysis
Популярность

8.8 / 10

Задержка

1,691ms

Уровень обслуживания

97%

Health Check

N/A

ПРОЧТИ МЕНЯ

Lemmatizer

Dogs’ to ‘dog’, ‘abilities’ to ‘ability’… Get the root form of a word.

DEMO:
Lemmatizer - Free Tool & API Demo

Parameters

Pass an optional flag to change output.

  • If “VALID_TOKENS_ONLY” is passed, an array list is returned with only valid lemmas in the order found in the string passed in the text parameter.
  • If “VALID_TOKENS_ONLY_ORDER_BY_OCCURRENCE” is passed, an array list is returned with only valid lemmas in the order of occurrence with the most occurring lemma first.
  • If “VALID_TOKENS_ONLY_ORDER_BY_OCCURRENCE_SHOW_COUNT” (default) is passed, an array list is returned with only valid lemmas in the order of occurrence with the most occurring lemma first, but with the lemma in the key and the count in the value.
  • If “ALL_TOKENS” is passed, an array list is returned with all the words in the string passed in the text parameter with words that could be lemmatized as lemmas and words that could not be lemmatized left as is.
  • If “ALL_TOKENS_INVALID_LOWERCASED” is passed, an array list is returned with all the words in the string passed in the text parameter with words that could be lemmatized as lemmas and words that could not be lemmatized left as is, but lowercased.
  • If “ALL_TOKENS_INVALID_EMPTY_STRING” is passed, an array list is returned with all the words in the string passed in the text parameter with words that could be lemmatized as lemmas and words that could not be lemmatized as empty-string items in the array.
  • If “ALL_TOKENS_INVALID_NEGATIVE_ONE” is passed, an array list is returned with all the words in the string passed in the text parameter with words that could be lemmatized as lemmas and words that could not be lemmatized as -1.
  • If “ALL_TOKENS_ORDER_BY_OCCURRENCE” is passed, an array list is returned with all the words in the string passed in the text parameter, with words that could be lemmatized as lemmas and words that could not be lemmatized left as is, all in the order of occurrence with the most occurring first.
  • If “ALL_TOKENS_ORDER_BY_OCCURRENCE_SHOW_COUNT” is passed, an array list is returned with all the words in the string passed in the text parameter, with words that could be lemmatized as lemmas and words that could not be lemmatized left as is, all in the order of occurrence with the most occurring first, but with the words and lemmas in the key and the count in the value.

API Limitations

Max input size

  • 14,336 Unicode characters.
  • It includes whitespace characters and any markup characters such as HTML or XML tags.

Rate limitations

  • There is no rate limit except Keyword Suggestion API, which is 2 requests per 10 seconds.
  • If you exceed the rate limit, you will get “Too many requests. Try again in a few seconds.” error messages.

Server capacity

  • Normally our server can handle 6 requests per second. In case of more traffic, our server automatically scales up to more than 300 requests per second.
  • However, the scaling happens periodically. This means, if you send 100 requests per second immediately, many requests will fail. Instead, we recommend to start out at 6 requests per second, and to increase the amount of requests per second every 3 minutes by 6 requests. For example, going from 6 to 12 requests per second after 3 minutes have passed. In this case, you will consume 6 requests per second * 60 seconds * 3 minutes = 1,080 requests.
  • Please keep in mind that in case you stop sending requests, the server will go back to the original capacity of 6 requests per second.

Security and privacy

  • We fully understand the importance of privacy and security. We do not store any content on our server side. We just keep logging transactions. To make sure, we advise you to use POST rather than GET method.
  • We keep PCI compliance annually, which is done by 3rd party security quality accessor.
Подписчики: 225
Ресурсы:
Сайт продукта Условия использования
Создатель API:
Rapid account: Twinword API
Twinword API
twinword
Войдите, чтобы оценить API
Оценки: 5 - Голосов: 1