The function analyses the specified test and provide the class name under which it has been classified by the NLP model.
Table of Contents
analyse()
Function Definition: analyse(text = "your text")
- Python Library: Natural Language Processing
- Library Import: nlp = NaturalLanguageProcessing()
- Mode: Stage Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
text | string | The text for which the NLP classifer works on. | String | "your text" |
Description
Example
There are no examples documented for this article.