static final String
PATH_TO_OUTPUT_POSTS
"files/generated_posts.txt"
PATH_TO_POSTS
"files/illustrative_example.csv"
static final int
POST_COLUMN
2
END_TOKEN
"<END>"
PUNCTUATION_TOKEN
"\\p{Punct}"
TOKEN
"[\\p{Alnum}\'@#]+|\\p{Punct}"
URL_REGEX
"\\bhttp[s]?://\\S*"
WORD_TOKEN
"[\\p{Alnum}\'@#]+"