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