Edit distance nearest neighbor searcher
An edit distance searcher performs a nearest neighborhood search in a list of known strings, using edit distance.
creates an edit distance searcher and sets the eds
= editDistanceSearcher(vocabulary
,maxDist
)Vocabulary
and MaximumDistance
properties. The returned object searches the words in
vocabulary
and with maximum edit distance
maxDist
.
specifies additional options using one or more name-value pair arguments.eds
= editDistanceSearcher(vocabulary
,maxDist
,Name,Value
)
rangesearch | Find nearest neighbors by edit distance range |
knnsearch | Find nearest neighbors by edit distance |
correctSpelling
| editDistance
| knnsearch
| rangesearch
| splitGraphemes
| tokenizedDocument