Package de.l3s.boilerpipe
Interface BoilerpipeDocumentSource
-
- All Known Implementing Classes:
BoilerpipeHTMLParser
public interface BoilerpipeDocumentSourceSomething that can be represented as aTextDocument.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextDocumenttoTextDocument()
-
-
-
Method Detail
-
toTextDocument
TextDocument toTextDocument() throws BoilerpipeProcessingException
- Throws:
BoilerpipeProcessingException
-
-