Uses of Annotation Interface
opennlp.tools.util.java.Experimental
Packages that use Experimental
-
Uses of Experimental in opennlp.tools.util.wordvector
Classes in opennlp.tools.util.wordvector with annotations of type ExperimentalModifier and TypeClassDescriptionclass
GloVe is an unsupervised learning algorithm for obtaining vector representations for words.interface
A word vector.interface
A table that maps tokens to word vectors.enum
Methods in opennlp.tools.util.wordvector with annotations of type ExperimentalModifier and TypeMethodDescriptionstatic WordVectorTable
Glove.parse
(InputStream in) Parses a glove vector plain text file.