International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 184 - Number 47 |
Year of Publication: 2023 |
Authors: Ahmad Farhan Al Shammari |
10.5120/ijca2023922583 |
Ahmad Farhan Al Shammari . Implementation of Extractive Text Summarization using Word Frequency in Python. International Journal of Computer Applications. 184, 47 ( Feb 2023), 23-26. DOI=10.5120/ijca2023922583
The goal of this research is to develop an extractive text summarization program using word frequency in Python. The steps of text summarization process are: preprocessing text, word-tokenization, creating bag of words, calculating word frequency, sentence-tokenization, calculating sentence score, calculating average score, and making summary. The developed program was examined on an experimental text from Wikipedia. The program performed the steps of text summarization and provided the required summary.