From 5ae7c22764530f84359a3414ced331c9cd08a17e Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 14 Aug 2024 14:40:28 -0400 Subject: final touches --- about.html | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'about.html') diff --git a/about.html b/about.html index c0536e2..138d1e9 100644 --- a/about.html +++ b/about.html @@ -13,23 +13,30 @@ 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.

+ 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 to calculate similarity scores - - these are the Levenshtein Distance, - Cosine Similarity, - and Jaccard Similarity. + 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. + 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