TextRazor integration (AI, Data). Imported from open-connector.
https://api.textrazor.com/{textrazorApiBaseUrl}/account/
| Param | Type | Required | Description |
|---|---|---|---|
| textrazorApiBaseUrl | string | required | Path parameter: textrazorApiBaseUrl |
/{textrazorApiBaseUrl}/
| Param | Type | Required | Description |
|---|---|---|---|
| text | string | optional | The text to analyze. |
| extractors | array | optional | The TextRazor extractors to run. |
| cleanup_mode | string | optional | The cleanup mode TextRazor should apply before analysis. |
| language_override | string | optional | An ISO-639-2 language code used to force analysis language. |
| cleanup_use_metadata | boolean | optional | Whether TextRazor may use document metadata during cleanup. |
| cleanup_return_cleaned | boolean | optional | Whether TextRazor should return cleaned text. |
| textrazorApiBaseUrl | string | required | Path parameter: textrazorApiBaseUrl |
/{textrazorApiBaseUrl}/
| Param | Type | Required | Description |
|---|---|---|---|
| text | string | optional | The text to analyze. |
| entities_allow_overlap | boolean | optional | Whether entity matches may overlap. |
| entities_filter_dbpedia_types | array | optional | DBpedia types to include. |
| entities_filter_freebase_types | array | optional | Freebase types to include. |
| entity_dictionaries | array | optional | Custom entity dictionary ids to use. |
| textrazorApiBaseUrl | string | required | Path parameter: textrazorApiBaseUrl |
/{textrazorApiBaseUrl}/
| Param | Type | Required | Description |
|---|---|---|---|
| text | string | optional | The text to classify. |
| classifiers | array | optional | The TextRazor classifiers to run. |
| textrazorApiBaseUrl | string | required | Path parameter: textrazorApiBaseUrl |
/{textrazorApiBaseUrl}/categories/{classifier_id}/{category_id}
| Param | Type | Required | Description |
|---|---|---|---|
| operation | string | optional | The classifier manager operation. |
| classifier_id | string | required | The classifier identifier. |
| textrazorApiBaseUrl | string | required | Path parameter: textrazorApiBaseUrl |
| category_id | string | required | Path parameter: category_id |
/{textrazorApiBaseUrl}/entities/{dictionary_id}/_all
| Param | Type | Required | Description |
|---|---|---|---|
| operation | string | optional | The dictionary manager operation. |
| dictionary_id | string | required | The dictionary identifier. |
| textrazorApiBaseUrl | string | required | Path parameter: textrazorApiBaseUrl |