Commit 4dcd0ab2 authored by Eelco van der Wel's avatar Eelco van der Wel :speech_balloon:
Browse files

set ngram range

1 merge request!60.0.3
Pipeline #12416 failed with stage
in 7 minutes and 17 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -60,7 +60,7 @@ class TopicModel:
self,
tweets: List[PreprocessedTweet],
diversity: float = 0.3,
ngram_range: Tuple[int] = (1, 2),
ngram_range: Tuple[int] = (1, 1),
num_topic_descriptors: int = 3,
min_cluster_size: int = 5,
) -> List[TopicModelCluster]:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment