All Implemented Interfaces:
BaseCollectionReader, CollectionReader, ConfigurableResource, Resource

public class LineReader extends JCasCollectionReader_ImplBase
This collection reader is meant for example purposes only. For a much more robust and complete line reader implementation, please see org.cleartk.util.linereader.LineReader. This collection reader takes a single file and produces one JCas for each line in the file putting the text of the line into the default view.
  • Field Details

  • Constructor Details

    • LineReader

      public LineReader()
  • Method Details