This commit is contained in:
Benjamin Kinga 2023-07-17 21:42:14 -05:00 committed by GitHub
commit f0e4fb780c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}