Table of Contents

Function Definition: analyse(text = "your text")

Parameters

NameTypeDescriptionExpected ValuesDefault Value
textstringThe text for which the NLP classifer works on.String"your text"

Description

The function analyses the specified test and provide the class name under which it has been classified by the NLP model.

Example

There are no examples documented for this article.