public class WordVectorReader extends Object
| Constructor and Description |
|---|
WordVectorReader(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
WordEmbeddings |
getEmbeddings() |
static WordEmbeddings |
getEmbeddings(InputStream in) |
static WordEmbeddings |
getEmbeddings(String fn) |
public WordVectorReader(InputStream in) throws IOException
IOExceptionpublic WordEmbeddings getEmbeddings()
public static WordEmbeddings getEmbeddings(String fn) throws IOException
IOExceptionpublic static WordEmbeddings getEmbeddings(InputStream in) throws IOException
IOExceptionCopyright © 2012-2021 The Apache Software Foundation. All Rights Reserved.