
morfologik.tools.FSADump 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_dump",
commandDescription = "Dumps all sequences encoded in an automaton.")
@Deprecated
public class FSADump extends FSADecompile {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy