Skip to content

Commit

Permalink
corrected for missing class initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Sep 27, 2022
1 parent d6d36fd commit db97b9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion concise_concepts/conceptualizer/Conceptualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ def __init__(
"PUNCT",
"ADV",
"ADJ",
"PART",
"PRON",
],
exclude_dep: list = ["nsubjpass", "compound"],
exclude_dep: list = [],
include_compound_words: bool = False,
case_sensitive: bool = False,
):
Expand Down

0 comments on commit db97b9e

Please sign in to comment.