Skip to content

ArnavSankhe/Text-Summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Text-Summarization

The program is able to summarize text in a given language. The programe is using gensim summarization model to summarize the text. So languages only syported by Gensim will be summarized. The model has a autodetect feature alowing the program to automatically detect given language so user wont have to specify it. The program also extract keywords from the given text.

How To Run:

  1. install gensim by: pip install gensim
  2. open code and run.
  3. give input in allowed language and click summarize button.
  4. the output of summarized text and keywords will be displayed in output field.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages