public class Word2VecModel extends Object
| Constructor and Description |
|---|
Word2VecModel(String path) |
| Modifier and Type | Method and Description |
|---|---|
org.languagetool.rules.neuralnetwork.Embedding |
getEmbedding() |
File |
getPath() |
public Word2VecModel(String path) throws FileNotFoundException
FileNotFoundExceptionpublic org.languagetool.rules.neuralnetwork.Embedding getEmbedding()
public File getPath()