Home
last modified time | relevance | path

Searched refs:transpositions (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/spdx-correct/
H A Dindex.js28 // Sorting function that orders the given array of transpositions such
40 // Common transpositions of license identifier acronyms
41 var transpositions = [
306 for (var i = 0; i < transpositions.length; i++) {
307 var transposition = transpositions[i]
/third_party/rust/crates/strsim-rs/src/
H A Dlib.rs90 let mut transpositions = 0.0; in generic_jaro() variables
115 transpositions += 1.0; in generic_jaro()
129 ((matches - transpositions) / matches)) in generic_jaro()
259 /// Like Levenshtein but allows for adjacent transpositions. Each substring can

Completed in 2 milliseconds