Better distance function
[text-levenshtein-edlib.git] / README
CommitLineData
a99d15a3
MG
1Text-Levenshtein-Edlib version 0.001
2====================================
3
4Text::Levenshtein::Edlib is a wrapper around the edlib library that
5computes Levenshtein edit distance and optimal alignment path for a
6pair of strings.
7
8INSTALLATION
9
10To install this module type the following:
11
12 perl Makefile.PL
13 make
14 make test
15 make install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21* Devel::CheckLib
22* edlib
23
24COPYRIGHT AND LICENCE
25
26Copyright (C) 2017 by Marius Gavrilescu
27
28This library is free software; you can redistribute it and/or modify
29it under the same terms as Perl itself, either Perl version 5.22.3 or,
30at your option, any later version of Perl 5 you may have available.
31
32
This page took 0.009699 seconds and 4 git commands to generate.