feat(extraction): add deduplication limit parameter to YAKE extractor
This commit is contained in:
@@ -92,6 +92,7 @@ class EbookSearchConfig(BaseSettings):
|
||||
phrase_max_tokens: int = 5
|
||||
phrase_max_entity_tokens: int = 8
|
||||
phrase_yake_top_k: int = 1000
|
||||
phrase_yake_dedup_limit: float = 0.85
|
||||
phrase_raw_ngram_min_count: int = 2
|
||||
phrase_raw_count_score_threshold: int = 3
|
||||
phrase_raw_count_high_score_threshold: int = 10
|
||||
|
||||
Reference in New Issue
Block a user