Some(this) if the string is non-empty and doesn't contain only white-space
The term as a URL, if it can be parsed as such
The language bundle for the string based on it's predicted language
Extract counts of the char bigrams in the string
Extract counts of the char n-grams in the string
Extract counts of the char n-grams in the string
the minimum n-gram length to extract
the maximum n-gram length to extract
Whether the string is empty or only white-space
Whether the string can be parsed as a URL
The detected language of the string, if predicted
Whether the string is *not* empty or only white-space
The terms as a simplified URL if it can be parsed as such
The term bigrams of the string
Extract term n-grams from the string
Extract term n-grams from the string
the minimum n-gram length to extract
the maximum n-gram length to extract
The term 3-grams of the string
The terms of the string using language specific tokens & stopwords
The terms + hashtags + @-mentions of the string
The tokens of the string using language specific tokenization
Helpers to provide access to LangBundle and StringUtil stuff on strings