We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
顺便喷下上面两个,公用测试文本漫天飞自己下载不好吗,非要问作者要,数据这玩意自己搜集的,你是要个几把要。
The text was updated successfully, but these errors were encountered:
vectorizer = CountVectorizer(max_features = 13000)
transformer = TfidfTransformer() freq_word_matrix = vectorizer.fit_transform(corpus) #获取词袋模型中的所有词语 word = vectorizer.get_feature_names() tfidf = transformer.fit_transform(freq_word_matrix)
weight = tfidf.toarray()
Sorry, something went wrong.
No branches or pull requests
顺便喷下上面两个,公用测试文本漫天飞自己下载不好吗,非要问作者要,数据这玩意自己搜集的,你是要个几把要。
The text was updated successfully, but these errors were encountered: