Text Analyzer is a Java application that fetches and processes text from a URL, storing words into a hash set and providing various statistics.
java text-analysis data-structures web-scraping text-processing memory-efficiency project-gutenberg hash-set load-factor
-
Updated
Aug 4, 2023 - Java