| Package | Description |
|---|---|
| com.twitter.twittertext |
| Modifier and Type | Field and Description |
|---|---|
static TwitterTextParseResults |
TwitterTextParser.EMPTY_TWITTER_TEXT_PARSE_RESULTS |
| Modifier and Type | Method and Description |
|---|---|
static TwitterTextParseResults |
TwitterTextParser.parseTweet(String tweet)
Parses a given tweet text with the weighted character count configuration (v2.json).
|
static TwitterTextParseResults |
TwitterTextParser.parseTweet(String tweet,
TwitterTextConfiguration config)
Parses a given tweet text with the given
TwitterTextConfiguration |
static TwitterTextParseResults |
TwitterTextParser.parseTweetWithoutUrlExtraction(String tweet)
Returns the weighted length of a tweet without doing any URL processing.
|
Copyright © 2020. All rights reserved.