[][src]Module str_distance::qgram

Structs

Cosine

The Cosine distance corresponds to

Jaccard

Represents a Jaccard metric where q is the length of a q-gram fragment.

Overlap

Represents a Overlap metric where q is the length of a q-gram fragment.

QGram

Represents a QGram metric where q is the length of a q-gram fragment.

QGramIter

A Iterator that behaves similar to std::slice::Chunks, but increases the start index into the slice only by one each iteration.

SorensenDice

Represents a SorensenDice metric where q is the length of a q-gram fragment.