Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "simtexth.h"
#include "translator.h"
#include <QtCore/QByteArray>
#include <QtCore/QString>
#include <QtCore/QList>
Go to the source code of this file.
Functions | |
static void | setCoOccurence (CoMatrix &m, char c, char d) |
static int | worth (const CoMatrix &m) |
static CoMatrix | reunion (const CoMatrix &m, const CoMatrix &n) |
static CoMatrix | intersection (const CoMatrix &m, const CoMatrix &n) |
CandidateList | similarTextHeuristicCandidates (const Translator *tor, const QString &text, int maxCandidates) |
Variables | |
QT_BEGIN_NAMESPACE typedef QList< TranslatorMessage > | TML |
static const int | indexOf [256] |
static const int | bitCount [256] |
Definition at line 138 of file simtexth.cpp.
Referenced by StringSimilarityMatcher::getSimilarityScore().
Definition at line 130 of file simtexth.cpp.
Referenced by StringSimilarityMatcher::getSimilarityScore().
Definition at line 97 of file simtexth.cpp.
Referenced by CoMatrix::CoMatrix().
CandidateList similarTextHeuristicCandidates | ( | const Translator * | tor, |
const QString & | text, | ||
int | maxCandidates ) |
Definition at line 161 of file simtexth.cpp.
|
inlinestatic |
Definition at line 122 of file simtexth.cpp.
References bitCount.
Referenced by StringSimilarityMatcher::getSimilarityScore().
|
static |
Definition at line 78 of file simtexth.cpp.
Referenced by worth().
|
static |
Definition at line 48 of file simtexth.cpp.
QT_BEGIN_NAMESPACE typedef QList< TranslatorMessage > TML |
Definition at line 14 of file simtexth.cpp.