Splitting sentences into tokensTokenizing with string splitTokenizing using regular expressionsUsing placeholders before tokenizingVectorizing text into matricesVector space modelBag of wordsDifferent sentences, same representationN-gramsUsing characters instead of wordsCapturing important words with TF-IDFRepresenting meanings with word embeddingWord2VecUnderstanding Naive BayesThe Bayes rule Calculating the likelihood naively Naive Bayes implementationsAdditive smoothingClassifying text using a Naive Bayes classifierDownloading the dataPreparing the dataPrecision, recall, and F1 scorePipelinesOptimizing for different scoresCreating a custom transformerSummary