s1
Number of APIs: 5
-
Performs text correction (diacritization) on the given document GET {{baseUrl}}/s1/correction?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>
-
Performs named-entity recognition on the given document GET {{baseUrl}}/s1/entities?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>
-
Performs lemmatization on the given document GET {{baseUrl}}/s1/lemmatize?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>
-
Performs sentiment analysis on the given document GET {{baseUrl}}/s1/sentiment?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>
-
Performs topic detection on the given document GET {{baseUrl}}/s1/topic?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>