Skip to content

Commit

Permalink
Update extract_keywords.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasExorde authored Sep 29, 2023
1 parent d0a5758 commit bb8110a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exorde/extract_keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def filter_strings(input_list):
deduplication_algo = 'seqm'
windowSize = 1
max_ngram_size_1 = 1 # 1-grams are enough for most use cases
numOfKeywords_1 = 15 # important to keep high enough
numOfKeywords_1 = 20 # important to keep high enough

kw_extractor1 = yake.KeywordExtractor(
lan=language,
Expand Down

0 comments on commit bb8110a

Please sign in to comment.