s1

Number of APIs: 5

  1. Performs text correction (diacritization) on the given document GET {{baseUrl}}/s1/correction?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>

  2. Performs named-entity recognition on the given document GET {{baseUrl}}/s1/entities?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>

  3. Performs lemmatization on the given document GET {{baseUrl}}/s1/lemmatize?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>

  4. Performs sentiment analysis on the given document GET {{baseUrl}}/s1/sentiment?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>

  5. Performs topic detection on the given document GET {{baseUrl}}/s1/topic?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>