Uses of Class
org.nlpub.watset.util.Word2VecFormat.SpaceStrategy
-
Packages that use Word2VecFormat.SpaceStrategy Package Description org.nlpub.watset.util Utility classes and helpers. -
-
Uses of Word2VecFormat.SpaceStrategy in org.nlpub.watset.util
Methods in org.nlpub.watset.util that return Word2VecFormat.SpaceStrategy Modifier and Type Method Description static Word2VecFormat.SpaceStrategyWord2VecFormat.SpaceStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static Word2VecFormat.SpaceStrategy[]Word2VecFormat.SpaceStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nlpub.watset.util with parameters of type Word2VecFormat.SpaceStrategy Modifier and Type Method Description static <V> voidWord2VecFormat. write(BufferedWriter writer, List<NodeEmbedding<V>> embeddings, Word2VecFormat.SpaceStrategy spaceStrategy)Write the file in the Word2Vec format representing the node embeddings.
-