Core Algorithim Release
In this release, the core text classifier algorithm has been released. This file can be located at coreAlgo.py. You can follow the instructions in the ReadMe file on how to set up the corpus of documents and test the algorithm. In the main algorithm implementation, sci-kit learn is used both to create a train-test split as well as to evaluate the prediction results. You can change the train-test split or the seed number to see how it influences the results of the classifier.