Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def main_interface():
|
|
74 |
heatmap_titles = {
|
75 |
"Jaccard Similarity (%)": "Jaccard Similarity (%): Higher scores (brighter) mean more shared unique words.",
|
76 |
"Normalized LCS": "Normalized LCS: Higher scores (brighter) mean longer shared sequences of words.",
|
77 |
-
"Semantic Similarity": "Semantic Similarity (using word embeddings/experimental): Higher scores (brighter) mean more similar meanings.",
|
78 |
"TF-IDF Cosine Sim": "TF-IDF Cosine Similarity: Higher scores mean texts share more important, distinctive vocabulary.",
|
79 |
}
|
80 |
|
|
|
74 |
heatmap_titles = {
|
75 |
"Jaccard Similarity (%)": "Jaccard Similarity (%): Higher scores (brighter) mean more shared unique words.",
|
76 |
"Normalized LCS": "Normalized LCS: Higher scores (brighter) mean longer shared sequences of words.",
|
77 |
+
"Semantic Similarity (BuddhistNLP)": "Semantic Similarity (BuddhistNLP - using word embeddings/experimental): Higher scores (brighter) mean more similar meanings.",
|
78 |
"TF-IDF Cosine Sim": "TF-IDF Cosine Similarity: Higher scores mean texts share more important, distinctive vocabulary.",
|
79 |
}
|
80 |
|