Compare commits

...

2 Commits

Author SHA1 Message Date
Benjamin Kinga
f82ae87d8e
Merge 419264c3fd into fb54d8b549 2023-05-22 17:41:06 -05:00
Benjamin Kinga
419264c3fd a little tidying up 2023-03-31 17:23:28 -07:00

View File

@ -7,8 +7,8 @@ import com.google.common.collect.Sets;
public class TweetTextQuality {
public static enum BooleanQualityType {
OFFENSIVE, // tweet text is offensive
OFFENSIVE_USER, // user name is offensive
OFFENSIVE, // tweet text is offensive
OFFENSIVE_USER, // user name is offensive
HASHTAG_NAME_MATCH, // hashtag matches username
SENSITIVE, // tweet is marked as sensitive when it comes in
}