Skip to content

This repository contains some application of Text Mining with some real world data. https://www.linkedin.com/in/nilufayeasmin/

Notifications You must be signed in to change notification settings

NilufaYeasmin/Text-Mining

Repository files navigation

Hello and Welcome to my Portfolio Folder!

TFIDF scores for all words in all documents and building an inverted index

** Dataset : BBC articles for athletics, cricket, football, rugby, tennis

Topic Modeling with LSA, LDA

** Dataset : Data of this Text-Analysis work from scikit-learn 20 newsgroups data.

Codes and Libraies

For Implementation, I use Python 3.7.7 and Python libraries are also required:

  • NumPy
  • Pandas
  • Matplotlib
  • Scikit-learn
  • NLTK