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).
NumWordsRulesExtractor(content, ...)
content |
Text content as character |
... |
additional parameters |
extracted text as character
Mario Annau
data(content)
extract <- NumWordsRulesExtractor(content)