Running text analyzers
Use the pxRunTextAnalyzer API to run text analysis based on input text and receive a page with analysis results, such as topic detection, sentiment detection, or entity detection.
The pxRunTextAnalyzer API runs the text analysis based on a text you provide as the input. The output of the API is a page with the analysis results, for example, the topic detection, the sentiment detection, or the entity detection.
This API has the following input properties:
pxRunTextAnalyzer API input properties
Parameter | Description |
NLPModelID | The name of the text analyzer present in property pyPurpose. |
appliesToClass | The class of the text analyzer present in property pyClassName. |
input | The text to be analyzed. |
inputDataType | It can be, for example, the body of the text or an attachment. |
Previous topic Performing the Save As operation in text analyzer Next topic Adding and deleting languages from models