mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
doc: make Wikipedia hyperlinks anonymous
This commit is contained in:
parent
ef7d920f79
commit
d926e56a48
@ -405,14 +405,14 @@ follows:
|
|||||||
#. **Edit distance** is defined as Levenshtein distance. That is, there are
|
#. **Edit distance** is defined as Levenshtein distance. That is, there are
|
||||||
three possible edit types considered: insertion, removal and substitution.
|
three possible edit types considered: insertion, removal and substitution.
|
||||||
A more formal description can be found on
|
A more formal description can be found on
|
||||||
`Wikipedia <https://en.wikipedia.org/wiki/Levenshtein_distance>`_.
|
`Wikipedia <https://en.wikipedia.org/wiki/Levenshtein_distance>`__.
|
||||||
|
|
||||||
#. **Hamming distance** is the number of positions by which two strings of
|
#. **Hamming distance** is the number of positions by which two strings of
|
||||||
equal length differ. That is, it is the number of substitutions required to
|
equal length differ. That is, it is the number of substitutions required to
|
||||||
convert one string to the other. There are no insertions or removals when
|
convert one string to the other. There are no insertions or removals when
|
||||||
approximate matching using a Hamming distance. A more formal description can
|
approximate matching using a Hamming distance. A more formal description can
|
||||||
be found on
|
be found on
|
||||||
`Wikipedia <https://en.wikipedia.org/wiki/Hamming_distance>`_.
|
`Wikipedia <https://en.wikipedia.org/wiki/Hamming_distance>`__.
|
||||||
|
|
||||||
#. **Approximate matching** will match all *corpora* within a given edit or
|
#. **Approximate matching** will match all *corpora* within a given edit or
|
||||||
Hamming distance. That is, given a pattern, approximate matching will match
|
Hamming distance. That is, given a pattern, approximate matching will match
|
||||||
|
Loading…
x
Reference in New Issue
Block a user