Results 1 issues of hustmonk

It's a good job. When I read the code, I find some questions as follows: (1) self.initial_vectorizer = CountVectorizer(ngram_range=(1, 2), min_df = 3 / len(input_text), max_df=.4) need to change 3...