Metadata


Name
amatch
Version
0.2.8
Platform
ruby
Authors
Florian Frank
Bindir
bin
Date
2011-09-25 00:00:00 UTC
Dependencies
gem_hadar (~> 0.1.0, development)
test-unit (~> 2.3, development)
tins (~> 0.3)
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.rb
Extensions
ext/extconf.rb
Extra rdoc files
README.rdoc
lib/amatch/version.rb
ext/amatch.c
ext/pair.c
Files
.gitignore
.travis.yml
CHANGES
COPYING
Gemfile
README.rdoc
Rakefile
VERSION
amatch.gemspec
bin/agrep.rb
ext/amatch.c
ext/common.h
ext/extconf.rb
ext/pair.c
ext/pair.h
install.rb
lib/amatch/.keep
lib/amatch/version.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
Rdoc options
--title
Amatch - Approximate Matching
--main
README.rdoc
Require paths
lib
ext
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
1.8.10
Specification version
3
Summary
Approximate String Matching library
Test files
tests/test_sellers.rb
tests/test_jaro.rb
tests/test_longest_subsequence.rb
tests/test_longest_substring.rb
tests/test_hamming.rb
tests/test_pair_distance.rb
tests/test_levenshtein.rb
tests/test_jaro_winkler.rb
Original platform
ruby
New platform
ruby