public final class StreamTagger2 extends Object
| Constructor and Description |
|---|
StreamTagger2(StringTagger tagger,
Reader input)
Construct a new StreamTagger2 that breaks text into words from the given Reader.
|
public StreamTagger2(StringTagger tagger, Reader input)
public Token next() throws IOException
IOExceptionpublic void reset()
throws IOException
IOExceptionpublic void reset(Reader input) throws IOException
IOExceptionpublic int end()
throws IOException
IOException