Class ParseSampleStream

Namespace
NOpenNLP.Tools.Parser
Assembly
NOpenNLP.Tools.dll
public class ParseSampleStream : FilterObjectStream<string?, Parse?>, IObjectStream<Parse?>, IDisposable
Inheritance
ParseSampleStream
Implements
Inherited Members

Constructors

ParseSampleStream(IObjectStream<string?>)

public ParseSampleStream(IObjectStream<string?> @in)

Parameters

in IObjectStream<string>

Methods

Read()

Returns the next object. Calling this method repeatedly until it returns null will return each object from the underlying source exactly once.

public override Parse? Read()

Returns

Parse

the next object or null to signal that the stream is exhausted

Exceptions

IOException

if there is an error during reading

IOException

if there is an error during reading