Tag: text

  • NLP & Stock Impact of ChatGPT-Related Tweets

    NLP & Stock Impact of ChatGPT-Related Tweets

    This Python project extends a recent study on half a million tweets about OpenAI’s language model, ChatGPT. It uncovers public sentiment about this rapidly growing app and examines its impact on the future of AI-powered LLMs, including stock influences. The project uses data analysis techniques such as text processing, sentiment analysis, identification of key influencers,…

  • Textual Genres Analysis using the Carloto’s NLP Algorithm

    Textual Genres Analysis using the Carloto’s NLP Algorithm

    Featured Photo by Dominika Roseclay on Pexels. Computational Linguistics (CL) is the scientific study of language. Oftentime, CL is linked to the Python software development based on Natural Language Processing (NLP) libraries. NLP basically consists of combining machine learning (ML) techniques with text, and using math and statistics to get that text in a format…

  • Build A Simple NLP/NLTK Chatbot

    Build A Simple NLP/NLTK Chatbot

    Chatbots are computer programs that automate conversations with users, providing real-time customer support and industry-specific solutions. This example demonstrates creating a chatbot using Python within Jupyter IDE and implementing simple dialogue. Chatbots are widely used in digital marketing for various business applications, such as customer service, sales, FAQ, shopping, and marketing.