Home | History | Annotate | Download | only in src

Lines Matching defs:editDistance

65     // TODO: Make sure that editDistance[0 ~ MAX_WORD_LENGTH_INTERNAL] is not touched.
119 // editDistance[0 ~ MAX_WORD_LENGTH_INTERNAL]
329 // TODO: Do not check the proximity if EditDistance exceeds the threshold
1083 int Correction::RankingAlgorithm::editDistance(const unsigned short *before,
1118 const int distance = editDistance(before, beforeLength, after, afterLength);