The functionality is as follows:
- Check for the current working directory using the following command: pwd.
- The working directory can be changed using the cd command as shown in the following screenshot:
- Notice that, in our case, the text files are contained in a folder named USF, and, therefore, this is set as the working directory. You may similarly store one or more .txt files in the working directory for use as input to the model.
- UTF-8 specifies the type of encoding of the characters in the text file. UTF-8 stands for Unicode Transformation Format. The 8 means it uses 8-bit blocks to represent a character.
- UTF-8 is a ...