
morfologik.tools.FSABuild 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;
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