Scott Sanner MIE457F Knowledge Modelling and Management Programming Assignment 1: Information Retrieval o Directions for the assignment are in the 'docs' subdirectory (both ps and pdf versions). o To clean all .class files, backups, and documentation: UNIX: Type 'make clean' from this directory (i.e. the one with this README file). WINDOWS: You will need to remove any files explicitly using the DOS 'del' command. o To build all of the files: UNIX: Type 'make all' from this directory. WINDOWS: Type 'makeall' or 'javac ir\*.java' from this directory. o To generate documentation: UNIX: Type 'make docs' from this directory. WINDOWS: Type 'makedocs' or 'javadoc -d javadoc comshell ir ir.input ir.store' from this directory. All docs will go in the 'javadoc' subdirectory. Note that 'javadoc/index.html' contains the root documentation for this set of packages. o To run a command shell interface to the system, type 'java ir.IRShell' from this directory under both UNIX and WINDOWS. To use the command shell, type 'help' from the command line. Note that scripts can be saved in a file and executed from the command shell, or from the command line. For example, in the command shell, try 'exec test.irsh' or from the command line, try 'java ir.IRShell test.irsh | more'. o Provided test files are: Plain text: ./f1.txt ./f2.txt ./f3.txt Html: ./h1.html (and any web page!)