Skip to content

Commit

Permalink
Update _tagging.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ACovacevice authored Apr 25, 2022
1 parent e8a2dbd commit 0f5d349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text_processing/en/_tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def get_keywords(
text: str,
consider: List = ["NOUN", "ADJ", "VERB", "PROPN"],
consider: List = ["NOUN", "ADJ", "PROPN"],
min_size: int = 3,
as_bow: bool = False,
) -> Union[List, Dict]:
Expand Down

0 comments on commit 0f5d349

Please sign in to comment.