Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 696 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 696 Bytes

Multidocument-Summarizer

Multidocument Summarizer in python

Multidocument Extractive Summarization of structured documents like news by Clustering based on sentence positions and article structure.

Reference Papers :

  1. Multi-Document Summarization Using Sentence Clustering ,Virendra Kumar Gupta and Tanveer J. Siddiqui - IEEE Proceedings of 4th International Conference onIntelligent Human Computer Interaction - 2012
  2. Text Summarization using Clustering Technique , Anjali R. Deshpande , Lobo L. M. R. J. - International Journal of Engineering Trends and Technology (IJETT) - Volume 4 Issue 8,August 2013

Python used - 3.4

Python libraries :

  1. nltk
  2. numpy
  3. sklearn
  4. docx