This file contains 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
# importing the librtaries | |
import numpy as np | |
import nltk | |
import re | |
import gensim | |
from gensim.parsing.preprocessing import remove_stopwords | |
from gensim import corpora | |
from sklearn.feature_extraction.text import TfidfVectorizer | |
import heapq | |
# text from wikipedia about Elon Musk |