Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 495 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 495 Bytes

README.md

This application contains a Document Similarity API and a Runner class

Running the Application,

• Clone the Document_Measuring_API into a new directory on your system.

• Navigate to the directory containing the oop.jar file,

• Add the two text files that you wish to compare,

• Open a control prompt,

• Run the command 'java -jar oop.jar',

• Enter the name of file1,

• Enter the name of file2 and press Enter

The Jaccard should now display on the screen.