Created
June 21, 2020 10:48
-
-
Save shubham1710/89a2e8e616f8913822b8f6f530384f28 to your computer and use it in GitHub Desktop.
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
import pandas as pd | |
import numpy as np | |
from sklearn.feature_extraction.text import CountVectorizer | |
from sklearn.metrics.pairwise import cosine_similarity | |
import difflib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment