We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe680f commit 522edabCopy full SHA for 522edab
machine_learning/cosine_similarity.py
@@ -36,7 +36,7 @@ def model_download(self):
36
try:
37
spacy.cli.download("en_core_web_md")
38
except Exception as e:
39
- logging.error("An Error Occured: ", exc_info=e)
+ logging.error("An Error Occurred: ", exc_info=e)
40
raise e
41
42
def tokenize(self, text: str) -> list:
0 commit comments