Skip to content

A model which returns the important keywords of a given document. It can also be used for document summarization.

Notifications You must be signed in to change notification settings

divyanshu132/Keywords-Extraction-using-Minimum-Vertex-Cover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keywords Extraction using Minimum Vertex Cover

A model which returns the important keywords of a given document. It can also be used for document summarization.

Steps to use the model:

step 1: Take the respective text document.

step 2: Name that document as doc.txt

step 3: Run clean.py python3 module to clean and remove unnecessary information from the document.

step 4: CleanTextFile.txt will be generated from step-3.

step 4: Run Summary.ipynb finally(file(CleanTextFile.txt) is already provided just run the program).

step 5: The output represents the respective important keywords of the given document.

About

A model which returns the important keywords of a given document. It can also be used for document summarization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published