SIS
Symmetric Index Structures
/Users/dbr/ma/src/bas/lml/cmd/cmdBuildSuffixTree.h
Go to the documentation of this file.
00001 #ifndef _HEADER_FILE_CMDBUILDSUFFIXTREE_
00002 #define _HEADER_FILE_CMDBUILDSUFFIXTREE_
00003 
00004 void CmdBuildSuffixTree( const S8 * fileNameInput, const S8 * fileNameOutput, UINT bitsPerSymbol, UINT encoding, boolean tarjanTable );
00005 void CmdBuildCDAWG( const S8 * fileNameInput, const S8 * fileNameOutput, UINT bitsPerSymbol, UINT encoding, boolean tarjanTable );
00006 void CmdBuildSCDAWG( const S8 * fileNameInput, const S8 * fileNameOutput, UINT bitsPerSymbol, UINT encoding, boolean tarjanTable );
00007 
00008 #endif