Multi Document Summarization in Java

Manashree Thokal

Manashree Thokal

@manashree-7mZH3V Oct 22, 2024

This project aims to summarize multiple documents based on the two pass re ranking.

Abstract:

The goal of topic oriented text summarization is to produce informative short description according to the given topic or query. This is somewhat similar to the target of question answering which retrieves exact answers from large text collections.

The method relies on two pass re ranking frame work. First pass is to order the concepts. Second pass generates the representative sentences. Advantage of the project is that there is no need to build external knowledge or pre-defined rules.

Use: Text summary of detailed documents in easy steps.

Requirements:

  • Languages- Java
  • Toold- NetBeans/Eclipse

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Uwaise

    Uwaise

    @uwaise-kGhpIl Feb 17, 2013

    LittleNutThis project aims to summarize multiple documents based on the two pass re ranking.

    Abstract:

    The goal of topic oriented text summarization is to produce informative short description according to the given topic or query. This is somewhat similar to the target of question answering which retrieves exact answers from large text collections.

    The method relies on two pass re ranking frame work. First pass is to order the concepts. Second pass generates the representative sentences. Advantage of the project is that there is no need to build external knowledge or pre-defined rules.

    Use: Text summary of detailed documents in easy steps.

    Requirements:
    • Languages- Java
    • Toold- NetBeans/Eclipse

    Hey .. the idea you just proposed was really fascinating.Is this project already done or its just the idea. since my work deals in summarization of text i would like to see the code for further enchancemnet