Skip to content

saipavanmeruga/News-article-keyword-extraction-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

News-articles-keyword-extraction

This project uses Spacy, NLTK and RAKE algorithm to get Top 10 keywords from a corpus of a 20 news articles.

To run the code locally on your system. Follow the steps below

Step 1: Install the requirements pip install -r requirements.txt

Step 2: Download the spacy language package python -m spacy download en_core_web_lg

Note: The large package is a big download about 700mb.

Step 3: Run the server.py file python server.py

Step 4: Test the API on POSTMAN or use test_request.py file for testing purposes python test_request.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages