Uses of Class
opennlp.tools.util.wordvector.WordVectorType
-
Packages that use WordVectorType Package Description opennlp.tools.util.wordvector -
-
Uses of WordVectorType in opennlp.tools.util.wordvector
Methods in opennlp.tools.util.wordvector that return WordVectorType Modifier and Type Method Description WordVectorType
WordVector. getDataType()
static WordVectorType
WordVectorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WordVectorType[]
WordVectorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-