Skip to content

pnispel/rust-fuzzy-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust fuzzy search

This is a project I'm using to learn rust. It's messy and incomplete. Don't hate.

How it works

It constructs a Levenshtein automaton and uses it to test all the words in the text against some other word. Any word within a distance of 2 will be matched.

Future work

Eventually this will be used as a grepping tool for searching a file directory.

About

uses a Levenshtein automaton to do fuzzy search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages