All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.l3s.boilerpipe.BoilerpipeDocumentSource Maven / Gradle / Ivy

The newest version!
package de.l3s.boilerpipe;

import de.l3s.boilerpipe.document.TextDocument;

/**
 * Something that can be represented as a {@link TextDocument}.
 */
public interface BoilerpipeDocumentSource {
    TextDocument toTextDocument() throws BoilerpipeProcessingException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy