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

org.maltparserx.Malt Maven / Gradle / Ivy

package org.maltparserx;


/**
 * Application class in the MaltParser library.
 *
 * @author Johan Hall
 * @since 1.0
**/
public class Malt {
	/**
	 * The starting point of MaltParser
	 * 
	 * @param args command-line arguments
	 */
	public static void main(String[] args) {
		MaltConsoleEngine engine = new MaltConsoleEngine();
		engine.startEngine(args);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy