public class ConlluLemmaSampleStream extends FilterObjectStream<ConlluSentence,LemmaSample>
| Constructor and Description | 
|---|
| ConlluLemmaSampleStream(ObjectStream<ConlluSentence> samples,
                       ConlluTagset tagset) | 
| Modifier and Type | Method and Description | 
|---|---|
| LemmaSample | read()Returns the next object. | 
close, resetpublic ConlluLemmaSampleStream(ObjectStream<ConlluSentence> samples, ConlluTagset tagset)
public LemmaSample read() throws IOException
ObjectStreamIOException - if there is an error during readingCopyright © 2018 The Apache Software Foundation. All rights reserved.