NumWordsRulesExtractor {boilerpipeR} | R Documentation |
A quite generic full-text extractor solely based upon the number of words per block (the current, the previous and the next block).
Description
A quite generic full-text extractor solely based upon the number of words per block (the current, the previous and the next block).
Usage
NumWordsRulesExtractor(content, ...)
Arguments
content |
Text content as character |
... |
additional parameters |
Value
extracted text as character
Author(s)
Mario Annau
See Also
Examples
data(content)
extract <- NumWordsRulesExtractor(content)
[Package boilerpipeR version 1.3.2 Index]