Skip to content

Uses the k-nearest-neighbors algorithm in order to calculate one of three distance metrics to determine text similarity using the 'texts' directory

Notifications You must be signed in to change notification settings

RedInJapanese/Author-Identification

Repository files navigation

Author Identification

These programs implement the k nearest neighbors algorithm which is used to compare texts and check for similarities.

Building

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

Running Identify

Run the following to run the identify executable

./identify

Run the following in order to see the usage options for the executable

./identify -h

About

Uses the k-nearest-neighbors algorithm in order to calculate one of three distance metrics to determine text similarity using the 'texts' directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published