mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-12-22 10:11:52 +01:00
Merge 419264c3fd
into 72eda9a24f
This commit is contained in:
commit
f0e4fb780c
@ -7,8 +7,8 @@ import com.google.common.collect.Sets;
|
|||||||
public class TweetTextQuality {
|
public class TweetTextQuality {
|
||||||
|
|
||||||
public static enum BooleanQualityType {
|
public static enum BooleanQualityType {
|
||||||
OFFENSIVE, // tweet text is offensive
|
OFFENSIVE, // tweet text is offensive
|
||||||
OFFENSIVE_USER, // user name is offensive
|
OFFENSIVE_USER, // user name is offensive
|
||||||
HASHTAG_NAME_MATCH, // hashtag matches username
|
HASHTAG_NAME_MATCH, // hashtag matches username
|
||||||
SENSITIVE, // tweet is marked as sensitive when it comes in
|
SENSITIVE, // tweet is marked as sensitive when it comes in
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user