⟩ Social Media platforms are the most intuitive form of text data. You are given a corpus of complete social media data of tweets. How can you create a model that suggests the hashtags? A) Perform Topic Models to obtain most significant words of the corpus B) Train a Bag of Ngrams model to capture top n-grams – words and their combinations C) Train a word2vector model to learn repeating contexts in the sentences D) All of these
D) All of these
All of the techniques can be used to extract most significant terms of a corpus.