Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: How do I modify this code to display the frequency of words?

  1. #1
    Junior Member
    Join Date
    Dec 2017
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How do I modify this code to display the frequency of words?

    Here is the code:

    //https://paste.ofcode.org/mpWxxjWsNNH8EPMzytBzZf

    My goal is to display the frequency of each word in the array of strings.

  2. #2
    Member
    Join Date
    Dec 2013
    Location
    Honolulu
    Posts
    83
    Thanks
    1
    Thanked 4 Times in 2 Posts

    Default Re: How do I modify this code to display the frequency of words?

    That's just windows reading out many different files, but in the same URL classpath. An example is when a program searches for all the files in a folder.

Similar Threads

  1. want to modify code that converts binary code to decimal numbers
    By noblegas in forum What's Wrong With My Code?
    Replies: 12
    Last Post: August 29th, 2014, 05:30 PM
  2. taking sonar/frequency readings with a microphone to be able to display readout
    By shiftaction in forum What's Wrong With My Code?
    Replies: 4
    Last Post: December 20th, 2013, 04:29 PM
  3. Having Trouble Modify the code!!
    By jehov86 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: May 2nd, 2012, 09:42 AM
  4. Llist of words and frequency of each word
    By jkkj in forum Collections and Generics
    Replies: 7
    Last Post: August 16th, 2011, 09:59 AM
  5. Java program to display single and plural words
    By 03EVOAWD in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 10th, 2009, 11:09 PM