✅ 5 questions
✅ 5 questions
Processing (NLP).
Bigram (N=2): ["The customer", "customer support", "support was", "was very",
"very helpful", "helpful and", "and resolved", "resolved my", "my issue", "issue
quickly"]
Using N-grams, businesses can identify common phrases like “customer support
was very helpful” and “resolved my issue quickly”, indicating positive customer
experiences. This helps in measuring customer satisfaction and improving support
services.
Example: If multiple articles contain the same sequence of words, the system
identifies them as copied content.
Question 2 What is Web Mining? Discuss its types and applications in real-world
scenarios.
Web Usage Data Mining is the process of studying how people use websites. It
collects data like clicks, time spent, and pages visited to understand user behavior.
Businesses use this information to improve websites, recommend better products,
detect fraud, and provide a better user experience. It helps companies make
smarter decisions and improve online services.
Example:
A shopping website notices that many users add products to their cart but don’t
complete the purchase. By analyzing this data, the company sends discount offers
to these users, encouraging them to buy. This helps increase sales and customer
satisfaction.
Types of Web Data Mining
○ Example: Facebook displays ads for products users have searched for.
5. Search Engine Optimization (SEO) – Improves website ranking in search
results.
Web Usage Data Mining helps businesses understand users, improve services, and
make smarter decisions!
For example, think about a school. In the school, students form different friend
groups based on shared interests—some students love sports, some love music, and
others enjoy reading. Each friend group is like a community in a social network.
Similarly, companies use community detection to group customers, find trends, and
improve their services.
Types of Community Detection Algorithms
Text analytics is a method used to understand and analyze text data. Two
important techniques in this field are Comparative Sentence Mining and
Relational Mining. These methods help businesses, researchers, and analysts find
useful insights, compare different products or services, and discover hidden
relationships in data.
How It Works:
● The system identifies comparative words like better than, worse than, similar
to, cheaper than, etc.
● It extracts the compared entities (e.g., two products, brands, or services).
● It analyzes the sentiment of the comparison (positive, negative, or neutral).
Example:
A company wants to compare its smartphone with a competitor’s model. The
system finds customer reviews like:
Relational Mining
How It Works:
● The system scans text for relationships between people, products, locations,
or concepts.
● It builds a network of connections using data patterns.
● It helps businesses make informed decisions based on discovered
relationships.
Example:
Question 5 Explain how AI-powered chatbots use text mining and sentiment
analysis.
AI-powered chatbots use text mining and sentiment analysis to understand user
messages, recognize emotions, and provide better responses. Text mining helps
chatbots extract important information from text, while sentiment analysis helps
them understand the mood and feelings of users. Together, these techniques
improve customer interactions and make chatbots more intelligent.
Text mining is the process of analyzing large amounts of text to find useful
information. AI-powered chatbots use text mining to understand user questions,
find important words, and provide correct answers.
Process
1. Breaking Down Text (Tokenization) – The chatbot splits a sentence into smaller
parts (words or phrases) for easy understanding.
2. Finding Important Words (Named Entity Recognition – NER) – It identifies
key information such as names, locations, dates, or product details.
3. Understanding Intent (Keyword Extraction) – The chatbot finds the most
important words in a sentence to understand what the user wants.
4. Interpreting Meaning (Natural Language Processing – NLP) – It processes
human language to make it understandable for machines.
5. Generating Answers (Response Creation) – Based on the extracted
information, the chatbot provides an appropriate reply.
Process