Viewing a single comment thread. View all comments

Ordinary_Style_7641 t1_iw3bxn3 wrote

Is it possible to use NLP + ML not for classifying tweets like positive/negative but for classifying that they are, for example, about dogs/cats? (imagine that I want to analyze vet clinics tweets)

1

theLanguageSprite t1_iwln4ab wrote

Do you have a labelled dataset? If not you’d need to create one. If you have a corpus of tweets labelled cat, dog, and neither, you could train a transformer or an RNN to do this

1

csreid t1_iwrfqwx wrote

Yeah, this is a pretty typical use case for NLP.

1