aniass/text-summarizer
Text summarization based on extractive and abstractive methods by using python.
This helps busy professionals quickly grasp the core message of lengthy articles, reports, or documents. You input a long piece of text, and it outputs a concise summary, either by pulling key sentences directly or by generating new, shorter ones. Anyone who needs to extract the main points from extensive written material without reading it all would find this useful.
No commits in the last 6 months.
Use this if you need to rapidly understand or share the essential information from long texts, such as news articles, research papers, or internal communications.
Not ideal if you require a perfect, human-edited summary for formal publication or if your source text is very short.
Stars
7
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 06, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/aniass/text-summarizer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kenlimmj/rouge
A Javascript implementation of the Recall-Oriented Understudy for Gisting Evaluation (ROUGE)...
uoneway/KoBertSum
KoBertSum은 BertSum모델을 한국어 데이터에 적용할 수 있도록 수정한 한국어 요약 모델입니다.
udibr/headlines
Automatically generate headlines to short articles
bheinzerling/pyrouge
A Python wrapper for the ROUGE summarization evaluation package
xiongma/transformer-pointer-generator
A Abstractive Summarization Implementation with Transformer and Pointer-generator