it.unimi.di.mg4j.document
Class WikipediaDocumentCollection.WhitespaceWordReader

java.lang.Object
  extended by java.io.Reader
      extended by it.unimi.dsi.io.FastBufferedReader
          extended by it.unimi.di.mg4j.document.WikipediaDocumentCollection.WhitespaceWordReader
All Implemented Interfaces:
WordReader, Closeable, Serializable, Readable
Enclosing class:
WikipediaDocumentCollection

public static class WikipediaDocumentCollection.WhitespaceWordReader
extends FastBufferedReader

See Also:
Serialized Form

Field Summary
 
Fields inherited from class it.unimi.dsi.io.FastBufferedReader
avail, buffer, bufferSize, DEFAULT_BUFFER_SIZE, pos, reader, wordConstituents
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
WikipediaDocumentCollection.WhitespaceWordReader()
           
 
Method Summary
protected  boolean isWordConstituent(char c)
           
 
Methods inherited from class it.unimi.dsi.io.FastBufferedReader
close, copy, next, noMoreCharacters, read, read, readLine, setReader, skip, toSpec, toString
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, ready, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WikipediaDocumentCollection.WhitespaceWordReader

public WikipediaDocumentCollection.WhitespaceWordReader()
Method Detail

isWordConstituent

protected boolean isWordConstituent(char c)
Overrides:
isWordConstituent in class FastBufferedReader