-
Name
-
amatch
-
Version
-
0.4.1
-
Platform
-
ruby
-
Authors
-
Florian Frank
-
Bindir
-
bin
-
Date
-
2022-05-15 00:00:00 UTC
-
Dependencies
-
gem_hadar (~> 1.12.0, development)
test-unit (~> 3.0, development)
all_images (>= 0, development)
tins (~> 1.0)
mize (>= 0)
-
Description
-
Amatch is a library for approximate string matching and searching in strings.
Several algorithms can be used to do this, and it's also possible to compute a
similarity metric number between 0.0 and 1.0 for two given strings.
-
Email
-
flori@ping.de
-
Executables
-
agrep
dupfind
-
Extensions
-
ext/extconf.rb
-
Extra rdoc files
-
README.md
lib/amatch.rb
lib/amatch/polite.rb
lib/amatch/rude.rb
lib/amatch/version.rb
ext/amatch_ext.c
ext/pair.c
-
Files
-
CHANGES
COPYING
Gemfile
README.md
Rakefile
amatch.gemspec
bin/agrep
bin/dupfind
ext/amatch_ext.c
ext/common.h
ext/extconf.rb
ext/pair.c
ext/pair.h
images/amatch_ext.png
install.rb
lib/amatch.rb
lib/amatch/.keep
lib/amatch/polite.rb
lib/amatch/rude.rb
lib/amatch/version.rb
tests/test_damerau_levenshtein.rb
tests/test_hamming.rb
tests/test_jaro.rb
tests/test_jaro_winkler.rb
tests/test_levenshtein.rb
tests/test_longest_subsequence.rb
tests/test_longest_substring.rb
tests/test_pair_distance.rb
tests/test_sellers.rb
-
Homepage
-
http://github.com/flori/amatch
-
Licenses
-
Apache-2.0
-
Rdoc options
-
--title
Amatch - Approximate Matching
--main
README.md
-
Require paths
-
lib
ext
-
Required ruby version
-
>= 2.4
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.3.13
-
Specification version
-
4
-
Summary
-
Approximate String Matching library
-
Test files
-
tests/test_damerau_levenshtein.rb
tests/test_hamming.rb
tests/test_jaro.rb
tests/test_jaro_winkler.rb
tests/test_levenshtein.rb
tests/test_longest_subsequence.rb
tests/test_longest_substring.rb
tests/test_pair_distance.rb
tests/test_sellers.rb
-
Original platform
-
ruby
-
New platform
-
ruby