All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.medallia.word2vec.util.Format Maven / Gradle / Ivy

There is a newer version: 0.10.3
Show newest version
package com.medallia.word2vec.util;

/**
 * Created by yibin on 2/2/15.
 */
public class Format {
	/** @see {@link Strings#formatEnum(Enum)} */
	public static String formatEnum(Enum enumValue) {
		return Strings.formatEnum(enumValue);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy