8000 GitHub - totucuong/SimString: This is a java implementation for a fast approximate string matching algorithm (SimString).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

totucuong/SimString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is the Java implementation of SimString algorithm

http://www.chokkan.org/software/simstring/

SimString is an approximate string matching algorith. Given a query string, it looks for approximately similar string in a dictionary. Supported similarity functions include:

- Jaccard
- Cosine

SimString can handle a dictionary whose size of millions of unique words.

About

This is a java implementation for a fast approximate string matching algorithm (SimString).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0