Write a java application using notepad that implements a


1. Write a Java application using Notepad that implements a basic Text Analyzer. Text analyzers could be used to identify the language in which a text has been written (language detection), to identify keywords in the text (keyword extraction) or to summarize and categorize a text. The Java application will analyze text stored in a text file. The user should be able to select the file to analyze and the application should produce the following text metrics: a. Number of characters in the text b. Which are the twenty most repeated characters c. Number of words in the text d. Which are the sizes of the longest and the shortest word. e. Which are the fifty most repeated words Test your program in the file TheGoldBug1.txt.

2. Cobalt 60, a radioactive form of cobalt used in cancer therapy, decays or dissipates over a period of time. Each year, 12 percent of the amount present at the beginning of the year will have decayed. If a container of cobalt 60 initially contains 10 grams, create a Java program to determine the amount remaining after five years.

Solution Preview :

Prepared by a verified Expert
Business Management: Write a java application using notepad that implements a
Reference No:- TGS01677541

Now Priced at $20 (50% Discount)

Recommended (99%)

Rated (4.3/5)