Giter Club home page Giter Club logo

texter's Introduction

Texter: A text summarisation tool.

This is an NLP based text summarisation tool. It utilizes an unsupervised learning approach using an extractive summarisation technique.

Today, our world is parachuted by the gathering and dissemination of huge amounts of data. In fact, the International Data Corporation (IDC) projects that the total amount of digital data circulating annually around the world would sprout from 4.4 zettabytes in 2013 to hit 180 zettabytes in 2025. That’s a lot of data!

With such a big amount of data circulating in the digital space, there is need to develop machine learning algorithms that can automatically shorten longer texts and deliver accurate summaries that can fluently pass the intended messages.

Furthermore, applying text summarization reduces reading time, accelerates the process of researching for information, and increases the amount of information that can fit in an area.

Tech Stack

Python Nltk NumPy NetworkX

Apart from all these dependencies, various algorithms are applied to successfully generate the summary of any huge paragraph.

  • Cosine Similarity - Cosine distance is a measure of similarity between two vectors in a multidimensional space. It calculates the cosine of the angle between the vectors, which indicates how similar or dissimilar they are.

  • TextRank - TextRank is a graph-based ranking algorithm used for text summarization and keyword extraction. It is inspired by Google's PageRank algorithm, which ranks web pages based on their importance in the web graph. TextRank applies a similar concept to sentences or words in a text document.

For implementing this tool, first we need to download a text corpus from the Natural Language Toolkit library (Nltk). And after all the processing, the vector data is stored in a graph-like structure. This is where the NetworkX library comes into play.

NetworkX is a package for the Python programming language that's used to create, manipulate, and study the structure, dynamics, and functions of complex graph networks.

texter's People

Contributors

ankitkashyap0709 avatar

Watchers

Kostas Georgiou 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.