Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 484 Bytes

File metadata and controls

3 lines (2 loc) · 484 Bytes

NLP-Keyword-Extraction-Ensemble-Method

This script begins by scraping Reddit pages to find trending/top posts. It then finds the most trending/top keywords by analyzing user comments. The script uses an ensemble of several methods to accurately extract Keywords. This script uses an ensemble of the following methods: RAKE, TF-IDF and Automatic Keyword Extraction to obtain top keywords in Reddit posts. Providing an approximation of the trending topics and words in a given link.