Registry / utility / amatch

amatch

JSON →
library0.7.0rbrubygemsunverified

Library for approximate string matching and searching using various algorithms.

gem install amatch
INSTALL
IMPORT
SIG · AMATCH
A
amatch
utilityrubyv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Amatch
require 'amatch'

Compute Levenshtein distance between two strings.

require 'amatch' matcher = Amatch::Levenshtein.new('test') puts matcher.match('tent') # => 1
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Meta
1
OpenAI (training)
1
Resources
amatch — gem install amatch · libregistry