Class | Description |
---|---|
AbstractRegexExtensionExtractor<T> |
Provides a base implementation for extracting entities from text using regular expressions and then
modifying the appropriate
Activity extensions object. |
RegexHashtagExtractor |
Processes the content of an
Activity object to extract the Hashtags and add
them to the appropriate extensions object |
RegexMentionsExtractor |
Processes the content of an
Activity object to extract the @user mentions and add
them to the appropriate extensions object |
RegexUrlExtractor |
Processes the content of an
Activity object to extract the URLs and add
them to the appropriate extensions object |
RegexUtils |
Provides utilities for extracting matches from content.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.