This document discusses using a Naive Bayes classifier to identify the original writer of an anonymous text. It begins with an introduction to the problem and an overview of Naive Bayes classification. It then describes how a text can be represented as a bag-of-words with word frequencies and explains how Naive Bayes can be used to calculate the posterior probability and predict the class. The document compares the performance of Naive Bayes to other algorithms using an email dataset, finding that Naive Bayes has the highest performance factor due to its fast training and prediction times relative to its accuracy. It concludes that Naive Bayes can accurately predict the original writer of anonymous texts.