How to find all tweets that contains keywords?

Anastasiia Cheremisina 1 Reputation point
2021-05-06T10:45:19.883+00:00

We need to find all tweets from dataset which contains keywords. How we can do this?

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
521 questions
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 53,971 Reputation points Moderator
    2021-05-06T21:44:32.437+00:00

    Hello,

    Thanks for reaching out to us! The Text Analytics API is a cloud-based service that provides Natural Language Processing (NLP) features for text mining and text analysis, including: sentiment analysis, opinion mining, key phrase extraction, language detection, and named entity recognition.

    https://learn.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview

    There is not that function like a key word filter. I would recommend you use application like Excel to filter the original data set.

    If you want to do some Machine Learning related work, there is a filter function in Azure Machin Learning studio as well : https://learn.microsoft.com/en-us/azure/machine-learning/studio-module-reference/apply-filter

    Regards,
    Yutong

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.