Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Smarter SimilarText #1

Closed
Stichoza opened this issue Dec 15, 2013 · 2 comments
Closed

Smarter SimilarText #1

Stichoza opened this issue Dec 15, 2013 · 2 comments
Assignees

Comments

@Stichoza
Copy link
Owner

Need smarter SimilarText algorithm.

Example:
base: ["fffffffuuuuuuu", "radiance", "hello", "lol"]
search: "fffuuu"
results: ["lol", "hello", "radiance", "fffffffuuuuuuu"]

According to this, the most similar to fffuuu is lol, but actually fffffffuuuuuuu is more similar because of its' letters

@Stichoza
Copy link
Owner Author

Jaro-Winkler Distance algorithm might help also.

@ghost ghost assigned Stichoza Dec 15, 2013
@Stichoza
Copy link
Owner Author

Repository not maintained

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant