About Anaconda Help Download Anaconda

conda-forge / packages / dedupe-levenshtein-search 1.4.5

Python module to fuzzy search words in documents.

copied from cf-staging / dedupe-levenshtein-search

Installers

  • linux-64 v1.4.5
  • osx-64 v1.4.5
  • win-64 v1.4.5

conda install

To install this package run one of the following:
conda install conda-forge::dedupe-levenshtein-search

Description

Levenshtein_search is a Python module that stores any number of documents as ternary search trees. It performs fuzzy searches for words in a document that are d distance away from a query word. Searches can also be used in conjunction with TF-IDF calculations. The term frequency (TF) is computed for each approximately matching word in the document, as well as the Levenshtein distance from your query word. The module was written in C and increases search speed by using graph search algorithms and minimizing the number of redundant comparisons.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.2) Legal | Privacy Policy