From cd66828ed8bc688491194db98a1e8fc3499058d4 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 14 Aug 2024 16:03:45 -0400 Subject: moved stuff around --- public/about.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 public/about.html (limited to 'public/about.html') diff --git a/public/about.html b/public/about.html new file mode 100644 index 0000000..138d1e9 --- /dev/null +++ b/public/about.html @@ -0,0 +1,42 @@ + + + + + + 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 from George R.R. Martin's + A Song of Ice and Fire + universe in terms of their "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 in + NLP + 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. +

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