tanish78 commited on
Commit
a100f6e
·
verified ·
1 Parent(s): 8dc25fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -18,7 +18,6 @@ categories_keywords = {
18
  "Certificates": ["certificate", "certificates", "completion", "certification", "accreditation", "proof", "document", "certified"],
19
  "Job Opportunities": ["job", "opportunity", "career", "vacancy", "position", "employment", "hiring", "recruitment", "internship"],
20
  "Surveys and Forms": ["survey", "form", "forms", "questionnaire", "feedback form", "response", "fill out", "submission"],
21
- "General Queries": ["hello", "hi", "help", "general", "query", "question", "info", "information", "inquiry", "ask"],
22
  "Spam": ["spam", "unsubscribe", "remove", "stop", "junk", "block", "opt-out"],
23
  "Rescheduling and Postponing": ["reschedule", "postpone", "delay", "change date", "new time", "rearrange", "shift", "adjust timing"],
24
  "Contact and Communication Issues": ["contact", "communicate", "communication", "reach out", "phone", "email", "address", "details"],
@@ -27,7 +26,7 @@ categories_keywords = {
27
  "Salary and Benefits": ["salary", "benefits", "pay", "compensation", "wages", "earnings", "package", "remuneration", "incentives"],
28
  "Technical Issues": ["technical", "issue", "problem", "error", "bug", "glitch", "fix", "troubleshoot", "support"],
29
  "End of Conversation": ["bye", "thank you", "thanks", "goodbye", "see you", "later", "end", "close", "sign off"],
30
- "Start of Conversation": ["start", "begin", "hello", "hi", "initiate", "greet", "greeting", "open", "commence"],
31
  "Feedback": ["feedback", "comments", "review", "opinion", "suggestion", "critique", "rating"],
32
  "Event Inquiries": ["event", "webinar", "meeting", "conference", "session", "seminar", "workshop", "invitation"],
33
  "Payment Issues": ["payment", "billing", "transaction", "charge", "fee", "invoice", "refund", "receipt"],
 
18
  "Certificates": ["certificate", "certificates", "completion", "certification", "accreditation", "proof", "document", "certified"],
19
  "Job Opportunities": ["job", "opportunity", "career", "vacancy", "position", "employment", "hiring", "recruitment", "internship"],
20
  "Surveys and Forms": ["survey", "form", "forms", "questionnaire", "feedback form", "response", "fill out", "submission"],
 
21
  "Spam": ["spam", "unsubscribe", "remove", "stop", "junk", "block", "opt-out"],
22
  "Rescheduling and Postponing": ["reschedule", "postpone", "delay", "change date", "new time", "rearrange", "shift", "adjust timing"],
23
  "Contact and Communication Issues": ["contact", "communicate", "communication", "reach out", "phone", "email", "address", "details"],
 
26
  "Salary and Benefits": ["salary", "benefits", "pay", "compensation", "wages", "earnings", "package", "remuneration", "incentives"],
27
  "Technical Issues": ["technical", "issue", "problem", "error", "bug", "glitch", "fix", "troubleshoot", "support"],
28
  "End of Conversation": ["bye", "thank you", "thanks", "goodbye", "see you", "later", "end", "close", "sign off"],
29
+ "Start of Conversation": ["start", "begin", "hello", "hi", "initiate", "good morning", "help", "open", "commence", 'please help', 'good evening'],
30
  "Feedback": ["feedback", "comments", "review", "opinion", "suggestion", "critique", "rating"],
31
  "Event Inquiries": ["event", "webinar", "meeting", "conference", "session", "seminar", "workshop", "invitation"],
32
  "Payment Issues": ["payment", "billing", "transaction", "charge", "fee", "invoice", "refund", "receipt"],