| Class | Description |
|---|---|
| AbbreviationPatternProvider |
common abbreviation pattern
|
| ColloquialismPatternProvider |
Common colloquial statments (e.g.
|
| CombinedPatternProvider |
Combine multiple matterns with a
RegexUtil.regex_or_match(java.util.List) |
| ComplicatedNumberPatternProvider |
Regex for numbers with a decimal point or command separated.
|
| EdgePunctuationPatternProvider |
Match edge punctuations and correct them such that they can be matched by a
simple space split
|
| EdgePunctuationPatternProvider.Left |
Left edge punctuations.
|
| EdgePunctuationPatternProvider.Right |
Left edge punctuations.
|
| EmailPatternProvider |
Matches emails
|
| EmbeddedApostrophePatternProvider |
Matches embedded apostrophies and dashes e.g.: "That's" and "word-count"
|
| EmbeddedDashPatternProvider |
A regex to match emdeded dashes
|
| EmoticonPatternProvider |
A regex for a set of emoticons
|
| EntityPatternProvider |
provide HTML entity regex pattern
|
| PatternProvider |
Pattern providers must provide a regex string.
|
| PunctuationPatternProvider | |
| TimePatternProvider |
A regex to match times which look like: 18:00h
|
| TruncatedURLPatternProvider |
Some tweets end with ...
|
| TwitterStuffPatternProvider |
Borrowed heavily from https://github.com/twitter/twitter-text-java
|
| URLPatternProvider |
Various kinds of URL Pattern
|
| URLPatternProvider.DFURLPatternProvider |
Implementation of the URL regex from
http://daringfireball.net/2010/07/improved_regex_for_matching_urls
|