Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scispacy/candidate_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def __init__(
[ann_index, tfidf_vectorizer, ann_concept_aliases_list, kb]
):
raise ValueError(
"You cannot pass both a name argument and other constuctor arguments."
"You cannot pass both a name argument and other constructor arguments."
)

# Set the name to the default, after we have checked
Expand Down
2 changes: 1 addition & 1 deletion scispacy/hearst_patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
{"LEMMA": "which"},
{"LEMMA": "look"},
{"LEMMA": "like"},
hyponym,
hypernym,
],
"position": "last",
},
Expand Down