Automatic Keyword Search Text Summarization Project in Java
VerifiedAdded on 2023/05/28
|14
|1493
|92
Project
AI Summary
This project report details the development of an automatic keyword search text summarization software using Java in Android Studio. The software aims to provide users with a summarized version of documents based on their keyword searches, utilizing both abstractive and extractive summarization techniques. The report covers the text summarization process, differentiating between single and multiple document summarization, and outlines the implementation of two summaries. The first summary focuses on summarizing the story based on TF-IDF calculations and binary search algorithm, while the second involves analyzing science fiction news. The project successfully implements the core functionality of the keyword search summarization software, calculating statistics on words within the corpus to deliver concise and relevant summaries to the user.
1 out of 14