I want to find the frequency of a word in each line of a file.I want to do this for every word in the file.I'm using BufferedReader and FileReader in java. can anyone help me plz???
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I recommend two things: 1) break down your question better. Are you trying to find the frequency of words in each line? Or the frequency of words in the file. As in, if your input was :
Would you want:
Or would you want
2) here's the tools you need
|
|||
|
|