Skip to content

jacob-briscoe/fuzzy-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fuzzy-matching

This is a fuzzy search matching proof of concept project. It demonstrates through unit tests the viability of implementing a fuzzy/partial matching algorithm. This is a simple and quick algorithm, implementing various searching techniques and calculating an average based on the results. If the average is >= to the minimum ratio, the result is deemed similar enough.

Running

  • Compile: mvn compile
  • Unit tests: mvn test
  • Package: mvn package

About

Testing of fuzzy matching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages