Skip to content

Commit 522edab

Browse files
committed
Fixed Model Dependency
1 parent 2fe680f commit 522edab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/cosine_similarity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def model_download(self):
3636
try:
3737
spacy.cli.download("en_core_web_md")
3838
except Exception as e:
39-
logging.error("An Error Occured: ", exc_info=e)
39+
logging.error("An Error Occurred: ", exc_info=e)
4040
raise e
4141

4242
def tokenize(self, text: str) -> list:

0 commit comments

Comments
 (0)