mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-12-22 02:01:51 +01:00
a little tidying up
This commit is contained in:
parent
ec83d01dca
commit
419264c3fd
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user