Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Concepts
Static Public Member Functions
string::simplify::NormalizeAlphabet Class Reference

#include <NormalizeAlphabet.h>

Static Public Member Functions

template<class SymbolType >
static string::LinearString< std::string > normalize (const string::LinearString< SymbolType > &string)
 

Detailed Description

Applies a homomorphism asigning characters 'a', 'b', ... to the first, second, ... occurring symbol in the string content

Member Function Documentation

◆ normalize()

template<class SymbolType >
string::LinearString< std::string > string::simplify::NormalizeAlphabet::normalize ( const string::LinearString< SymbolType > &  string)
static

Applies a homomorphism asigning characters 'a', 'b', ... to the first, second, ... occurring symbol in the string content.

Template Parameters
SymbolTypethe type of symbols in the string
Parameters
strthe input string
Returns
the normalized string
Here is the call graph for this function:

The documentation for this class was generated from the following file: