Crate textdistance
source · [−]Expand description
Textdistance library
A library for applying text- and token- based comparison algorithms to determine the similarity of two strings or sets. The core modules are [‘algorithms’], which contains algorithms for determining closeness, and [‘collectors’] which has helper functions for preparing anything for tokenization and comparison.
Note that this module is very much a work in progress, and it is likely that itnterfaces may change. Large parts of this module are still under construction.
Modules
A module for applying various closeness algorithms