mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-12-22 10:11:52 +01:00
Compare commits
2 Commits
f0e4fb780c
...
f82ae87d8e
Author | SHA1 | Date | |
---|---|---|---|
|
f82ae87d8e | ||
|
419264c3fd |
@ -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