[D] Is there any way to classify text based on some given keywords using python?
Hi, I been trying to learn a bit of machine learning for a project that I’m working in and at the moment I managed to classify text using SVM with sklearn and spacy having some good results, but i want to not only classify the text with svm, I also want it to be classified based on a list of keywords that I have. For example: If the sentence has the word fast or seconds I would like it to be classified as performance.
I’m really new to machine learning and I would really appreciate any advice.
submitted by /u/KOWZDK
[link] [comments]