Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Appropriately coded for a second quarter Java Course: CSC 143 Programming Project #2A Text Analysis using Java Collections Framework There is some debate on influence

Appropriately coded for a second quarter Java Course:

image text in transcribed

CSC 143 Programming Project #2A Text Analysis using Java Collections Framework There is some debate on influence of Jane Austen on Charlotte Bronte work as a writer (and in general on all three Bronte sisters'). If you are interested in finding more, feel free to google for their works and the debate For this exercise, using the publicly available books on Project Gutenberg (http://www.gutenberg.org), you are asked to find the top 10 words and number of times they occur in books by Charlotte Bronte but not used by Jane Austen. To simply this exercise, we will only use the following books Jane Austen Charlotte Bronte Pride and Prejudice Emma Sense and Sensibility Persuasion Mansfield Park Jane Eyre: An Autobiography Villette Shirley The Professor www.gutenberg.or 1342/1342-0.txt www.gutenber cache/epub/1260/pg1260.txt www.gutenberg.org/files/158/158-0.txt www.gutenberg.org/cache/epub/9182/p 9182.txt www.gutenberg.org/cache/epub/161/pg161.txt) www.gutenberg.org/cache/epub/105/pg105.txt www.gutenber files/1028/1028-0.txt /www.gutenberg.org/files/141/141-0.txt HashMap (or HashTree) Java Collection will come handy for finding and keeping the count of words. You are only allowed to use Java Collections as described in Chapter 11 of our class textbook. Hint: refer to Word Count Map case study in Chapter 11. To receive full credit, submit the following - Java source code file(s) - Nicely formatted report containing a table of top 10 words found in Charlotte Bronte's books and not in Jane Austen's and their counts, and a summary of your insights from this exercise including how this type of analysis can be useful and any suggestions for improvements. - Don't submit the text files for the books

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Instant Reference

Authors: Gruber, Martin Gruber

2nd Edition

0782125395, 9780782125399

More Books

Students also viewed these Databases questions

Question

don't use chatgpt otherwise I will give 1 0 0 dislikes

Answered: 1 week ago