Example usage for java.io StringReader interface-usage

List of usage examples for java.io StringReader interface-usage

Introduction

In this page you can find the example usage for java.io StringReader interface-usage.

Usage

From source file de.tudarmstadt.ukp.dkpro.keyphrases.bookindexing.evaluation.phrasematch.TokenReader.java

/**
 * @author Mateusz Parzonka
 */
public class TokenReader implements StringReader {

    private final String path;

From source file de.tudarmstadt.ukp.dkpro.keyphrases.bookindexing.evaluation.phrasematch.LineReader.java

/**
 * Retrieves strings associated with a document name using a line based string
 * reader.
 *
 * @author Mateusz Parzonka
 *