Skip to content

Commit 2479eef

Browse files
committed
Case Fixes
2 parents d597f45 + d8deb03 commit 2479eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/cosine_similarity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ def cosine_similarity_percentage(self, text1: str, text2: str) -> float:
178178
"""
179179
text1 = "The biggest Infrastructure in the World is Burj Khalifa"
180180
text2 = "The name of the talllest Tower in the world is Burj Khalifa"
181-
181+
182182
similarity_percentage = CosineSimilarity().cosine_similarity_percentage(text1, text2)
183183
print(f"Cosine Similarity: {similarity_percentage:.2f}%")

0 commit comments

Comments
 (0)