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
Warning: Experimental new feature, see OPENNLP-1144 for details, the API might be changed anytime.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.
-