Uses of Class
opennlp.tools.util.java.Experimental
-
Packages that use Experimental Package Description opennlp.tools.util.wordvector -
-
Uses of Experimental in opennlp.tools.util.wordvector
Classes in opennlp.tools.util.wordvector with annotations of type Experimental Modifier and Type Class Description class
Glove
GloVe is an unsupervised learning algorithm for obtaining vector representations for words.interface
WordVector
A word vector.interface
WordVectorTable
A table that maps tokens to word vectors.class
WordVectorType
Methods in opennlp.tools.util.wordvector with annotations of type Experimental Modifier and Type Method Description static WordVectorTable
Glove. parse(InputStream in)
Parses a glove vector plain text file.
-