ADTF  3.18.3
cFuzzyMatch

cFuzzyMatch implements a modified Smith-Waterman algorithm (local alignment). More...

Classes

struct  cParameters
 

Public Member Functions

 cFuzzyMatch (const cParameters &oParameters)
 
int64_t GetScore () const
 

Private Member Functions

int64_t ComputeScore (const QString &strA, const QString &strB)
 cFuzzyMatch implements a modified Smith-Waterman algorithm (local alignment). More...
 

Private Attributes

cParameters m_oParameters
 
int64_t m_nScore {}
 

Detailed Description

cFuzzyMatch implements a modified Smith-Waterman algorithm (local alignment).

Definition at line 32 of file fuzzy_match.h.

Member Function Documentation

◆ ComputeScore()

int64_t ComputeScore ( const QString &  strA,
const QString &  strB 
)
private

cFuzzyMatch implements a modified Smith-Waterman algorithm (local alignment).

Parameters
strAfirst string
strBsecond string