Class WordTagSampleStream

    • Constructor Detail

      • WordTagSampleStream

        public WordTagSampleStream​(ObjectStream<String> sentences)
        Initializes the current instance.
        Parameters:
        sentences - the sentences
    • Method Detail

      • read

        public POSSample read()
                       throws IOException
        Parses the next sentence and return the next POSSample object. If an error occurs an empty POSSample object is returned and an warning message is logged. Usually it does not matter if one of many sentences is ignored. TODO: An exception in error case should be thrown.
        Returns:
        the next object or null to signal that the stream is exhausted
        Throws:
        IOException - if there is an error during reading