Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 607 Bytes

File metadata and controls

20 lines (15 loc) · 607 Bytes

LongDocumentClassifier

Bonus Project for CSC 3320 with Dr. Long at Georgia State University

To build all src files, run 'build.sh' in bin

To run the program:

  • First, see if 'analyzeText', 'generateWeights', and 'wordFrequency' are in bin

    • If not, run 'build.sh'
  • Next, we must generate weight vectors for each category. To do this, run 'analyzeControlGroup.sh'.

    • A file named 'weights.txt' will be created
  • Finally, enter the following command:

    • 'filename' is the file to be analyzed.
    • 'weights.txt' can be changed to accept other weight files.
	./analyzeText weights.txt filename