tldr

The Lengthy Document Reader

We created this project in order to help summarize lengthy texts. While making this using AWS, we ran into many challenges, such as the 5000 byte limit on Amazon Comprehend. This forced us to spend more time splitting our documents into smaller files in order to be able to use Amazon Comprehend at all. Finally, we stored the most frequent key words and phrases in an arrayList that can be used in future applications of this program.

Built With

Share this project:

Updates