SIS
Symmetric Index Structures
|
Go to the source code of this file.
Functions | |
void | CmdBuildSuffixTree (const S8 *fileNameInput, const S8 *fileNameOutput, UINT bitsPerSymbol, UINT encoding, boolean tarjanTable) |
void | CmdBuildCDAWG (const S8 *fileNameInput, const S8 *fileNameOutput, UINT bitsPerSymbol, UINT encoding, boolean tarjanTable) |
void | CmdBuildSCDAWG (const S8 *fileNameInput, const S8 *fileNameOutput, UINT bitsPerSymbol, UINT encoding, boolean tarjanTable) |
void CmdBuildCDAWG | ( | const S8 * | fileNameInput, |
const S8 * | fileNameOutput, | ||
UINT | bitsPerSymbol, | ||
UINT | encoding, | ||
boolean | tarjanTable | ||
) |
Definition at line 52 of file cmdBuildSuffixTree.c.
Referenced by CommandExecute().
void CmdBuildSCDAWG | ( | const S8 * | fileNameInput, |
const S8 * | fileNameOutput, | ||
UINT | bitsPerSymbol, | ||
UINT | encoding, | ||
boolean | tarjanTable | ||
) |
Definition at line 101 of file cmdBuildSuffixTree.c.
Referenced by CommandExecute().
void CmdBuildSuffixTree | ( | const S8 * | fileNameInput, |
const S8 * | fileNameOutput, | ||
UINT | bitsPerSymbol, | ||
UINT | encoding, | ||
boolean | tarjanTable | ||
) |
Definition at line 3 of file cmdBuildSuffixTree.c.
Referenced by CommandExecute().