Home | History | Annotate | Download | only in src

Lines Matching defs:editDistance

85     // editDistance[0 ~ MAX_WORD_LENGTH]
218 // TODO: Do not check the proximity if EditDistance exceeds the threshold
911 /* static */ int Correction::RankingAlgorithm::editDistance(const int *before,
915 return static_cast<int>(EditDistance::getEditDistance(&daemaruLevenshtein));
951 const int distance = editDistance(before, beforeLength, after, afterLength);