This document describes a dissertation that developed a program to detect suicidal tendencies in users on Twitter through data mining and text classification techniques. The program first collects and preprocesses tweets, then classifies them using naive Bayes classifiers into three categories: positive, negative, and suicidal. It analyzes the results to determine if a given user has suicidal tendencies based on the percentage of tweets classified in each category. While initial results were promising, future work could compare this approach to other classifiers and potentially combine it with decision tree classification.