cassie
Library to index strings and to search with exact or approximate match
Install
- All systems
-
curl cmd.cat/cassie.sh
- Debian
-
apt-get install ruby-cassiopee
- Ubuntu
-
apt-get install ruby-cassiopee
- 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
- Dockerfile
- dockerfile.run/cassie
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.