Performs text correction (diacritization) on the given document
GET {{baseUrl}}/s1/correction?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>
Possible options:
An optional parameter diacritize
with values yes
, no
or auto
indicate whether the text diacritization will be performed. The default value is auto
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string | document ID | |
text | string | raw document text | |
url | string | document URL | |
extractor | string | document extractor | |
language | string | document language | |
returnTextInfo | string |