This is a interesting exercise which count the frequency of words that appear in some papers in the form of PDF format.
- 1 Put the pdf files in the
resource/pdfdirectory, then runPDFManagerTest.java.(This will generate the corresponding txt file in theresource/txtdirecotory. - 2 Run
FreqCalTest.java, this will print in the console the frequency of different words in the txt files.