protected static interface WordVectorSerializer.Reader extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
org.nd4j.common.primitives.Pair<VocabWord,float[]> |
next() |
close
boolean hasNext()
org.nd4j.common.primitives.Pair<VocabWord,float[]> next()
Copyright © 2021. All rights reserved.