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 classGloveGloVe is an unsupervised learning algorithm for obtaining vector representations for words.interfaceWordVectorA word vector.interfaceWordVectorTableA table that maps tokens to word vectors.classWordVectorTypeMethods in opennlp.tools.util.wordvector with annotations of type Experimental Modifier and Type Method Description static WordVectorTableGlove. parse(InputStream in)Parses a glove vector plain text file.
-