Package | Description |
---|---|
it.unimi.dsi.io |
Modifier and Type | Class and Description |
---|---|
class |
DelimitedWordReader
A word reader that breaks words on a given set of characters.
|
class |
FastBufferedReader
A lightweight, unsynchronised buffered reader based on
mutable strings.
|
class |
LineWordReader
A trivial
WordReader that considers each line
of a document a single word. |
Modifier and Type | Method and Description |
---|---|
WordReader |
WordReader.copy()
Returns a copy of this word reader.
|
WordReader |
WordReader.setReader(Reader reader)
Resets the internal state of this word reader, which will start again reading from the given reader.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.