This document presents a proposed model for classifying Twitter data into multiple sentiment classes using machine learning techniques. The model first preprocesses the Twitter data by removing stop words and special characters. It then applies a negation filter to group the data into positive and negative classes based on the presence of negation words. Natural language processing is used to extract part-of-speech features from the text, transforming it into a structured format. The support vector machine classifier is trained on the labeled data and used to predict the sentiment class of new text data. The model's performance is evaluated based on accuracy, error rate, memory usage, and time consumption, demonstrating that it can accurately classify Twitter data into multiple sentiment classes.