Download the PHP package oefenweb/damerau-levenshtein without Composer
On this page you can find all versions of the php package oefenweb/damerau-levenshtein. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oefenweb/damerau-levenshtein
More information about oefenweb/damerau-levenshtein
Files in oefenweb/damerau-levenshtein
Download oefenweb/damerau-levenshtein
More information about oefenweb/damerau-levenshtein
Files in oefenweb/damerau-levenshtein
Vendor oefenweb
Package damerau-levenshtein
Short Description Get text similarity level with Damerau-Levenshtein distance
License MIT
Homepage http://github.com/Oefenweb/damerau-levenshtein
Package damerau-levenshtein
Short Description Get text similarity level with Damerau-Levenshtein distance
License MIT
Homepage http://github.com/Oefenweb/damerau-levenshtein
Please rate this library. Is it a good library?
Informations about the package damerau-levenshtein
Damerau Levenshtein
Get text similarity level with Damerau-Levenshtein distance.
Requirements
- PHP 7.1.0 or greater.
Installation
composer require oefenweb/damerau-levenshtein
Usage
Different costs are supported by the constructor and getters / setters.
Character comparison (equal check) can easily be overridden by parent class (see DamerauLevenshtein::compare
).
For more examples look at /tests/DamerauLevenshteinTest.php
or RTFC.
License
MIT
Author Information
Mischa ter Smitten (based on work of Ph4r05)
All versions of damerau-levenshtein with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
ext-mbstring Version *
ext-mbstring Version *
The package oefenweb/damerau-levenshtein contains the following files
Loading the files please wait ....