Skip to content

Commit

Permalink
Merge branch 'main' into web
Browse files Browse the repository at this point in the history
  • Loading branch information
6r17 authored Oct 16, 2023
2 parents 3651ff7 + bb8110a commit a9906f8
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 a9906f8

Please sign in to comment.