From 99006b33029f08459e8fda4763ecb8c2ae261038 Mon Sep 17 00:00:00 2001 From: sgiannuzzi39 Date: Sat, 5 Oct 2024 11:49:33 -0400 Subject: [PATCH] final version --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9081e06..fc6b40e 100644 --- a/index.html +++ b/index.html @@ -401,6 +401,7 @@

Word Embeddings in Marianne's Speech versus Letters

d3.select(".tooltip").remove(); }); + /* svgEmbedding.selectAll(".topic-label") .data(commonTopics) .enter() @@ -413,7 +414,7 @@

Word Embeddings in Marianne's Speech versus Letters

.attr("font-weight", "bold") .attr("fill", "#ff5733") .text(d => d.word); - + */ svgEmbedding.selectAll("g.axis").remove(); });