daniel-wojahn commited on
Commit
6ab086d
·
verified ·
1 Parent(s): 9e0c959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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