Skip to content

Instantly share code, notes, and snippets.

@andrea-dagostino
Created October 3, 2022 08:40
Show Gist options
  • Select an option

  • Save andrea-dagostino/65ede6c98d350d93dd730d444e47c476 to your computer and use it in GitHub Desktop.

Select an option

Save andrea-dagostino/65ede6c98d350d93dd730d444e47c476 to your computer and use it in GitHub Desktop.
text_sim_tfidf
import pandas as pd
import numpy as np
import nltk
from nltk.corpus import stopwords
import string
from tqdm import tqdm
import matplotlib.pyplot as plt
import seaborn as sns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment