Search:

Type: Posts; User: kashif

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    3,750

    Re: Llist of words and frequency of each word

    import java.io.BufferedReader;
    import java.io.FileReader;
    import java.util.ArrayList;
    import java.util.Collections;
    import java.util.HashMap;
    import java.util.LinkedHashMap;

    public...
  2. Replies
    6
    Views
    2,163

    Re: pls help me with word occurances program

    there we have methods to get first,last, moiddle elements and so on none of it allows us to specify a range of elements like element 1 to element 10:(
  3. Replies
    6
    Views
    2,163

    Re: pls help me with word occurances program

    @Norm
    but u did not tell me how to remove top 10 elements. if u can give the code snippet to remove top 10 words ur help would be highly appreciated
  4. Replies
    6
    Views
    2,163

    pls help me with word occurances program

    i have a program which reads a file and displays the number of occurances of each word in the file and also sorts it occording to number of occurances

    i want to get only top 10 words from the file...
  5. Thread: reply plz

    by kashif
    Replies
    4
    Views
    1,340

    Re: reply plz

    i would suggest to to download eclipse IDE. it is the best way to program it automatically displays all the errors and also advices how to correct the errors

    and the best part is it is free!!
  6. Replies
    2
    Views
    1,236

    pls help me with word occurances program

    i have a program which reads a file and displays the number of occurances of each word in the file and also sorts it occording to number of occurances

    i want to get only top 10 words from the file...
Results 1 to 6 of 6