Closed kbenoit closed 4 years ago
Changes stopword removal in tokenize_tweets() to happen before removing punctuation, so that stopwords that contain punctuation (such as "i'm") are handled correctly.
tokenize_tweets()
"i'm"
Fixes #76.
Changes stopword removal in
tokenize_tweets()
to happen before removing punctuation, so that stopwords that contain punctuation (such as"i'm"
) are handled correctly.Fixes #76.