- ModelFileName
- Specify the name of the file to which the function outputs the model.
- TextColumn
- Specify the name of the input table column that contains the training data.
- SentimentColumn
- Specify the name of the input table column that contains the sentiment values, which are the following:
Sentiment Value |
Description |
'POS'
|
Positive |
'NEG'
|
Negative |
'NEU'
|
Neutral |
- InputLanguage
- [Optional] Specify the language of the input text:
Option |
Description |
'en' (Default) |
English |
'zh_CN'
|
Simplified Chinese |
'zh_TW'
|
Traditional Chinese |