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

morfologik.tools.FSABuild Maven / Gradle / Ivy

There is a newer version: 2.1.9
Show newest version
package morfologik.tools;

import com.beust.jcommander.Parameters;

@Parameters(
    hidden = true,
    commandNames = "fsa_build",
    commandDescription = "Builds finite state automaton from \\n-delimited input.")
@Deprecated
public class FSABuild extends FSACompile {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy