edit distances

Edit distances for strings and key lists (i.e. cell arrays of strings or other elements).
1,1K Downloads
Aktualisiert 17 Aug 2015

This package provides implementations of the Levenshtein, Damerau-
Levenshtein, and weighted edit distance for strings as well as key lists
(i.e. cell arrays of strings or arbitrary other elements).
This code is part of the work described in [1]. In [1], edit distances are
applied to match linguistic descriptions that occur when referring to objects
(in order to achieve joint attention in spoken human-robot / human-human
interaction).

[1] B. Schauerte, G. A. Fink, "Focusing Computational Visual Attention
in Multi-Modal Human-Robot Interaction," in Proc. ICMI, 2010.

See, http://cvhci.anthropomatik.kit.edu/~bschauer/.

Zitieren als

Boris Schauerte (2024). edit distances (https://github.com/bschauerte/edit-distances), GitHub. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2009b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu String Parsing finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden

Version Veröffentlicht Versionshinweise
1.4.0.0

- moved to Github
- fixed Damerau
- added example

1.3.0.0

- extended the interface of the cell array functions: now you can use arbitrary compare functions and cell content
- added a simple usage example

1.2.0.0

- updated the description

1.1.0.0

- bugfix (thanks for the helpful comments of "forkandwait w")

1.0.0.0

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.