Topic: "extractive-text-summarization"
mathsyouth/awesome-text-summarization Fork of lipiji/App-DL
A curated list of resources dedicated to text summarization
Size: 243 KB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 1,543 - Forks: 264

transitive-bullshit/text-summarization
Automagically generates summaries from html or text.
Language: JavaScript - Size: 326 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 66 - Forks: 20

codequipo/TheDailyNews
Source based extractive summarizer web-app and chatbot.
Language: JavaScript - Size: 30.6 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 26 - Forks: 4

HHousen/ArXiv-PubMed-Sum
A script to process the ArXiv-PubMed dataset.
Language: Python - Size: 302 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 9 - Forks: 2

jalajthanaki/medical_notes_extractive_summarization
Extractive summarizationof medical transcriptions
Language: Python - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 8 - Forks: 9

aashay15/Extractive-Video-Text-Summarizer
Simple Extractive Text Summarization using SpaCy, using a frequency model
Language: Python - Size: 15.6 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 0

rayan2162/extractive_text_summarization_using_TF-IDF
Artificial Intelligence Laboratory (6th semester) course's project.
Language: Jupyter Notebook - Size: 6.99 MB - Last synced at: 6 days ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

linto-ai/linto-platform-nlp-extractive-summarization
LinTO's NLP service: Extractive Summarization
Language: Python - Size: 51.8 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

sayarghoshroy/Summarization
A lightweight Extractive Summarization Formulation for the CNN Dataset
Language: Jupyter Notebook - Size: 10.7 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 2

himalayan-sanjeev/Nepali_Text_Summarization_Extractive
Extractive Text Summarizer, based on tf-idf text representation (an example)
Language: Jupyter Notebook - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 3

amanraj209/text-summarization
Automatic summarization is the process of shortening a text document with software, in order to create a summary with the major points of the original document. Technologies that can make a coherent summary take into account variables such as length, writing style and syntax.
Language: Jupyter Notebook - Size: 127 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 7

Rajathm1/Text_Summarizer_for_Kannada_Language
Language: Python - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

MorenoLaQuatra/SumTO_financial_summarization
The repository include the evaluation code for the SumTO summarization system proposed for the FNS 2020 Shared Task
Language: Python - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 2

nandinib1999/text-summarizer_TF-IDF
Extractive Summarization of text using TF-IDF
Language: Python - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

urs-truly-siva/Infosys_Text_Summarizer
TextSummarizer is an AI-powered tool designed to generate concise summaries from longer pieces of text. Leveraging the power of Natural Language Processing (NLP) and machine learning techniques, this tool helps in extracting the most relevant information, making it easier to understand and digest large amounts of data quickly.
Language: Jupyter Notebook - Size: 5.36 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

luizsci42/Sumarizador-Legba-PIBIC-2019
Código fonte da aplicação desenvolvida no meu PIBIC de 2019 a 2020, orientado pelo professor Dr. Hendrik Macedo. Este código executa a aplicação localmente.
Language: CSS - Size: 32.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

AnjaanKhadka/Extractive-text-summarization-Nepali
This is a simple extractive text summarization model, built ready to handle Nepali texts and generate its summary using Text-Rank algorithm
Language: Python - Size: 929 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

achen353/TransformerSum
BERT-based extractive summarizer for long legal document using a divide-and-conquer approach
Language: Python - Size: 11.7 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

ankitydv-py/Data-Extraction-and-Text-Analysis
Objective of this assignment is to extract textual data from SEC / EDGAR financial reports and perform text analysis to compute different variables .
Language: Jupyter Notebook - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

pabitralenka/Text-Summarization-using-TextRank
This is the implementation of text summarization using TextRank as described in the EMNLP - 2004 paper on TextRank: Bringing Order into Texts.
Language: Python - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

kkrusere/NLP-Text-Summarization
text Summarization: Abstractive, Extractive, and Transformer-based approaches. This project explores various text summarization techniques, including both abstractive and extractive approaches, using traditional methods (`NLTK`, and `spaCy`, `Gensim`, and `Sumy`) as well as advanced Large Language Models (LLMs).
Language: Jupyter Notebook - Size: 412 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

PranshuKala/Text-Summarization
Language: Jupyter Notebook - Size: 38.2 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

0M1J/TextSummarization
Implementation of various Extractive Text Summarization algorithms.
Language: Python - Size: 14.6 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rhfdn/radsum
This repository presents and compares HeterSUMGraph and variants doing extractive summarization, named entity recognition or both. HeterSUMGraph and variants use GATv2Conv (from torch_geometric).
Language: Jupyter Notebook - Size: 4.27 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

gulvaibhav20/extractive-text-summarizer
Extractive Text Summarization using Integrated TextRank and BM25+ Algorithm
Language: Python - Size: 2.54 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rhfdn/HeterSUMGraph
This repository presents and compares HeterSUMGraph and variants using GATConv, GATv2Conv and a combination of HeterSUMGraph and SummaRuNNer (using HeterSUMGraph as a sentence encoder).
Language: Jupyter Notebook - Size: 5.83 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rhfdn/BERT_EXTSUM_NER
This repository presents and compares BERT based models for extractive summarization, named entity recognition or both.
Language: Jupyter Notebook - Size: 1.68 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

Hajaral/Sentiment-Classifiers_and_Text-Summarizers
Sentiment analysis and text summarization pipeline framework.
Language: Jupyter Notebook - Size: 1.29 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Hajaral/Text_Summarizers
LSA and Text Rank Summarizers.
Language: Jupyter Notebook - Size: 1.11 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

gmayuri1904/Basic-Text-Summerizer
Using extractive methods attempts to summarize articles by selecting a subset of words that retain the most important points. This approach weights the important part of sentences and uses the same to form the summary.
Language: Jupyter Notebook - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BeniaDev/TextSummarisation_m3
†
Language: Jupyter Notebook - Size: 71.3 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

SRDdev/Text_Summarizer
This Project provides you with a brief summary of the given Text. The Project allows you to paste or Upload PDF file to summarize it , It also allows you to customize the summarization % of the Final summary!
Language: Python - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

letus21500/Text-Summarization
Implementation of Abstractive and Extractive Text Summarization using Google Pegasus and Google BERT respectively.
Language: Jupyter Notebook - Size: 1.41 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

deepankar27/ML_Tutorials
Extractive Text Summerization
Language: Jupyter Notebook - Size: 220 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

gdsc-pdeu/Extractive-Video-Text-Summarizer
Simple Extractive Text Summarization using SpaCy, using a frequency model
Language: Python - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ramachandra742/Text-Summarization-projects
Text-Summarization using Python
Language: Jupyter Notebook - Size: 715 KB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

tejasmr/tezz-espr
Tezz Extractive Summarizer using Page Rank
Language: Python - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

alicanyuksel/text-summarization
Extractive and abstractive method
Language: Jupyter Notebook - Size: 2.03 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ShreeCharranR/Transformers---NLP-Experiments
Use of Transformers for NLP tasks
Language: Jupyter Notebook - Size: 107 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

teja0508/Text-Summarization
Text-Summarization
Language: Jupyter Notebook - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

pratikratadiya/marathi-news-document-dataset
Collection of 100 news articles in Marathi along with their extractive text summaries.
Size: 110 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ngiambla/syn_sugar
Extracting topics using rules.
Language: PureBasic - Size: 888 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0
