SIS
Symmetric Index Structures
/Users/dbr/ma/src/bas/lml/cmd/cmdBuildSuffixTree.c File Reference
#include "../base.h"
Include dependency graph for cmdBuildSuffixTree.c:

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)

Function Documentation

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().