protected static class WordVectorSerializer.CSVReader extends Object implements WordVectorSerializer.Reader
Modifier | Constructor and Description |
---|---|
protected |
CSVReader(File file) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
Pair<VocabWord,float[]> |
next() |
protected CSVReader(@NonNull File file)
public boolean hasNext()
hasNext
in interface WordVectorSerializer.Reader
public Pair<VocabWord,float[]> next()
next
in interface WordVectorSerializer.Reader
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2016. All Rights Reserved.