cassie

Library to index strings and to search with exact or approximate match

Install

All systems
curl cmd.cat/cassie.sh
Debian Debian
apt-get install ruby-cassiopee
Ubuntu
apt-get install ruby-cassiopee
image/svg+xml Kali Linux
apt-get install ruby-cassiopee
Windows (WSL2)
sudo apt-get update sudo apt-get install ruby-cassiopee
Raspbian
apt-get install ruby-cassiopee

ruby-cassiopee

Library to index strings and to search with exact or approximate match

Cassiopee index one String and provide methods to search exact matches or approximate matches with Hammming and/or edit distance. It supports ambiguous alphabet search and a basic cache implementation.