/file-reader

Read text from a file and calculate the numbers of the unique words.

Primary LanguageJava

file-reader

Read text from a file and calculate the numbers of the unique words.

Practical task: Write the result to the file. The main requirement is: using StringUtils and FileUtils to implement it with minimum lines of code.