From a223c3fdaa7861d5f932ba2079dab5dfcf63bec5 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 14 Aug 2024 00:49:54 -0400 Subject: Initial commit --- about.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 about.html (limited to 'about.html') diff --git a/about.html b/about.html new file mode 100644 index 0000000..c0536e2 --- /dev/null +++ b/about.html @@ -0,0 +1,35 @@ + + + + + + Name my Dragon - About + + + +
+

How it works

+
+ Pixel art of a cowboy lassoing a dragon. +
+

+ This site uses word similarity to score all dragon names in terms of its + "closeness" to the given name. + The dragon name that is the "closest" is the one selected as the user's dragon.

+

+ It uses three popular techniques to calculate similarity scores - + these are the Levenshtein Distance, + Cosine Similarity, + and Jaccard Similarity. +

+

+ The final result shown to the user uses cosine similarity only, + but top ranking dragons from each of the other two techniques are + also shown as alternatives. +

+
+
+ Home +
+ + -- cgit v1.2.3