I have a Sparse Ill formated SMS messages generated for the purpose of Spam Filtering . I am using it to extract the topic/label (s) of each but when I used Topic Modeling (LDA) the result was not effective specially as I've previously done it manually from my understanding of each message .Is there an automatic way to do it ?
Here is a sample of the messages
I was thinking since I have a manual labeling of each to use it as a classification problem (multiclass classification) .I want to get the possible topics with he probabilityof each to rank/arrange them . So shall I manually multilabel my training data and use the Naiive Bayes to