
morfologik.tools.Launcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of morfologik-tools Show documentation
Show all versions of morfologik-tools Show documentation
Morfologik Command Line Tools
package morfologik.tools;
/**
* JAR entry point.
*/
public final class Launcher {
private Launcher() {}
@SuppressWarnings("deprecation")
public static void main(String[] args) {
CliTool.main(args, new FSACompile(),
new FSADump(),
new FSADecompile(),
new FSABuild(),
new FSAInfo(),
new DictCompile(),
new DictDecompile(),
new DictApply());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy