Constant Field Values
Contents
<Unnamed>.*
-
TweetParser Modifier and Type Constant Field Value private static final String
BADWORD_REGEX
".*[\\W&&[^\']].*"
private static final String
URL_REGEX
"\\bhttp\\S*"
-
TwitterBot Modifier and Type Constant Field Value static final int
MAX_TWEET_LENGTH
280
static final String
PATH_TO_OUTPUT_TWEETS
"files/generated_tweets.txt"
static final String
PATH_TO_TWEETS
"files/dog_feelings_tweets.csv"
static final int
TWEET_COLUMN
2