| Interface | Description |
|---|---|
| ContentSplitter |
Splitter interface for custom split strategies of
|
| Class | Description |
|---|---|
| DiceCoefficientStrategy | |
| SplitPlugin |
Plugin for text splitting (into sentences, words, etc.
|
| SplitPluginTest | |
| StringSimilarityPlugin | |
| StringSimilarityPluginTest | |
| TextExtractorPlugin |
Extracts the text from a content
Uses apaches Tika framework to perform the work
Supprted attributes are : parser, contentHandler, extractor
Example of usage :
{code}
|
| TextExtractorPluginTest |