Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <NormalizeAlphabet.h>
Static Public Member Functions | |
template<class SymbolType > | |
static string::LinearString< std::string > | normalize (const string::LinearString< SymbolType > &string) |
Applies a homomorphism asigning characters 'a', 'b', ... to the first, second, ... occurring symbol in the string content
|
static |
Applies a homomorphism asigning characters 'a', 'b', ... to the first, second, ... occurring symbol in the string content.
SymbolType | the type of symbols in the string |
str | the input string |