How would I write the pseudocode to classify a sentence as good or bad using the naive bayes algorithm?
I assume the first step would be to get experimental data to go from such that you have example sentences with good/bad words in them and you have example output for those sentences (classified as good or bad). But how would I be able to use this data to generate the algorithm itself?