Git Product home page Git Product logo

medical-document-extractive-summarization's Introduction

Medical Document Summarization Using Sentence Feature Extraction and Normalization

In medical world, summaries help the medical domain experts to speedily understand what the article is about and highlight its central idea. The project aims at producing a high quality multi document article summary by taking into account the generic components of an article within a specific domain. The main objective of this system is to generate a summary out of n number of documents related to medical domain by finding a subset of sentences that are summary worthy and contain the most important information of the document.

Data Flow Diagram

Steps followed to generate extractive multi-document summary

  1. Pre-Processing

    • Removal of redundancy: using cosine similarity method, sentences which are structured differently but means the same, are removed.
    • Segementation of sentences: dividing the document into parts based on a delimeter or the boundary detection (e.g., full stop).
    • Removal of stop words: removing most general words like 'a', 'an', 'the', 'above', etc.
  2. Sentence Feature Extraction

    • Sentence position: the first sentence is given the highest rank and for subsequent sentences, the positional value decreases.
    • Sentence length: length is calculated by counting the number of words after the stop words are removed.
    • Number of medical terms: domain specific words are counted in a sentence using a domain dictionary.
    • Number of medical acronyms: number of domain specific acronyms are counted in a sentence.
  3. Normalization

    • Z-score normalization: this is the process of transforming the scores obtained into a range of values.

medical-document-extractive-summarization's People

Contributors

shubhambalyan avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.