Skip to content

Commit

Permalink
Merge pull request #28 from Pandora-Intelligence/davidberenstein1957-…
Browse files Browse the repository at this point in the history
…patch-1

Update Conceptualizer.py
  • Loading branch information
davidberenstein1957 authored Dec 30, 2022
2 parents a760c99 + 18555c8 commit b84d429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion concise_concepts/conceptualizer/Conceptualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def add_patterns(input_dict: dict) -> None:
if self.include_compound_words:
compound_rule = {
"DEP": {"IN": ["amod", "compound"]},
"OP": "?",
"OP": "*",
}
patterns.append(
{
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "concise-concepts"
version = "0.7.2"
version = "0.7.3"
description = "This repository contains an easy and intuitive approach to few-shot NER using most similar expansion over spaCy embeddings. Now with entity confidence scores!"
authors = ["David Berenstein <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b84d429

Please sign in to comment.