|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopennlp.tools.formats.ad.ADSentenceSampleStream
public class ADSentenceSampleStream
Note: Do not use this class, internal use only!
Constructor Summary | |
---|---|
ADSentenceSampleStream(FileInputStream in,
String charsetName,
boolean includeHeadlines)
Creates a new SentenceSample stream from a FileInputStream |
|
ADSentenceSampleStream(ObjectStream<String> lineStream,
boolean includeHeadlines)
Creates a new SentenceSample stream from a line stream, i.e. |
Method Summary | |
---|---|
void |
close()
Closes the ObjectStream and releases all allocated
resources. |
SentenceSample |
read()
Returns the next object. |
void |
reset()
Repositions the stream at the beginning and the previously seen object sequence will be repeated exactly. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ADSentenceSampleStream(ObjectStream<String> lineStream, boolean includeHeadlines)
SentenceSample
stream from a line stream, i.e.
ObjectStream
< String
>, that could be a
PlainTextByLineStream
object.
lineStream
- a stream of lines as String
includeHeadlines
- if true will output the sentences marked as news headlinespublic ADSentenceSampleStream(FileInputStream in, String charsetName, boolean includeHeadlines)
SentenceSample
stream from a FileInputStream
in
- input stream from the corpuscharsetName
- the charset to use while reading the corpusincludeHeadlines
- if true will output the sentences marked as news headlinesMethod Detail |
---|
public SentenceSample read() throws IOException
ObjectStream
read
in interface ObjectStream<SentenceSample>
IOException
public void reset() throws IOException, UnsupportedOperationException
ObjectStream
reset
in interface ObjectStream<SentenceSample>
IOException
UnsupportedOperationException
public void close() throws IOException
ObjectStream
ObjectStream
and releases all allocated
resources. After close was called its not allowed to call
read or reset.
close
in interface ObjectStream<SentenceSample>
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |