Created
October 3, 2022 08:47
-
-
Save andrea-dagostino/bbc50adf21e7c16266622ddd949d21cc to your computer and use it in GitHub Desktop.
text_sim_tfidf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from sklearn.feature_extraction.text import TfidfVectorizer | |
| vectorizer = TfidfVectorizer(tokenizer=preprocess, stop_words=ita_stopwords) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment