Skip to content

ybhuiyan94/LongDocumentClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bonus Project for CSC 3320 with Professor Long

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •