The function adds the specified text data to the specified class for the training.
Table of Contents
pushdata()
Function Definition: pushdata(text_data = "your text", class_label = "class")
- Python Library: Natural Language Processing
- Library Import: nlp = NaturalLanguageProcessing()
- Mode: Stage Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
text_data | string | The text which needs to be added as a sample to the class for training. | String | "your text" |
class_label | string | The sample text will be added under the specified class. | String | "class" |
Description
Example
There are no examples documented for this article.