Class ADSentenceStream

  • All Implemented Interfaces:
    AutoCloseable, ObjectStream<ADSentenceStream.Sentence>

    public class ADSentenceStream
    extends FilterObjectStream<String,​ADSentenceStream.Sentence>
    Stream filter which merges text lines into sentences, following the Arvores Deitadas syntax.

    Information about the format:
    Susana Afonso. "Árvores deitadas: Descrição do formato e das opções de análise na Floresta Sintáctica" .
    12 de Fevereiro de 2006. http://www.linguateca.pt/documentos/Afonso2006ArvoresDeitadas.pdf

    Note: Do not use this class, internal use only!

    • Method Detail

      • read

        public ADSentenceStream.Sentence read()
                                       throws IOException
        Description copied from interface: ObjectStream
        Returns the next object. Calling this method repeatedly until it returns null will return each object from the underlying source exactly once.
        Returns:
        the next object or null to signal that the stream is exhausted
        Throws:
        IOException - if there is an error during reading