Skip to content

kvadityasrivatsa/hindi-text-summarizer

Repository files navigation

Hindi Text Summarizer

An extractive text summarizer with a tf-idf driven topic selection algorithm, controlled by compression extent specified by the user.

Getting Started

Dependecies

  • Python 3.7

How to use

The script takes a single input text file with individual sentences in Hindi unicode (utf-8) in each line, and the desired compression pecentage (stable compression range: 50% - 99%).

python3 hindi_summarizer.py <input_file_path.txt> <output_percentage>

Eg.

python3 hindi_summarizer.py sample_input_1.txt 75 # summary saved to output.txt

Author

KV Aditya Srivatsa (k.v.aditya@research.iiit.ac.in)

If you have any queries, please do reach out.

License

Refer to the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published