text-summarization
There are 726 repositories under text-summarization topic.
CLUEbenchmark/CLUEDatasetSearch
搜索所有中文NLP数据集,附常用英文NLP数据集
blmoistawinde/HarvestText
文本挖掘和预处理工具(文本清洗、新词发现、情感分析、实体识别链接、关键词抽取、知识抽取、句法分析等),无监督或弱监督方法
dipanjanS/text-analytics-with-python
Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.
icoxfog417/awesome-text-summarization
The guide to tackle with the Text Summarization
summanlp/textrank
TextRank implementation for Python 3.
JohnSnowLabs/nlu
1 line for thousands of State of The Art NLP models in hundreds of languages The fastest and most accurate way to solve text problems.
yongzhuo/Macropodus
自然语言处理工具Macropodus,基于Albert+BiLSTM+CRF深度学习网络架构,中文分词,词性标注,命名实体识别,新词发现,关键词,文本摘要,文本相似度,科学计算器,中文数字阿拉伯数字(罗马数字)转换,中文繁简转换,拼音转换。tookit(tool) of NLP,CWS(chinese word segnment),POS(Part-Of-Speech Tagging),NER(name entity recognition),Find(new words discovery),Keyword(keyword extraction),Summarize(text summarization),Sim(text similarity),Calculate(scientific calculator),Chi2num(chinese number to arabic number)
dongjun-Lee/text-summarization-tensorflow
Tensorflow seq2seq Implementation of Text Summarization.
chakki-works/sumeval
Well tested & Multi-language evaluation framework for text summarization.
theamrzaki/text_summurization_abstractive_methods
Multiple implementations for abstractive text summurization , using google colab
HHousen/TransformerSum
Models to perform neural summarization (extractive and abstractive) using machine learning transformers and a tool to convert abstractive summarization datasets to the extractive task.
yongzhuo/nlg-yongzhuo
中文文本生成(NLG)之文本摘要(text summarization)工具包, 语料数据(corpus data), 抽取式摘要 Extractive text summary of Lead3、keyword、textrank、text teaser、word significance、LDA、LSI、NMF。(graph,feature,topic model,summarize tool or tookit)
lovit/KR-WordRank
비지도학습 방법으로 한국어 텍스트에서 단어/키워드를 자동으로 추출하는 라이브러리입니다
uoneway/Text-Summarization-Repo
텍스트 요약 분야의 주요 연구 주제, Must-read Papers, 이용 가능한 model 및 data 등을 추천 자료와 함께 정리한 저장소입니다.
yixinL7/BRIO
ACL 2022: BRIO: Bringing Order to Abstractive Summarization
rohithreddy024/Text-Summarizer-Pytorch
Pytorch implementation of "A Deep Reinforced Model for Abstractive Summarization" paper and pointer generator network
chen0040/keras-text-summarization
Text summarization using seq2seq in Keras
salesforce/factCC
Resources for the "Evaluating the Factual Consistency of Abstractive Text Summarization" paper
Yale-LILY/SummerTime
An open-source text summarization toolkit for non-experts. EMNLP'2021 Demo
csebuetnlp/xl-sum
This repository contains the code, data, and models of the paper titled "XL-Sum: Large-Scale Multilingual Abstractive Summarization for 44 Languages" published in Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021.
AstraBert/everything-ai
Your fully proficient, AI-powered and local chatbot assistant🤖
kavgan/ROUGE-2.0
ROUGE automatic summarization evaluation toolkit. Support for ROUGE-[N, L, S, SU], stemming and stopwords in different languages, unicode text evaluation, CSV output.
HanXinzi-AI/awesome-NLP-resources
a collection of NLP projects&tools. 自然语言处理方向项目和工具集合。
tagucci/pythonrouge
Python wrapper for evaluating summarization quality by ROUGE package
jiacheng-xu/DiscoBERT
Code for paper "Discourse-Aware Neural Extractive Text Summarization" (ACL20)
salesforce/ctrl-sum
Resources for the "CTRLsum: Towards Generic Controllable Text Summarization" paper
surmenok/TextSum
Preparing a dataset for TensorFlow text summarization (TextSum) model.
iwangjian/textsum-gan
Tensorflow re-implementation of GAN for text summarization
gaetangate/text-summarizer
Python Framework for Extractive Text Summarization
neulab/guided_summarization
GSum: A General Framework for Guided Neural Abstractive Summarization
plkmo/NLP_Toolkit
Library of state-of-the-art models (PyTorch) for NLP tasks
VinAIResearch/BARTpho
BARTpho: Pre-trained Sequence-to-Sequence Models for Vietnamese (INTERSPEECH 2022)
luopeixiang/awesome-text-summarization
Text summarization starting from scratch.
aj-naik/Text-Summarization
Abstractive and Extractive Text summarization using Transformers.
csebuetnlp/BanglaNLG
This repository contains the official release of the model "BanglaT5" and associated downstream finetuning code and datasets introduced in the paper titled "BanglaNLG: Benchmarks and Resources for Evaluating Low-Resource Natural Language Generation in Bangla".
uoneway/KoBertSum
KoBertSum은 BertSum모델을 한국어 데이터에 적용할 수 있도록 수정한 한국어 요약 모델입니다.