Classify Words by Parts of Speech

# Introduction In this challenge, we will help Bob classify words in his word book according to their parts of speech. We need to write a program that reads the words from a file and classifies them into different files based on their parts of speech. The program should create a directory for the classified word files and name the files according to the parts of speech. The challenge requires the use of Java's File Class and File Stream, and it also includes some tips and requirements to ensure the correct implementation.

|60 : 00

Click the virtual machine below to start practicing