Skip to content

Python program that uses Naive Bayes for text classification

Notifications You must be signed in to change notification settings

Ziad235/Text-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naïve Bayes Text Classification

How to run program:

  • Make sure Python3 is installed.
  • All files used for the program must be within the same directory.
  • Run the program on the terminal using "python3 Main.py".
  • Make sure there is no line break at the very end of the corpus text in order for program to run (to avoid crashes).
  • Make sure all relevant files are within the same working directory.
  • Run "python3 Main.py <NameOfCorpusFile.txt>

Releases

No releases published

Packages

No packages published

Languages