From 61116d82dd381741c91497ea2b51c2f3ad211e93 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 14 Aug 2024 15:52:52 -0400 Subject: moving stuff around --- about.html | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 about.html (limited to 'about.html') diff --git a/about.html b/about.html deleted file mode 100644 index 138d1e9..0000000 --- a/about.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - 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