Create a program to count the word's length distribution of a text file. The program should read in the file row by row and split the row into words (assuming there is no punctuations). Then the program should count the number of strings of a certain length. For example, given the following file:

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question

Create a program to count the word's length distribution of a text file. The program should read in the file row by row and split the row into words (assuming there is no punctuations). Then the program should count the number of strings of a certain length. For example, given the following file:

Mary has a little lamb

little lamb

little lamb

 

The result should be:

Length 1: 1

Length 3: 1

Length 4: 4

Length 6: 3

Update the previous question to write the result to a file.

Write the answer in java using eclipse

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT