public class TweetSentiment extends TestDocument
| Modifier and Type | Field and Description |
|---|---|
int |
category
The Category.
|
static String |
file
The constant file.
|
static String |
url
The constant url.
|
| Constructor and Description |
|---|
TweetSentiment(String text,
int category)
Instantiates a new Tweet sentiment.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clear()
Clear.
|
static Stream<TweetSentiment> |
load()
Load stream.
|
getText, getTitle, toStringpublic static String url
public static String file
public final int category
public TweetSentiment(String text, int category)
text - the textcategory - the categorypublic static void clear()
throws InterruptedException
InterruptedException - the interrupted exceptionpublic static Stream<TweetSentiment> load()
Copyright © 2019 SimiaCryptus Software. All rights reserved.