These programs implement the k nearest neighbors algorithm which is used to compare texts and check for similarities.
Run the following to build the executable 'identify'
make
Note that the makefile uses the ofast flag in its compilation
Run the following to delete the executable and object files
make clean
Run the following to run the identify executable
./identify
Run the following in order to see the usage options for the executable
./identify -h