Class Word2VecModel
- java.lang.Object
-
- org.languagetool.rules.neuralnetwork.Word2VecModel
-
public class Word2VecModel extends Object
-
-
Constructor Summary
Constructors Constructor Description Word2VecModel(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.languagetool.rules.neuralnetwork.Embedding
getEmbedding()
File
getPath()
-
-
-
Constructor Detail
-
Word2VecModel
public Word2VecModel(String path) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-
Method Detail
-
getEmbedding
public org.languagetool.rules.neuralnetwork.Embedding getEmbedding()
-
getPath
public File getPath()
-
-