make-mp-data 2.0.23 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dungeons/ai-chat-analytics-ed.js +274 -0
  2. package/dungeons/business.js +0 -1
  3. package/dungeons/complex.js +0 -1
  4. package/dungeons/experiments.js +0 -1
  5. package/dungeons/gaming.js +47 -14
  6. package/dungeons/media.js +5 -6
  7. package/dungeons/mil.js +296 -0
  8. package/dungeons/money2020-ed-also.js +277 -0
  9. package/dungeons/money2020-ed.js +579 -0
  10. package/dungeons/sanity.js +0 -1
  11. package/dungeons/scd.js +0 -1
  12. package/dungeons/simple.js +57 -18
  13. package/dungeons/student-teacher.js +0 -1
  14. package/dungeons/text-generation.js +706 -0
  15. package/dungeons/userAgent.js +1 -2
  16. package/entry.js +3 -0
  17. package/index.js +8 -36
  18. package/lib/cli/cli.js +0 -7
  19. package/lib/core/config-validator.js +6 -8
  20. package/lib/generators/adspend.js +1 -1
  21. package/lib/generators/events.js +1 -1
  22. package/lib/generators/funnels.js +293 -242
  23. package/lib/generators/text-bak-old.js +1121 -0
  24. package/lib/generators/text.js +1173 -0
  25. package/lib/orchestrators/mixpanel-sender.js +1 -1
  26. package/lib/templates/abbreviated.d.ts +13 -3
  27. package/lib/templates/defaults.js +311 -169
  28. package/lib/templates/hooks-instructions.txt +434 -0
  29. package/lib/templates/phrases-bak.js +925 -0
  30. package/lib/templates/phrases.js +2066 -0
  31. package/lib/templates/{instructions.txt → schema-instructions.txt} +78 -1
  32. package/lib/templates/scratch-dungeon-template.js +1 -1
  33. package/lib/templates/textQuickTest.js +172 -0
  34. package/lib/utils/ai.js +51 -2
  35. package/lib/utils/utils.js +29 -18
  36. package/package.json +7 -5
  37. package/types.d.ts +319 -4
  38. package/lib/utils/chart.js +0 -206
@@ -0,0 +1,2066 @@
1
+ /**
2
+ * Organic Phrase Bank for Natural Text Generation
3
+ * Contains real human speech patterns, not templates
4
+ */
5
+
6
+ // ============= Core Phrase Bank =============
7
+
8
+ export const PHRASE_BANK = {
9
+ // Products and systems (expanded from phrases-bak.js)
10
+ products: [
11
+ // Generic references
12
+ "the dashboard", "this release", "the latest build", "this app",
13
+ "the platform", "the system", "the tool", "the software",
14
+ "the interface", "the UI", "the experience", "the workflow",
15
+ "the solution", "the service", "the implementation", "the framework",
16
+ "the codebase", "the infrastructure", "the ecosystem", "the stack",
17
+
18
+ // Specific features/areas
19
+ "the analytics dashboard", "the admin panel", "the settings page",
20
+ "the export function", "the search feature", "the API",
21
+ "the mobile version", "the desktop app", "the web interface",
22
+ "the integration", "the plugin", "the extension", "the widget",
23
+ "the microservice", "the component library", "the database layer",
24
+ "the frontend framework", "the backend service", "the CLI tool",
25
+
26
+ // Natural references
27
+ "this thing", "what we're using", "our setup", "the whole system",
28
+ "everything", "the current version", "the new update", "the latest changes",
29
+ "this contraption", "the whole shebang", "the entire apparatus",
30
+ "our deployment", "the current iteration", "this implementation",
31
+
32
+ // Version-specific
33
+ "v3.2.1", "the beta", "the stable release", "production",
34
+ "the March update", "2.0", "the legacy version", "the new architecture",
35
+ "the canary build", "the hotfix", "the patch release", "staging",
36
+ "the preview version", "the RC candidate", "the nightly build", "our instance"
37
+ ],
38
+
39
+ features: [
40
+ // Core functionality
41
+ "search", "export", "import", "sync", "backup", "restore",
42
+ "notifications", "alerts", "reports", "dashboards", "analytics",
43
+ "permissions", "authentication", "authorization", "SSO", "2FA",
44
+ "indexing", "archival", "replication", "migration", "orchestration",
45
+
46
+ // UI features
47
+ "dark mode", "themes", "customization", "drag and drop",
48
+ "keyboard shortcuts", "tooltips", "hover states", "animations",
49
+ "responsive design", "mobile view", "print layout", "fullscreen",
50
+ "accessibility", "internationalization", "localization", "virtualization",
51
+ "lazy loading", "infinite scroll", "modal dialogs", "breadcrumbs",
52
+
53
+ // Data features
54
+ "filtering", "sorting", "pagination", "bulk operations",
55
+ "batch processing", "real-time updates", "auto-save",
56
+ "version history", "change tracking", "audit logs",
57
+ "data validation", "schema evolution", "ETL pipelines", "data lineage",
58
+ "anomaly detection", "data profiling", "metadata management",
59
+
60
+ // Specific problematic areas
61
+ "the login flow", "password reset", "file upload",
62
+ "data export", "CSV import", "PDF generation",
63
+ "email notifications", "push alerts", "webhook configuration",
64
+ "CORS handling", "rate limiting", "circuit breakers", "health checks",
65
+ "feature flags", "A/B testing", "rollback mechanisms",
66
+
67
+ // Performance related
68
+ "loading times", "response time", "caching", "optimization",
69
+ "memory usage", "CPU utilization", "network requests",
70
+ "database queries", "API calls", "rendering performance",
71
+ "latency", "throughput", "scalability", "concurrency",
72
+ "garbage collection", "connection pooling", "resource allocation",
73
+ "the API", "the admin panel", "settings", "integrations",
74
+ "the mobile app", "the workflow", "automation", "templates"
75
+ ],
76
+
77
+ issues: [
78
+ "crashes", "freezes", "errors out", "times out", "loses data",
79
+ "won't load", "breaks", "glitches", "bugs out", "fails",
80
+ "disconnects", "hangs", "corrupts files", "memory leaks",
81
+ "throws errors", "returns 404", "gives me 500 errors",
82
+ "doesn't respond", "goes blank", "stops working", "malfunctions",
83
+ "acts up", "behaves strangely", "performs poorly", "lags severely"
84
+ ],
85
+
86
+ // Advanced vocabulary from phrases-bak.js
87
+ product: [
88
+ // Generic references
89
+ "the dashboard", "this release", "the latest build", "the app",
90
+ "the platform", "the system", "the tool", "the software",
91
+ "the interface", "the UI", "the experience", "the workflow",
92
+ "the solution", "the service", "the implementation", "the framework",
93
+ "the codebase", "the infrastructure", "the ecosystem", "the stack"
94
+ ],
95
+
96
+ feature: [
97
+ // Core functionality
98
+ "search", "export", "import", "sync", "backup", "restore",
99
+ "notifications", "alerts", "reports", "dashboards", "analytics",
100
+ "permissions", "authentication", "authorization", "SSO", "2FA",
101
+ "indexing", "archival", "replication", "migration", "orchestration"
102
+ ],
103
+
104
+ team: [
105
+ "the team", "support", "the devs", "engineering",
106
+ "the founders", "the company", "customer service",
107
+ "the product team", "the UX folks", "QA",
108
+ "you guys", "y'all", "the folks at [company]",
109
+ "whoever built this", "whoever's responsible",
110
+ "the person who designed this", "management"
111
+ ],
112
+
113
+ // Emotional/Reaction Vocabulary
114
+ adj_pos: [
115
+ // Mild positive
116
+ "good", "nice", "solid", "decent", "fine", "okay",
117
+ "workable", "acceptable", "reasonable", "fair",
118
+ "adequate", "serviceable", "competent", "passable",
119
+ "pretty good", "not bad", "alright", "satisfactory",
120
+
121
+ // Strong positive
122
+ "great", "excellent", "fantastic", "amazing ✨", "incredible",
123
+ "brilliant", "perfect 👌", "flawless", "outstanding", "exceptional",
124
+ "superb", "magnificent", "phenomenal 🌟", "exemplary", "pristine",
125
+ "immaculate", "sublime", "transcendent", "superlative ⭐",
126
+
127
+ // Modern internet positive
128
+ "fire 🔥", "slaps", "hits different", "no cap good", "actually fire",
129
+ "lowkey amazing", "highkey incredible", "absolutely sends",
130
+ "chef's kiss 👨‍🍳💋", "10/10", "100/100 💯", "elite tier",
131
+ "S-tier", "god tier", "built different 💪", "just hits",
132
+
133
+ // Enthusiastic positive
134
+ "mind-blowing 🤯", "game-changing", "life-changing", "revolutionary",
135
+ "groundbreaking", "next level 🚀", "insane", "wild", "crazy good",
136
+ "absolutely mental", "bonkers good", "unreal", "legendary 🏆",
137
+
138
+ // Technical positive
139
+ "fast ⚡", "responsive", "intuitive", "clean", "efficient",
140
+ "reliable", "stable", "robust", "scalable", "performant",
141
+ "optimized", "streamlined", "fault-tolerant", "resilient",
142
+ "maintainable", "extensible", "modular", "cohesive",
143
+ "crisp", "snappy", "buttery smooth 🧈", "lightning fast ⚡",
144
+
145
+ // UX positive
146
+ "smooth", "seamless", "polished", "refined", "elegant ✨",
147
+ "beautiful", "delightful 😊", "pleasant", "enjoyable", "satisfying",
148
+ "ergonomic", "harmonious", "sophisticated", "intuitive",
149
+ "frictionless", "effortless", "graceful", "tactful",
150
+ "chef's kiss", "immaculate vibes ✨", "pristine experience"
151
+ ],
152
+
153
+ adj_neg: [
154
+ // Mild negative
155
+ "bad", "poor", "weak", "lacking", "subpar",
156
+ "disappointing", "underwhelming", "mediocre", "average",
157
+ "deficient", "inadequate", "insufficient", "questionable",
158
+ "kinda sus", "not it", "mid", "lowkey trash", "questionable vibes",
159
+
160
+ // Strong negative
161
+ "terrible", "awful", "horrible", "atrocious", "abysmal",
162
+ "useless", "worthless", "damaged", "unusable", "unacceptable 😤",
163
+ "deplorable", "egregious", "catastrophic 💥", "abhorrent",
164
+ "detestable", "reprehensible", "inexcusable", "unconscionable",
165
+
166
+ // Modern internet negative
167
+ "trash 🗑️", "garbage", "hot garbage", "absolute trash", "dumpster fire 🔥",
168
+ "cursed", "big yikes 😬", "ain't it chief", "this ain't it",
169
+ "straight up broken", "absolutely cooked", "completely fried",
170
+ "dead on arrival 💀", "L + ratio", "took an L", "major L",
171
+ "actually unhinged", "lowkey unhinged", "highkey problematic",
172
+
173
+ // Intensely negative
174
+ "absolutely diabolical", "criminally bad", "war crime levels of bad",
175
+ "should be illegal", "actually offensive", "personally attacked",
176
+ "violence", "straight disrespectful", "audacious", "the audacity",
177
+ "absolutely not", "hard no", "absolutely sent me to the shadow realm",
178
+
179
+ // Technical negative
180
+ "slow", "laggy", "buggy", "glitchy", "unstable",
181
+ "unreliable", "inconsistent", "fragile", "brittle", "flaky",
182
+ "deprecated", "obsolete", "antiquated", "convoluted",
183
+ "byzantine", "arcane", "esoteric", "inscrutable",
184
+ "janky", "scuffed", "absolutely cooked", "borked",
185
+
186
+ // UX negative
187
+ "clunky", "awkward", "confusing", "frustrating", "annoying",
188
+ "painful", "tedious", "cumbersome", "convoluted", "unintuitive",
189
+ "jarring", "disorienting", "bewildering", "labyrinthine",
190
+ "torturous", "excruciating", "maddening", "infuriating",
191
+ "cursed UX", "pain simulator", "digital torture device"
192
+ ],
193
+
194
+ adj_neu: [
195
+ "okay", "fine", "average", "standard", "typical",
196
+ "normal", "regular", "common", "basic", "simple",
197
+ "functional", "working", "operational", "adequate", "sufficient",
198
+ "acceptable", "passable", "usable", "serviceable", "middling",
199
+
200
+ // Modern neutral with slight emotional undertones
201
+ "mid", "it's giving mid", "lowkey mid", "kinda mid",
202
+ "exists", "it's there", "does what it says on the tin",
203
+ "baseline", "bare minimum", "does the thing",
204
+ "no complaints no compliments", "meh tier", "B-tier",
205
+ "cautiously optimistic", "reserved judgment", "jury's still out",
206
+ "wait and see", "could go either way", "time will tell"
207
+ ],
208
+
209
+ // Action Verbs
210
+ verb_pos: [
211
+ "functions perfectly", "runs smoothly ✨", "performs well", "exceeds expectations",
212
+ "saves time ⏰", "increases productivity", "simplifies workflows", "reduces friction",
213
+ "solves the problem", "addresses our needs", "delivers value 💎", "impresses clients",
214
+ "streamlines processes", "automates tasks", "eliminates errors", "prevents issues",
215
+ "operates flawlessly", "executes impeccably", "performs seamlessly", "facilitates effortlessly",
216
+ "optimizes efficiently", "orchestrates beautifully", "harmonizes perfectly", "synthesizes elegantly",
217
+ "catalyzes innovation 🚀", "galvanizes productivity", "revolutionizes workflows", "transforms operations",
218
+ "transcends limitations", "surpasses benchmarks", "epitomizes excellence", "exemplifies sophistication"
219
+ ],
220
+
221
+ verb_neg: [
222
+ "crashes constantly 💥", "fails randomly", "breaks frequently", "errors out",
223
+ "loses data 😱", "corrupts files", "times out ⏰", "hangs indefinitely",
224
+ "wastes time", "creates problems", "causes headaches 😤", "frustrates users",
225
+ "blocks workflows", "prevents progress", "introduces bugs 🐛", "degrades performance",
226
+ "malfunctions egregiously", "deteriorates precipitously", "disintegrates catastrophically", "falters inexplicably",
227
+ "stagnates perpetually", "obfuscates unnecessarily", "complicates excessively", "confounds systematically",
228
+ "undermines productivity", "sabotages efficiency", "thwarts innovation", "impedes advancement",
229
+ "exacerbates problems", "compounds difficulties", "amplifies frustrations", "perpetuates dysfunction"
230
+ ],
231
+
232
+ verb_neu: [
233
+ "operates sometimes", "functions adequately", "performs as expected", "does the job",
234
+ "meets requirements", "fulfills its purpose", "serves its function", "runs normally",
235
+ "handles basic tasks", "covers essentials", "provides basics", "delivers minimum"
236
+ ],
237
+
238
+ // Natural Speech Elements
239
+ hedge: [
240
+ "honestly", "to be fair", "in my opinion", "from what I can tell",
241
+ "as far as I know", "based on my experience", "personally",
242
+ "I think", "I feel like", "seems like", "looks like",
243
+ "apparently", "supposedly", "allegedly", "reportedly",
244
+ "ostensibly", "purportedly", "presumably", "conceivably",
245
+ "arguably", "conceivably", "theoretically", "hypothetically",
246
+ "in theory", "on paper", "superficially", "nominally",
247
+ "by all accounts", "from my vantage point", "in my estimation"
248
+ ],
249
+
250
+ connector: [
251
+ "and", "but", "so", "also", "plus", "however",
252
+ "although", "though", "yet", "still", "meanwhile",
253
+ "besides", "furthermore", "moreover", "additionally", "therefore",
254
+ "consequently", "likewise", "meanwhile", "nevertheless", "thus"
255
+ ],
256
+
257
+ time: [
258
+ "today", "yesterday", "this week", "last month", "recently",
259
+ "just now", "a while ago", "for months", "since January",
260
+ "after the update", "before the change", "during testing",
261
+ "in production", "on staging", "in development"
262
+ ],
263
+
264
+ // Specific Detail Patterns
265
+ specific_issues: [
266
+ "crashes 3-4 times per day",
267
+ "takes 30+ seconds to load",
268
+ "returns 404 on every third request",
269
+ "memory leak after ~1000 records",
270
+ "CPU spikes to 100%",
271
+ "freezes for 5-10 seconds",
272
+ "loses connection every hour",
273
+ "duplicates data randomly",
274
+ "skips every other record",
275
+ "timeout after exactly 30 seconds",
276
+ "breaks with files over 10MB",
277
+ "fails silently with no error",
278
+ "shows blank page intermittently",
279
+ "corrupts UTF-8 characters",
280
+ "drops decimal precision",
281
+ "throttles inexplicably under load",
282
+ "exhibits nondeterministic behavior",
283
+ "suffers from race conditions",
284
+ "experiences cascading failures",
285
+ "demonstrates pathological performance",
286
+ "manifests sporadic anomalies",
287
+ "encounters byzantine errors",
288
+ "plagued by intermittent glitches",
289
+ "riddled with concurrency issues",
290
+ "hamstrung by architectural limitations"
291
+ ],
292
+
293
+ specific_praise: [
294
+ "loads in under 100ms",
295
+ "handles 10k records smoothly",
296
+ "reduced our costs by 40%",
297
+ "saved 2 hours daily",
298
+ "zero downtime in 6 months",
299
+ "processes batches in seconds",
300
+ "scales to millions of users",
301
+ "cut deployment time in half",
302
+ "increased conversion by 25%",
303
+ "eliminated 90% of errors",
304
+ "achieved sub-millisecond latency",
305
+ "demonstrates remarkable resilience",
306
+ "exhibits exemplary performance characteristics",
307
+ "maintains impeccable uptime metrics",
308
+ "delivers consistently stellar results",
309
+ "operates with clockwork precision",
310
+ "performs beyond expectations",
311
+ "exceeds all benchmarks",
312
+ "surpasses industry standards",
313
+ "demonstrates unparalleled efficiency"
314
+ ],
315
+
316
+ error_messages: [
317
+ "undefined is not a function",
318
+ "cannot read property of null",
319
+ "CORS policy blocked",
320
+ "401 unauthorized",
321
+ "500 internal server error",
322
+ "connection refused",
323
+ "SSL certificate invalid",
324
+ "maximum call stack exceeded",
325
+ "out of memory",
326
+ "segmentation fault",
327
+ "null pointer exception",
328
+ "index out of bounds",
329
+ "syntax error unexpected token",
330
+ "module not found",
331
+ "permission denied"
332
+ ],
333
+
334
+ user_actions: [
335
+ "tried refreshing",
336
+ "cleared cache",
337
+ "restarted the app",
338
+ "reinstalled everything",
339
+ "checked the docs",
340
+ "googled the error",
341
+ "asked on Stack Overflow",
342
+ "posted in Discord",
343
+ "filed a ticket",
344
+ "contacted support",
345
+ "DMed the founder",
346
+ "tweeted about it",
347
+ "gave up and used Excel",
348
+ "built a workaround",
349
+ "wrote a script"
350
+ ],
351
+
352
+ business_impact: [
353
+ "blocking our launch",
354
+ "costing us customers",
355
+ "hurting revenue",
356
+ "damaging our reputation",
357
+ "frustrating the team",
358
+ "delaying the project",
359
+ "increasing support tickets",
360
+ "causing compliance issues",
361
+ "failing security audits",
362
+ "breaking SLAs",
363
+ "missing deadlines",
364
+ "burning budget",
365
+ "losing competitive edge",
366
+ "preventing scaling",
367
+ "limiting growth"
368
+ ],
369
+
370
+ comparisons: [
371
+ "even Excel does this better",
372
+ "WordPress from 2010 was more stable",
373
+ "[Competitor] figured this out years ago",
374
+ "the free version of [Alternative] works better",
375
+ "like [Good Product] but broken",
376
+ "trying to be [Leader] but failing",
377
+ "poor man's [Premium Tool]",
378
+ "wish.com version of [Product]",
379
+ "makes me miss [Old Tool]",
380
+ "reminds me of software from the 90s",
381
+ "pales in comparison to [Competitor]",
382
+ "feels antiquated compared to [Modern Alternative]",
383
+ "lacks the sophistication of [Premium Solution]",
384
+ "exhibits none of the elegance of [Benchmark]",
385
+ "falls woefully short of [Industry Standard]",
386
+ "demonstrates inferior craftsmanship to [Reference]",
387
+ "seems primitive alongside [Contemporary Tool]",
388
+ "appears rudimentary next to [Advanced Platform]"
389
+ ],
390
+
391
+ credibility: [
392
+ "I've been in tech for 10+ years",
393
+ "as a senior developer",
394
+ "we're a paying enterprise customer",
395
+ "I rarely complain but",
396
+ "I've evaluated dozens of tools",
397
+ "speaking from experience",
398
+ "not my first rodeo",
399
+ "I know what I'm talking about",
400
+ "trust me on this",
401
+ "I've built similar systems"
402
+ ],
403
+
404
+ emotional_markers: [
405
+ "I'm not even exaggerating",
406
+ "I wish I was joking",
407
+ "absolutely unbelievable",
408
+ "beyond frustrated",
409
+ "losing my mind",
410
+ "about to rage quit",
411
+ "crying actual tears",
412
+ "dead inside",
413
+ "this is insane",
414
+ "I can't even",
415
+ "genuinely flummoxed",
416
+ "utterly bewildered",
417
+ "completely stupefied",
418
+ "thoroughly perplexed",
419
+ "profoundly disconcerted",
420
+ "inexorably drawn to despair",
421
+ "categorically bamboozled",
422
+ "unequivocally nonplussed",
423
+ "irrevocably disillusioned",
424
+ "fundamentally exasperated",
425
+
426
+ // Modern internet emotional markers
427
+ "no cap", "deadass", "fr fr", "on god", "I'm literally",
428
+ "actually deceased", "sent to another dimension", "absolutely sent",
429
+ "I'm done", "pack it up", "delete this", "log off",
430
+ "touch grass", "go outside", "this is it", "say less",
431
+ "period", "and that's on period", "no printer just facts",
432
+ "speaking facts", "spitting", "this is the tweet",
433
+ "main character energy", "villain origin story", "character development",
434
+
435
+ // Nuanced emotional expressions
436
+ "cautiously optimistic", "reserved excitement", "qualified enthusiasm",
437
+ "mixed feelings", "bittersweet", "conflicted", "torn",
438
+ "pleasantly surprised", "unexpectedly moved", "grudgingly impressed",
439
+ "reluctantly admit", "hate to say it but", "as much as it pains me",
440
+ "against my better judgment", "despite my reservations"
441
+ ],
442
+
443
+ trail_offs: [
444
+ "...",
445
+ "... whatever",
446
+ "... I guess",
447
+ "... or something",
448
+ "... you know?",
449
+ "... if that makes sense",
450
+ "... but still",
451
+ "... nevermind",
452
+ "... sigh",
453
+ "... ugh",
454
+ "... honestly",
455
+ "... basically",
456
+ "... essentially"
457
+ ],
458
+
459
+ emotions: {
460
+ pos: [
461
+ "love it", "amazing", "fantastic", "impressed", "blown away",
462
+ "thrilled", "excited", "happy", "satisfied", "pleased",
463
+ "works great", "perfect", "excellent", "outstanding", "brilliant",
464
+
465
+ // Modern internet positive emotions
466
+ "absolutely sends", "no cap love this", "lowkey obsessed", "highkey amazing",
467
+ "this slaps", "it hits different", "chef's kiss", "immaculate vibes",
468
+ "living for this", "stan this", "absolutely here for it",
469
+ "big fan", "major win", "W", "absolute W", "huge W",
470
+ "fire emoji fire emoji", "literally crying", "I'm deceased",
471
+ "dead from how good this is", "sent me", "I can't even",
472
+
473
+ // Nuanced positive emotions
474
+ "cautiously excited", "pleasantly surprised", "unexpectedly good",
475
+ "better than expected", "genuinely impressed", "actually pretty great",
476
+ "solid choice", "really growing on me", "warming up to it",
477
+ "getting better", "promising start", "on the right track"
478
+ ],
479
+ neg: [
480
+ "frustrated", "annoyed", "angry", "disappointed", "fed up",
481
+ "pissed off", "irritated", "upset", "furious", "done with this",
482
+ "hate it", "terrible", "awful", "useless", "broken",
483
+
484
+ // Modern internet negative emotions
485
+ "big yikes", "major L", "took an L", "this ain't it chief",
486
+ "absolutely not", "hard pass", "straight up disrespectful",
487
+ "the audacity", "I'm pressed", "lowkey heated", "highkey mad",
488
+ "absolutely cooked", "sent to the shadow realm", "violence",
489
+ "personally attacked", "catching strays", "absolutely done",
490
+ "pack it up", "delete this", "touch grass moment",
491
+
492
+ // Nuanced negative emotions
493
+ "mildly concerned", "slightly worried", "getting frustrated",
494
+ "losing patience", "starting to doubt", "having second thoughts",
495
+ "not feeling it", "kinda over it", "lowkey disappointed",
496
+ "mixed feelings leaning negative", "cautiously pessimistic",
497
+ "reserved but concerned", "hoping for improvement"
498
+ ],
499
+ neu: [
500
+ "it's okay", "fine", "decent", "works", "functional",
501
+ "average", "nothing special", "gets the job done", "adequate",
502
+ "serviceable", "unremarkable", "standard", "typical", "normal",
503
+
504
+ // Modern neutral emotions with personality
505
+ "it's giving mid", "kinda mid", "exists I guess", "it's there",
506
+ "no strong feelings", "jury's still out", "wait and see",
507
+ "could go either way", "time will tell", "reserved judgment",
508
+ "cautiously neutral", "withholding opinion", "baseline expectations",
509
+ "does what it says on the tin", "meh", "shrug emoji",
510
+ "no complaints no compliments", "it is what it is"
511
+ ]
512
+ },
513
+
514
+ // Comments-specific vocabulary
515
+ charity_causes: [
516
+ "medical bills", "education fund", "disaster relief", "animal rescue",
517
+ "community center", "local food bank", "homeless shelter", "environmental cleanup",
518
+ "children's hospital", "scholarship fund", "youth programs", "senior care"
519
+ ],
520
+
521
+ wedding_phrases: [
522
+ // Basic wedding terms
523
+ "beautiful ceremony", "perfect day", "lovely couple", "magical moment",
524
+ "dream wedding", "gorgeous venue", "amazing celebration", "touching vows",
525
+ "stunning bride", "handsome groom", "fairy tale wedding", "romantic setting",
526
+
527
+ // Wedding elements
528
+ "breathtaking flowers", "elegant decorations", "perfect music", "delicious cake",
529
+ "amazing photography", "beautiful dress", "handsome suit", "romantic lighting",
530
+ "gorgeous bouquet", "stunning centerpieces", "perfect weather", "amazing DJ",
531
+ "wonderful food", "open bar", "dance floor", "photo booth",
532
+ "beautiful venue", "outdoor ceremony", "indoor reception", "garden party",
533
+
534
+ // Wedding emotions and atmosphere
535
+ "tears of joy", "so much love", "pure happiness", "overwhelming emotion",
536
+ "beautiful moment", "touching speech", "heartfelt vows", "emotional ceremony",
537
+ "joyful celebration", "magical atmosphere", "romantic vibes", "perfect timing",
538
+ "unforgettable memories", "special day", "once in a lifetime", "dream come true",
539
+
540
+ // Wedding party and guests
541
+ "beautiful bridesmaids", "handsome groomsmen", "adorable flower girl", "ring bearer",
542
+ "proud parents", "happy families", "wonderful guests", "supporting friends",
543
+ "loving relatives", "celebrating together", "everyone dancing", "great party",
544
+
545
+ // Wedding details
546
+ "first dance", "father-daughter dance", "mother-son dance", "bouquet toss",
547
+ "cutting the cake", "exchanging rings", "walking down the aisle", "first kiss",
548
+ "unity ceremony", "sand ceremony", "candle lighting", "ring warming",
549
+ "wedding march", "processional music", "recessional music", "cocktail hour",
550
+
551
+ // Wedding feelings
552
+ "so in love", "meant to be", "perfect match", "soulmates", "true love",
553
+ "happily ever after", "new chapter", "beginning of forever", "life partners",
554
+ "best friends", "growing old together", "till death do us part", "eternal love"
555
+ ],
556
+
557
+ support_expressions: [
558
+ "sending love", "thoughts and prayers", "here for you", "stay strong",
559
+ "you've got this", "thinking of you", "rooting for you", "with you always",
560
+ "sending positive vibes", "keeping you close", "praying for you", "much love"
561
+ ],
562
+
563
+ congratulations: [
564
+ "congratulations", "so happy for you", "well deserved", "amazing achievement",
565
+ "proud of you", "fantastic news", "wonderful news", "incredible accomplishment",
566
+ "way to go", "you did it", "celebration time", "thrilled for you",
567
+
568
+ // Wedding-specific congratulations
569
+ "congratulations on your big day", "wishing you both happiness", "what a beautiful couple",
570
+ "your love is inspiring", "perfect match", "meant to be together", "happily ever after",
571
+ "best wishes for your future", "may your love last forever", "beautiful wedding",
572
+ "stunning celebration", "magical day", "fairy tale wedding", "dream come true",
573
+ "so excited for you both", "what a perfect day", "love wins", "beautiful love story",
574
+ "here's to your new adventure", "cheers to the happy couple", "love is in the air"
575
+ ],
576
+
577
+ // Tweet-specific vocabulary
578
+ announcement_starters: [
579
+ "excited to announce", "proud to share", "thrilled to reveal", "big news",
580
+ "important update", "breaking news", "just launched", "new release",
581
+ "coming soon", "stay tuned", "major announcement", "exciting news"
582
+ ],
583
+
584
+ social_hashtags: [
585
+ "#excited", "#grateful", "#milestone", "#teamwork", "#innovation",
586
+ "#growth", "#success", "#community", "#grateful", "#blessed",
587
+ "#announcement", "#news", "#update", "#launch", "#release"
588
+ ],
589
+
590
+ social_emojis: [
591
+ "🎉", "🚀", "💪", "👀", "❤️", "🔥", "📈", "💯", "🙏", "🎯",
592
+ "✨", "⚡", "🛠️", "😓", "🔧", "📋", "🤔", "👋", "📅", "📸",
593
+
594
+ // Wedding and celebration emojis
595
+ "💕", "💖", "💗", "💘", "💙", "💚", "💛", "🧡", "💜", "🤍", "🖤",
596
+ "👰", "🤵", "💒", "🎊", "🥂", "🍾", "💐", "🌺", "🌸", "🌼", "🌻",
597
+ "💍", "💎", "👑", "🎂", "🍰", "🥳", "😍", "🥰", "😭", "😊", "😘",
598
+ "🌟", "⭐", "🌙", "☀️", "🌈", "🦋", "🕊️", "🎵", "🎶", "💫", "🌹"
599
+ ],
600
+
601
+ casual_reactions: [
602
+ "this is sick", "absolutely love this", "can't even", "so pumped",
603
+ "this slaps", "no cap", "literally crying", "I'm dead", "hits different",
604
+ "not gonna lie", "low key obsessed", "high key amazing", "straight fire",
605
+
606
+ // Expanded modern reactions
607
+ "absolutely sends", "chef's kiss 👨‍🍳💋", "immaculate vibes ✨", "pure serotonin",
608
+ "dopamine hit", "endorphin rush", "living for this", "here for it",
609
+ "stan this", "I worship", "bow down", "we love to see it 👀",
610
+ "as it should be", "deserved", "earned", "valid ✅", "based",
611
+ "cracked", "goated 🐐", "built different", "elite", "S-tier",
612
+ "god tier", "legendary 🏆", "iconic", "revolutionary", "groundbreaking",
613
+
614
+ // Internet slang reactions
615
+ "bussin", "periodt", "slay 💅", "ate and left no crumbs", "served",
616
+ "understood the assignment ✅", "passed the vibe check", "main character energy",
617
+ "big mood", "mood af", "relatable content", "calling me out",
618
+ "felt that", "spoke to my soul", "hit me in the feels 🥺",
619
+
620
+ // Casual positive
621
+ "pretty neat", "kinda cool 😎", "not bad", "solid stuff",
622
+ "decent vibes ✨", "good energy", "positive feels", "wholesome content",
623
+ "clean", "crisp", "smooth", "buttery", "satisfying 😌",
624
+
625
+ // Enthusiastic but casual
626
+ "yo this goes hard", "absolutely bangs", "certified banger",
627
+ "this one hits", "straight up vibing 🎵", "major vibes", "big energy ⚡",
628
+ "chaotic good energy", "unhinged in the best way"
629
+ ],
630
+
631
+ // Tracery patterns for core generation
632
+ pos_core: [
633
+ "#products# is genuinely really good",
634
+ "loving #features# so far",
635
+ "#products# totally #pos_verb#",
636
+ "the #features# feature alone is worth it",
637
+ "#products# exceeded my expectations"
638
+ ],
639
+
640
+ neg_core: [
641
+ "#products# is completely damaged",
642
+ "#features# #issues# constantly",
643
+ "can't even get #features# to function",
644
+ "#products# is the worst",
645
+ "seriously considering switching because #features# #issues#"
646
+ ],
647
+
648
+ neu_core: [
649
+ "#products# functions most of the time",
650
+ "#features# is okay I guess",
651
+ "no strong feelings about #products#",
652
+ "#features# does what it's supposed to",
653
+ "#products# is pretty average"
654
+ ],
655
+
656
+ pos_verb: [
657
+ "functions perfectly", "saves time", "simplifies everything",
658
+ "increases productivity", "solves our problems", "delivers value",
659
+ "impresses clients", "streamlines workflows", "exceeds expectations"
660
+ ],
661
+
662
+ neg_verb: [
663
+ "crashes constantly", "wastes time", "complicates everything",
664
+ "blocks productivity", "creates problems", "loses data",
665
+ "frustrates everyone", "breaks workflows", "fails expectations"
666
+ ],
667
+
668
+ neu_verb: [
669
+ "operates sometimes", "functions adequately", "does the job",
670
+ "meets requirements", "runs normally", "performs as expected"
671
+ ],
672
+
673
+ pos_point: [
674
+ "it really does function well",
675
+ "definitely worth trying",
676
+ "huge improvement over before"
677
+ ],
678
+
679
+ neg_point: [
680
+ "it's pretty frustrating",
681
+ "lots of issues to fix",
682
+ "needs serious work"
683
+ ],
684
+
685
+ pos_clause: [
686
+ "the performance is great",
687
+ "UI is intuitive",
688
+ "support is responsive"
689
+ ],
690
+
691
+ neg_clause: [
692
+ "the bugs are annoying",
693
+ "interface is confusing",
694
+ "support never responds"
695
+ ],
696
+
697
+ pos_short: [
698
+ "love it", "functions great", "highly recommend"
699
+ ],
700
+
701
+ neg_short: [
702
+ "damaged", "useless", "avoid"
703
+ ],
704
+
705
+ pos_wrap: [
706
+ "Definitely recommend!",
707
+ "Worth every penny.",
708
+ "Game changer!"
709
+ ],
710
+
711
+ neg_wrap: [
712
+ "Not recommended.",
713
+ "Look elsewhere.",
714
+ "Waste of money."
715
+ ],
716
+
717
+ neu_wrap: [
718
+ "It's okay.",
719
+ "Your mileage may vary.",
720
+ "Depends on your needs."
721
+ ],
722
+
723
+ openings: [
724
+ "Hi", "Hey", "Hello", "So", "Okay", "Right", "Look",
725
+ "Quick question", "Need help", "FYI", "Just wanted to say"
726
+ ],
727
+
728
+ context: [
729
+ "been using this for months",
730
+ "just started yesterday",
731
+ "our team relies on this",
732
+ "testing for our company",
733
+ "evaluating alternatives"
734
+ ],
735
+
736
+ details: [
737
+ "specifically the part where",
738
+ "especially when",
739
+ "particularly with",
740
+ "mainly around",
741
+ "mostly concerning"
742
+ ],
743
+
744
+ short_burst: [
745
+ "ugh", "seriously?", "come on", "finally", "yes!",
746
+ "nope", "broken", "why", "how", "what even",
747
+ "can't even", "done", "over it", "help", "please"
748
+ ],
749
+
750
+ // Support-specific patterns
751
+ origin_support_pos: [
752
+ // Basic positive support requests
753
+ "Hi team, quick question about #features# - it's working great but wondering if #pos_clause#?",
754
+ "Love #products#! Just curious about #features# - any plans to enhance?",
755
+ "#features# is fantastic, just need help with one small thing",
756
+
757
+ // Appreciative inquiries
758
+ "Really impressed with #products# so far! Quick question about #features# functionality.",
759
+ "Thanks for building such a great tool! Just wondering about #features# capabilities.",
760
+ "Love what you've done with #products#! Is there a way to improve #features# even more?",
761
+ "Fantastic work on #products#! Small question about optimizing #features#.",
762
+ "Great job on #products#! Looking to get the most out of #features#.",
763
+
764
+ // Feature enhancement requests
765
+ "Been using #products# for months and it's amazing! Any plans to expand #features#?",
766
+ "#products# has been a game changer for our team! Wondering about future #features# updates.",
767
+ "Absolutely love #products#! Would love to see more #features# options.",
768
+ "Your tool is incredible! Just curious if #features# could be enhanced further.",
769
+ "Big fan of #products#! Any roadmap items for #features# improvements?",
770
+
771
+ // Success stories with questions
772
+ "#products# has saved us so much time! Quick question about advanced #features# usage.",
773
+ "Team is loving #products#! Just need some guidance on #features# best practices.",
774
+ "Been recommending #products# to everyone! How can we better utilize #features#?",
775
+ "Amazing results with #products#! Looking for tips on maximizing #features# potential.",
776
+ "Can't imagine working without #products# now! Any hidden #features# gems we should know about?",
777
+
778
+ // Polite feature requests
779
+ "Hope you're doing well! Love #products# - any chance of adding more #features# options?",
780
+ "Great work on the latest update! Wondering if #features# enhancements are planned.",
781
+ "Really appreciate all your hard work on #products#! Question about #features# capabilities.",
782
+ "Thank you for such an excellent tool! Small feature request for #features#.",
783
+ "Outstanding job with #products#! Any possibility of expanding #features# functionality?"
784
+ ],
785
+
786
+ origin_support_neg: [
787
+ // Critical/urgent issues
788
+ "URGENT: #products# #issues# and it's blocking our work. #features# completely broken!",
789
+ "Help! #features# #issues# constantly. Tried everything. This is critical!",
790
+ "Ticket #RAND5#: #products# has been down all day. #features# returns errors",
791
+ "CRITICAL: #products# is down in production! #features# failing for all users!",
792
+ "Emergency support needed! #features# crashed and won't restart!",
793
+ "URGENT: #products# causing data loss! #features# corrupting files!",
794
+
795
+ // Frustrated but professional
796
+ "Been struggling with #products# for hours. #features# keeps failing with no clear error message.",
797
+ "Really need help with #products#. #features# worked yesterday but now completely broken.",
798
+ "Getting frustrated with #products#. #features# intermittently fails and we can't figure out why.",
799
+ "Major issue with #products# affecting our entire workflow. #features# unreliable.",
800
+ "This is becoming a real problem. #features# in #products# consistently fails under load.",
801
+ "Need immediate assistance. #products# #features# causing customer-facing errors.",
802
+
803
+ // Bug reports
804
+ "Found a serious bug in #products#. #features# returns incorrect data in certain conditions.",
805
+ "Bug report: #features# crashes when processing files larger than 10MB.",
806
+ "Discovered an issue where #features# doesn't handle special characters properly.",
807
+ "Critical bug: #products# #features# fails silently with no error logging.",
808
+ "Security concern: #features# exposing sensitive data in error messages.",
809
+ "Performance issue: #features# causing #products# to consume excessive memory.",
810
+
811
+ // Escalation requests
812
+ "This issue has been ongoing for days. Can we escalate #features# problems to senior support?",
813
+ "Previous ticket was closed but #products# #features# still broken. Need manager involvement.",
814
+ "Been going back and forth on this. #features# issue needs immediate engineering attention.",
815
+ "This is the third time reporting the same #features# bug. Can we get a developer on this?",
816
+ "Customer is threatening to cancel due to #products# #features# reliability issues.",
817
+
818
+ // Detailed problem descriptions
819
+ "Tried all troubleshooting steps in docs. #features# still failing with error 500.",
820
+ "Followed every guide and tutorial. #products# #features# works on staging but fails in production.",
821
+ "Spent entire day debugging. #features# behavior is inconsistent and unpredictable.",
822
+ "Team is blocked on delivery. #products# #features# integration completely non-functional.",
823
+ "Cannot reproduce issue locally. #features# only fails in our enterprise environment."
824
+ ],
825
+
826
+ origin_support_neu: [
827
+ // Basic questions
828
+ "Question about #features# - how do I configure it properly?",
829
+ "Need assistance with #products# setup. Not sure about #features#",
830
+ "Following up on #features# issue from last week",
831
+
832
+ // Setup and configuration
833
+ "How do I enable #features# in #products#? Can't find the setting.",
834
+ "What's the recommended way to configure #features# for a team of 50?",
835
+ "Is there a step-by-step guide for setting up #features#?",
836
+ "Can someone point me to the #features# configuration documentation?",
837
+ "Need help understanding the #features# options in #products#.",
838
+
839
+ // General inquiries
840
+ "Does #products# support #features# in the enterprise plan?",
841
+ "What are the limitations of #features# in the free tier?",
842
+ "Is #features# available in all regions for #products#?",
843
+ "How does #features# handle data privacy and compliance?",
844
+ "What's the difference between basic and advanced #features#?",
845
+
846
+ // Integration questions
847
+ "How do I integrate #features# with our existing workflow?",
848
+ "Can #products# #features# work with our SSO provider?",
849
+ "Is there an API for #features# functionality?",
850
+ "Does #features# support webhooks for notifications?",
851
+ "How can we sync #features# data with our database?",
852
+
853
+ // Billing and account questions
854
+ "How is #features# usage calculated for billing?",
855
+ "Can we upgrade just the #features# portion of our plan?",
856
+ "What happens to #features# data if we downgrade?",
857
+ "Is there a trial period for premium #features#?",
858
+ "How do we add more #features# licenses to our account?",
859
+
860
+ // Follow-ups and status checks
861
+ "Any update on the #features# enhancement request from last month?",
862
+ "Checking status of ticket #RAND5# regarding #features# issues.",
863
+ "Is the #features# maintenance scheduled for this weekend still happening?",
864
+ "When will the new #features# update be rolled out?",
865
+ "Any ETA on fixing the known #features# limitations?"
866
+ ],
867
+
868
+ // Review-specific patterns
869
+ origin_review_pos: [
870
+ "5 stars! #products# #pos_verb# and the #features# is incredible. #pos_wrap#",
871
+ "Been using #products# for months and it's fantastic. #features# alone makes it worth it.",
872
+ "Switched from competitor and #products# is so much better. Love the #features#!"
873
+ ],
874
+
875
+ origin_review_neg: [
876
+ "1 star. #products# #issues# constantly. The #features# is completely broken. #neg_wrap#",
877
+ "Waste of money. #features# never works and #products# #neg_verb#. Switching back.",
878
+ "Terrible experience. #products# promised so much but #features# #issues# daily."
879
+ ],
880
+
881
+ origin_review_neu: [
882
+ "3 stars. #products# is okay. #features# works but nothing special. #neu_wrap#",
883
+ "Average product. #products# does what it says but #features# could be better.",
884
+ "Mixed feelings. Some parts like #features# work fine, others not so much."
885
+ ],
886
+
887
+ // Chat-specific patterns
888
+ origin_chat_pos: [
889
+ "yo #products# is actually sick! the #features# thing is 🔥",
890
+ "anyone else loving #products#?? #features# works perfectly lol",
891
+ "ngl #products# kinda slaps... #features# is smooth af"
892
+ ],
893
+
894
+ origin_chat_neg: [
895
+ "bruh #products# is broken again... #features# #issues# smh",
896
+ "#products# is trash rn. can't even use #features# 😤",
897
+ "why does #features# keep breaking?? this is ridiculous"
898
+ ],
899
+
900
+ origin_chat_neu: [
901
+ "anyone know how to use #features# in #products#?",
902
+ "#products# is fine i guess. #features# works sometimes",
903
+ "meh #products# is okay. nothing special about #features#"
904
+ ],
905
+
906
+ // Feedback-specific patterns
907
+ origin_feedback_pos: [
908
+ "Positive feedback on #products#: The #features# significantly #pos_verb#. Very impressed with the results.",
909
+ "Great experience with #products#. #features# has improved our workflow considerably.",
910
+ "Team loves #products#. The #features# feature is exactly what we needed."
911
+ ],
912
+
913
+ origin_feedback_neg: [
914
+ "Concerning issues with #products#: #features# consistently #issues#. This is impacting productivity.",
915
+ "Negative feedback: #products# has multiple problems. #features# is unreliable and needs immediate attention.",
916
+ "Critical issue with #products# - the #features# feature #neg_verb#. Please prioritize fixes."
917
+ ],
918
+
919
+ origin_feedback_neu: [
920
+ "Feedback on #products#: Generally functional but #features# could use improvement.",
921
+ "Mixed experience with #products#. The #features# works adequately but has room for enhancement.",
922
+ "Neutral assessment: #products# meets basic needs. #features# is standard."
923
+ ],
924
+
925
+ // Search query patterns
926
+ origin_search_pos: [
927
+ "#products# #features# awesome",
928
+ "best #features# settings",
929
+ "#products# tutorial"
930
+ ],
931
+
932
+ origin_search_neg: [
933
+ "#products# #features# not working",
934
+ "fix #features# error",
935
+ "#products# #issues# help"
936
+ ],
937
+
938
+ origin_search_neu: [
939
+ "how to use #features#",
940
+ "#products# #features# guide",
941
+ "#products# documentation"
942
+ ],
943
+
944
+ // Email patterns
945
+ origin_email_pos: [
946
+ "Hello,\n\nI wanted to share positive feedback about #products#. The #features# has been working excellently.\n\nBest regards",
947
+ "Hi team,\n\nJust a quick note to say #products# is fantastic. Particularly impressed with #features#.\n\nThanks"
948
+ ],
949
+
950
+ origin_email_neg: [
951
+ "Hello,\n\nWe're experiencing critical issues with #products#. The #features# #issues# repeatedly.\n\nPlease advise urgently.",
952
+ "Hi,\n\nI need to report problems with #products#. #features# is not functioning properly.\n\nThis needs immediate attention."
953
+ ],
954
+
955
+ origin_email_neu: [
956
+ "Hello,\n\nI have a question about #products#. Could you explain how #features# works?\n\nThank you",
957
+ "Hi,\n\nRequesting information about #features# in #products#.\n\nLooking forward to your response."
958
+ ],
959
+
960
+ // Forum patterns
961
+ origin_forum_pos: [
962
+ "[SOLVED] #products# #features# is amazing!\n\nJust wanted to share that #pos_clause#. Really impressed.",
963
+ "PSA: #products# actually works great\n\nBeen testing #features# and it #pos_verb#. Highly recommend!"
964
+ ],
965
+
966
+ // Comments patterns for charity/fundraiser/wedding sites
967
+ origin_comments_pos: [
968
+ // Wedding congratulations - basic
969
+ "Congratulations! Wishing you all the best!",
970
+ "So happy for you both! 💕",
971
+ "Congratulations on your special day!",
972
+ "Wishing you a lifetime of happiness together! 💖",
973
+ "What a beautiful celebration! 🎉",
974
+ "Your love story is so inspiring! ✨",
975
+ "Congratulations and best wishes! 🥂",
976
+
977
+ // Wedding congratulations - detailed
978
+ "Such a beautiful wedding! You both look absolutely radiant 😍",
979
+ "Your wedding photos are stunning! What a magical day ✨",
980
+ "Congratulations! Your love for each other really shines through 💫",
981
+ "What an incredible celebration! So happy I could be part of it 🎊",
982
+ "Beautiful ceremony! The venue looks amazing 🏰",
983
+ "Congratulations! Wishing you endless joy and adventures together 🌟",
984
+ "Your wedding was absolutely perfect! Every detail was stunning 💕",
985
+ "So emotional watching you two! Such a beautiful love story 😭❤️",
986
+ "Congratulations! Your happiness is contagious! 😊",
987
+ "What a gorgeous couple! Wishing you all the happiness in the world 🌍",
988
+
989
+ // Wedding congratulations - casual
990
+ "Yay! Congrats you two! 🎉",
991
+ "Love this! So happy for you! 💞",
992
+ "Amazing! Best wishes! ✨",
993
+ "So excited for you both! 🥳",
994
+ "This is wonderful! Congrats! 🎊",
995
+ "Beautiful! Wishing you the best! 💕",
996
+ "Aww this is so sweet! Congrats! 💖",
997
+ "Love seeing happy couples! Congrats! 😍",
998
+ "Your joy is infectious! So happy for you! 😊",
999
+ "Perfect couple! Best wishes! 👰🤵",
1000
+
1001
+ // Wedding congratulations - heartfelt
1002
+ "Watching you two together fills my heart with joy. Congratulations! 💖",
1003
+ "Your love story gives me hope. Wishing you eternal happiness! ✨",
1004
+ "Seeing your happiness makes me emotional. Beautiful wedding! 😭💕",
1005
+ "You two are meant to be together. Congratulations on finding your soulmate! 💫",
1006
+ "Your wedding was a testament to true love. So inspiring! 🌟",
1007
+ "The way you look at each other says everything. Congratulations! 👀💕",
1008
+ "Your love radiates through every photo. Beautiful couple! 📸💖",
1009
+ "Tears of joy watching your ceremony. So beautiful! 😭✨",
1010
+ "You both deserve all the happiness in the world! 🌍💞",
1011
+ "Your wedding day was pure magic. Congratulations! ✨🎭",
1012
+
1013
+ // General celebration/achievement
1014
+ "This is amazing! Thanks for sharing your story.",
1015
+ "Beautiful cause! Donated and shared with friends.",
1016
+ "Thank you for making a difference in our community!",
1017
+ "Such an inspiring journey. Keep up the great work!",
1018
+ "Congratulations on reaching your goal! Well deserved.",
1019
+ "This brought tears to my eyes. Thank you for everything you do.",
1020
+ "Amazing work! The community is lucky to have you.",
1021
+ "What an incredible achievement! So proud of you! 🏆",
1022
+ "Your dedication is truly inspiring! 💪",
1023
+ "Thanks for sharing this inspiring story with us! 📖",
1024
+
1025
+ // Support and encouragement
1026
+ "You're doing amazing work! Keep it up! 🌟",
1027
+ "So grateful for people like you! 🙏",
1028
+ "Your positive impact is incredible! 💫",
1029
+ "Thank you for being such an inspiration! ✨",
1030
+ "The world needs more people like you! 🌍",
1031
+ "Your kindness makes a difference! 💕",
1032
+ "So proud to support this cause! 👏",
1033
+ "Amazing to see such generosity! 💖",
1034
+ "Your story touched my heart! ❤️",
1035
+ "Blessed to witness such love and joy! 🙏✨",
1036
+
1037
+ // Family and friends reactions
1038
+ "Can't wait to celebrate with you! 🎉",
1039
+ "So excited to be part of your special day! 💕",
1040
+ "Love you both so much! Congratulations! 💖",
1041
+ "Couldn't be happier for you two! 😊",
1042
+ "You deserve all this happiness! 🌟",
1043
+ "Watched you two grow together - so beautiful! 💞",
1044
+ "Your friendship means everything! Congrats! 👫",
1045
+ "So grateful to know such wonderful people! 🙏",
1046
+ "Your love story is my favorite! 📚💕",
1047
+ "Honored to celebrate this moment with you! 🥂",
1048
+
1049
+ // Wedding-specific detailed comments
1050
+ "The flowers were absolutely gorgeous! Who was your florist? 🌺",
1051
+ "That dress is stunning! You look like a princess! 👰✨",
1052
+ "The venue is perfect! Such a romantic setting! 🏛️💕",
1053
+ "Your first dance was so beautiful! 💃🕺",
1054
+ "The cake looks delicious! Love the design! 🎂",
1055
+ "Amazing photography! These shots are incredible! 📸",
1056
+ "The decorations are so elegant! Perfect taste! 🎨",
1057
+ "Beautiful ceremony! The vows were so touching! 💒",
1058
+ "Love the color scheme! Everything coordinates perfectly! 🎨",
1059
+ "The reception looks like so much fun! 🎊",
1060
+
1061
+ // Excited anticipation
1062
+ "Can't wait to see more photos! 📷",
1063
+ "Already planning my outfit for the reception! 👗",
1064
+ "This is going to be the wedding of the century! 🏆",
1065
+ "So excited to celebrate with you next weekend! 📅",
1066
+ "Counting down the days! 🗓️",
1067
+ "Going to be such an amazing party! 🎉",
1068
+ "Can't wait to hit the dance floor! 💃",
1069
+ "This is going to be so much fun! 🥳",
1070
+ "Already emotional and it hasn't happened yet! 😭💕",
1071
+ "Preparing tissues for the happy tears! 😭✨"
1072
+ ],
1073
+
1074
+ origin_comments_neg: [
1075
+ // Sympathy and support
1076
+ "Hope things get better soon.",
1077
+ "Sending prayers and positive thoughts.",
1078
+ "Sorry to hear about the challenges. Stay strong!",
1079
+ "Wish I could do more to help right now.",
1080
+ "This is heartbreaking. Hoping for better days ahead.",
1081
+ "Times are tough but don't give up.",
1082
+ "Sorry I can't contribute more at the moment.",
1083
+ "Praying for a positive outcome.",
1084
+ "Keep fighting the good fight. We're with you.",
1085
+ "Sending love and support during this difficult time.",
1086
+
1087
+ // Additional sympathy
1088
+ "My heart goes out to you during this difficult time. 💔",
1089
+ "Keeping you in my thoughts and prayers. 🙏",
1090
+ "Wish I could be there to give you a hug. 🤗",
1091
+ "You're so brave for sharing this. 💪",
1092
+ "Sending all my love and strength your way. 💕",
1093
+ "This too shall pass. You've got this! 🌟",
1094
+ "Thinking of you and your family. ❤️",
1095
+ "Wishing you peace and comfort. 🕊️",
1096
+ "You're not alone in this. We're here for you. 👥",
1097
+ "Sending positive energy your way. ✨",
1098
+
1099
+ // Encouragement through hardship
1100
+ "You're stronger than you know. 💪",
1101
+ "One day at a time. You can do this. 📅",
1102
+ "Better days are coming. Hold on. 🌅",
1103
+ "Your courage is inspiring. 🦋",
1104
+ "Sending healing thoughts. 🌿",
1105
+ "You have so much support here. 🤝",
1106
+ "Take care of yourself during this time. 💚",
1107
+ "Your strength amazes me. 🌟",
1108
+ "We believe in you. 💫",
1109
+ "Hang in there. Things will improve. 🌈",
1110
+
1111
+ // Gentle support
1112
+ "Just wanted you to know I'm thinking of you. 💭",
1113
+ "Sending virtual hugs your way. 🤗",
1114
+ "You don't have to go through this alone. 👭",
1115
+ "Take it one step at a time. 👣",
1116
+ "I'm here if you need to talk. 💬",
1117
+ "Your feelings are completely valid. ✅",
1118
+ "Be gentle with yourself. 🌸",
1119
+ "It's okay to not be okay. 💙",
1120
+ "You're doing the best you can. 🌻",
1121
+ "Proud of you for reaching out. 🗣️"
1122
+ ],
1123
+
1124
+ origin_comments_neu: [
1125
+ // Basic responses
1126
+ "Thanks for the update!",
1127
+ "Good luck with everything.",
1128
+ "Keeping you in my thoughts.",
1129
+ "Hope all goes well.",
1130
+ "Best wishes!",
1131
+ "Take care!",
1132
+ "Thinking of you.",
1133
+ "Wishing you success.",
1134
+ "Hope this helps!",
1135
+ "Stay safe!",
1136
+
1137
+ // Casual engagement
1138
+ "Thanks for sharing! 📤",
1139
+ "Appreciate the info! ℹ️",
1140
+ "Good to know! 👍",
1141
+ "Interesting! 🤔",
1142
+ "Keep us posted! 📰",
1143
+ "Looking forward to updates! ⏰",
1144
+ "Sounds good! 👌",
1145
+ "Got it! ✅",
1146
+ "Noted! 📝",
1147
+ "Cool! 😎",
1148
+
1149
+ // Supportive but neutral
1150
+ "Rooting for you! 📣",
1151
+ "Fingers crossed! 🤞",
1152
+ "Hope everything works out! 🤗",
1153
+ "Best of luck! 🍀",
1154
+ "You've got this! 💪",
1155
+ "All the best! ⭐",
1156
+ "Wishing you well! 🌟",
1157
+ "Take your time! ⏰",
1158
+ "No pressure! 😌",
1159
+ "Whatever works best for you! 👍",
1160
+
1161
+ // Check-ins and follow-ups
1162
+ "How's it going? 🤗",
1163
+ "Any updates? 📰",
1164
+ "How are things? 💭",
1165
+ "Everything okay? ✅",
1166
+ "Just checking in! 👋",
1167
+ "Hope you're doing well! 🌻",
1168
+ "Thinking about you! 💭",
1169
+ "Let us know how it goes! 📢",
1170
+ "Keep in touch! 📱",
1171
+ "Talk soon! 💬",
1172
+
1173
+ // General well-wishes
1174
+ "Have a great day! ☀️",
1175
+ "Enjoy! 😊",
1176
+ "Have fun! 🎉",
1177
+ "Take care of yourself! 💚",
1178
+ "Rest well! 😴",
1179
+ "Stay strong! 💪",
1180
+ "Be well! 🌿",
1181
+ "Until next time! 👋",
1182
+ "Catch you later! 👋",
1183
+ "Peace! ✌️",
1184
+
1185
+ // Event-related neutral
1186
+ "Sounds like a plan! 📅",
1187
+ "Looking forward to it! 👀",
1188
+ "Should be interesting! 🤔",
1189
+ "We'll see how it goes! 🤷",
1190
+ "Time will tell! ⏰",
1191
+ "Here's hoping! 🤞",
1192
+ "Fingers crossed it works out! 🤞",
1193
+ "Let's see what happens! 👁️",
1194
+ "One step at a time! 👣",
1195
+ "Day by day! 📅"
1196
+ ],
1197
+
1198
+ // Tweet patterns for social media posts/announcements
1199
+ origin_tweet_pos: [
1200
+ "Excited to announce our latest milestone! 🎉 #grateful #milestone",
1201
+ "Just launched something amazing! Can't wait for you to try it 🚀",
1202
+ "Incredible news to share with our community! 💪 #teamwork",
1203
+ "Big announcement coming tomorrow! Stay tuned 👀 #exciting",
1204
+ "Celebrating an amazing achievement today! Thank you to everyone who made this possible ❤️",
1205
+ "Game-changing update just dropped! Check it out 🔥 #innovation",
1206
+ "Proud to share our latest success story! 📈 #growth",
1207
+ "Amazing feedback from our users today! Keep it coming 💯",
1208
+ "Just hit a major goal! Thank you for all the support 🙏 #grateful",
1209
+ "New feature alert! This one's a game changer 🎯 #newrelease"
1210
+ ],
1211
+
1212
+ origin_tweet_neg: [
1213
+ "Experiencing some technical difficulties. Working on a fix! 🔧",
1214
+ "Unfortunately we need to postpone today's event. Sorry for the inconvenience.",
1215
+ "Having issues with our servers. Bear with us while we resolve this 😓",
1216
+ "Not the news we wanted to share, but transparency is important to us.",
1217
+ "Technical difficulties are affecting some users. We're on it! 🛠️",
1218
+ "Apologizing for the service disruption. Fix incoming ⚡",
1219
+ "Dealing with some unexpected challenges today. Updates to follow.",
1220
+ "Service is down for some users. Our team is working around the clock 💪",
1221
+ "Hit a snag with today's launch. Pushing back to ensure quality 📋",
1222
+ "Temporary setback but we'll bounce back stronger! 💪 #resilience"
1223
+ ],
1224
+
1225
+ origin_tweet_neu: [
1226
+ "Just sharing some thoughts on the latest industry trends 🤔",
1227
+ "Interesting article about the future of our industry. What do you think?",
1228
+ "Regular maintenance scheduled for tonight. Brief downtime expected ⚙️",
1229
+ "Checking in with our community! How's everyone doing? 👋",
1230
+ "Quick reminder about our upcoming event next week 📅",
1231
+ "Sharing some behind-the-scenes content from our team 📸",
1232
+ "Reflecting on this week's progress. Solid steps forward 📊",
1233
+ "Random thought: what would you like to see from us next?",
1234
+ "Survey time! Help us improve by sharing your feedback 📝",
1235
+ "End of week recap: here's what we accomplished 📋"
1236
+ ],
1237
+
1238
+ origin_forum_neg: [
1239
+ "[HELP] #products# #features# broken\n\nAnyone else having issues? It #issues# constantly. Error: #RAND_ERROR#",
1240
+ "[BUG] Major problem with #features#\n\n#products# has serious issues. #neg_clause#. Any workarounds?"
1241
+ ],
1242
+
1243
+ origin_forum_neu: [
1244
+ "[QUESTION] How does #features# work in #products#?\n\nTrying to understand the functionality. Documentation unclear.",
1245
+ "[DISCUSSION] Thoughts on #products#?\n\nConsidering using it. How's the #features# feature?"
1246
+ ],
1247
+
1248
+ // Fallback origin
1249
+ origin_neu: [
1250
+ "#products# is #neu_verb#. The #features# works as expected.",
1251
+ "Using #products# and it's fine. #features# does what it says.",
1252
+ "#products# - nothing special but functional. #features# is okay."
1253
+ ],
1254
+
1255
+ // Missing pattern definitions that were causing placeholder bugs
1256
+ GREETING: [
1257
+ "Hi", "Hello", "Hey there", "Good morning", "Dear team", "Hi support",
1258
+ "To whom it may concern", "Greetings", "Hey", "Dear support team"
1259
+ ],
1260
+
1261
+ PURPOSE: [
1262
+ "I'm writing regarding the platform", "I need help with this tool",
1263
+ "I wanted to share feedback", "I have a question about the system",
1264
+ "I'm experiencing issues with", "I wanted to report a problem with",
1265
+ "I'm following up on", "I need assistance with", "I'm contacting you about"
1266
+ ],
1267
+
1268
+ DETAILS: [
1269
+ "The feature has been working well", "I've been experiencing crashes",
1270
+ "The interface is confusing", "Performance has been slow",
1271
+ "The export function is broken", "Authentication keeps failing",
1272
+ "The dashboard won't load", "Data sync is not working"
1273
+ ],
1274
+
1275
+ ACTION_NEEDED: [
1276
+ "Please let me know if there's a fix", "Could you help resolve this",
1277
+ "Please advise on next steps", "I'd appreciate your assistance",
1278
+ "Please provide guidance", "Can you help me troubleshoot this",
1279
+ "Please investigate this issue", "I need this resolved urgently"
1280
+ ],
1281
+
1282
+ CLOSING: [
1283
+ "Best regards", "Thank you 🙏", "Thanks for your help", "Sincerely",
1284
+ "Looking forward to hearing from you", "Appreciate your time", "Cheers 🥂",
1285
+ "Thanks in advance", "Best", "Regards"
1286
+ ],
1287
+
1288
+ RATING: [
1289
+ "5/5 stars", "4/5 stars", "3/5 stars", "2/5 stars", "1/5 stars",
1290
+ "★★★★★", "★★★★☆", "★★★☆☆", "★★☆☆☆", "★☆☆☆☆",
1291
+ "10/10", "8/10", "6/10", "4/10", "2/10"
1292
+ ],
1293
+
1294
+ QUALITY: [
1295
+ "excellent", "good", "decent", "poor", "terrible",
1296
+ "outstanding", "solid", "mediocre", "disappointing", "awful",
1297
+ "fantastic", "reliable", "inconsistent", "unreliable", "broken"
1298
+ ],
1299
+
1300
+ PERFORMANCE: [
1301
+ "loads quickly", "runs smoothly", "works as expected", "is slow", "crashes frequently",
1302
+ "performs well", "is responsive", "has issues", "is buggy", "is unstable",
1303
+ "exceeds expectations", "meets requirements", "needs improvement", "fails to deliver", "is unreliable"
1304
+ ],
1305
+
1306
+ RECOMMENDATION: [
1307
+ "Highly recommend 👍", "Would recommend", "Worth trying", "Not recommended", "Avoid",
1308
+ "Must have ⭐", "Great choice", "Decent option", "Look elsewhere", "Save your money 💰",
1309
+ "Perfect for our needs", "Good value", "Overpriced", "Not worth it", "Complete waste"
1310
+ ],
1311
+
1312
+ ASSESSMENT: [
1313
+ "it's been great", "it works well", "it's okay", "it's disappointing", "it's terrible",
1314
+ "very impressed", "pretty satisfied", "mixed feelings", "quite frustrated", "completely fed up",
1315
+ "exceeded expectations", "met expectations", "below expectations", "failed to deliver", "total disaster"
1316
+ ],
1317
+
1318
+ IMPACT: [
1319
+ "This has improved our workflow", "It's saved us time", "No significant impact",
1320
+ "It's slowed us down", "This has caused major problems",
1321
+ "Productivity increased", "Process streamlined", "Neutral effect",
1322
+ "Efficiency decreased", "Operations disrupted"
1323
+ ],
1324
+
1325
+ SUGGESTION: [
1326
+ "Keep up the good work", "Add more features", "Improve the documentation",
1327
+ "Fix the bugs", "Complete overhaul needed",
1328
+ "Minor improvements needed", "Consider user feedback", "Focus on stability",
1329
+ "Redesign the interface", "Start over from scratch"
1330
+ ],
1331
+
1332
+ TAG: [
1333
+ "[HELP]", "[QUESTION]", "[BUG]", "[FEATURE REQUEST]", "[URGENT]",
1334
+ "[SOLVED]", "[ISSUE]", "[DISCUSSION]", "[FEEDBACK]", "[SUPPORT]"
1335
+ ],
1336
+
1337
+ TITLE: [
1338
+ "System not responding", "Feature request", "Login problems", "Data export issues",
1339
+ "Performance problems", "Interface questions", "Configuration help needed",
1340
+ "Integration difficulties", "Billing questions", "Account access issues"
1341
+ ],
1342
+
1343
+ ISSUE_DETAIL: [
1344
+ "getting 500 errors", "can't login", "export is broken", "dashboard won't load",
1345
+ "sync keeps failing", "search not working", "reports are empty", "permissions are wrong",
1346
+ "notifications don't work", "mobile app crashes"
1347
+ ],
1348
+
1349
+ QUESTION: [
1350
+ "Anyone else seeing this?", "Any workarounds?", "How do I fix this?", "Is this expected?",
1351
+ "What am I doing wrong?", "Any suggestions?", "How long until this is fixed?",
1352
+ "Is there an alternative?", "Can someone help?", "What's the status?"
1353
+ ],
1354
+
1355
+ CONTEXT: [
1356
+ "using for the past month", "new to this platform", "testing for our team",
1357
+ "been a user for years", "evaluating options", "recent upgrade", "beta testing",
1358
+ "production environment", "trial period", "enterprise setup"
1359
+ ],
1360
+
1361
+ SHORT_THOUGHT: [
1362
+ "functions great", "totally damaged", "pretty good", "kinda meh", "love it",
1363
+ "hate this", "so-so", "amazing", "awful", "perfect", "terrible", "decent"
1364
+ ],
1365
+
1366
+ EMOJI: [
1367
+ "😀", "😕", "😍", "😡", "🤔", "👍", "👎", "🔥", "💯", "😤", "✨", "💩"
1368
+ ],
1369
+
1370
+ timeframe: [
1371
+ "the past few months", "about a week", "several years", "a couple days",
1372
+ "the last month", "over a year", "just a few hours", "quite some time"
1373
+ ],
1374
+
1375
+ assessment: [
1376
+ "it's been fantastic", "it's working well", "mixed results", "quite disappointed", "absolutely terrible",
1377
+ "really impressed", "pretty happy", "it's okay", "somewhat frustrated", "completely broken"
1378
+ ],
1379
+
1380
+ quality: [
1381
+ "excellent", "really good", "decent", "below average", "absolutely terrible",
1382
+ "outstanding", "solid", "acceptable", "poor", "complete garbage"
1383
+ ],
1384
+
1385
+ comparison: [
1386
+ "Much better than before", "Similar to competitors", "Worse than expected",
1387
+ "Best in class", "Needs significant improvement", "On par with others",
1388
+ "Exceeded my expectations", "Below industry standards"
1389
+ ],
1390
+
1391
+ recommendation: [
1392
+ "Definitely recommend", "Worth considering", "Proceed with caution", "Would not recommend", "Avoid at all costs",
1393
+ "Must have tool", "Good option", "There are better alternatives", "Save your money", "Look elsewhere"
1394
+ ],
1395
+
1396
+ greeting: [
1397
+ "Hi", "Hello", "Hey", "Dear team", "Good morning", "Hi there",
1398
+ "To the team", "Hey everyone", "Dear support", "Hello team"
1399
+ ],
1400
+
1401
+ mainPoint: [
1402
+ "I've been having trouble with the login system", "The dashboard has been acting up",
1403
+ "I wanted to share some feedback", "There seems to be an issue with exports",
1404
+ "I have a question about pricing", "The mobile app keeps crashing",
1405
+ "I can't access my account", "The API documentation is unclear"
1406
+ ],
1407
+
1408
+ supportingDetail: [
1409
+ "This happens every time I try to log in", "It started after the recent update",
1410
+ "Several team members are experiencing this", "This is blocking our work",
1411
+ "I've tried the troubleshooting steps", "The error message is unclear",
1412
+ "This worked fine before", "Other users report the same issue"
1413
+ ],
1414
+
1415
+ closing: [
1416
+ "Thanks for your help", "Please let me know", "I appreciate your assistance",
1417
+ "Looking forward to a solution", "Thanks in advance", "Please advise",
1418
+ "Hope to hear back soon", "Any help is appreciated"
1419
+ ],
1420
+
1421
+ specs: [
1422
+ "Chrome 91, Windows 10", "Safari 14, macOS Big Sur", "Firefox 89, Ubuntu 20.04",
1423
+ "Edge 91, Windows 11", "Chrome 90, Android 11", "Safari 13, iOS 14",
1424
+ "Chrome 92, macOS Monterey", "Firefox 88, Windows 10"
1425
+ ],
1426
+
1427
+ detailed_problem: [
1428
+ "Login button doesn't respond", "Dashboard shows blank page", "Export generates empty file",
1429
+ "Search returns no results", "Notifications don't appear", "Settings won't save",
1430
+ "Mobile app crashes on startup", "Sync fails with error 500"
1431
+ ],
1432
+
1433
+ steps: [
1434
+ "1. Navigate to dashboard 2. Click export 3. Select CSV format 4. Error appears",
1435
+ "1. Open app 2. Enter credentials 3. Click login 4. Nothing happens",
1436
+ "1. Go to settings 2. Change notification preferences 3. Click save 4. Changes revert",
1437
+ "1. Access mobile app 2. Attempt sync 3. Wait for completion 4. Sync fails"
1438
+ ],
1439
+
1440
+ troubleshooting: [
1441
+ "clearing cache", "restarting the browser", "checking network connection",
1442
+ "updating the app", "logging out and back in", "disabling extensions",
1443
+ "trying incognito mode", "restarting the device"
1444
+ ],
1445
+
1446
+ urgency: [
1447
+ "critical", "urgent", "high priority", "blocking", "time-sensitive",
1448
+ "important", "needs immediate attention", "affecting production"
1449
+ ],
1450
+
1451
+ performance: [
1452
+ "works perfectly", "performs well", "has some issues", "is quite slow", "completely fails",
1453
+ "exceeds expectations", "meets requirements", "needs improvement", "is unreliable", "doesn't work"
1454
+ ],
1455
+
1456
+ concern: [
1457
+ "the interface could be clearer", "response times are slow", "some features are missing",
1458
+ "documentation is lacking", "bugs appear frequently", "stability is questionable",
1459
+ "user experience needs work", "performance could be better"
1460
+ ],
1461
+
1462
+ improvement: [
1463
+ "add better error messages", "improve loading times", "enhance the user interface",
1464
+ "provide more documentation", "fix the existing bugs", "add missing features",
1465
+ "optimize performance", "simplify the workflow"
1466
+ ],
1467
+
1468
+ // Complex Origin Patterns (from phrases-bak.js)
1469
+
1470
+ // Positive origins with different intensities
1471
+ origin_pos_low: [
1472
+ "#hedge#, #product# is #adj_pos#. #feature.capitalize# works as expected. Not perfect but #verb_pos#.",
1473
+ "It's decent. #team.capitalize# did okay with #feature#. #time.capitalize# it's been stable.",
1474
+ "#product.capitalize# is fine. Does what it says. #specific_praise#. Can't complain really."
1475
+ ],
1476
+
1477
+ origin_pos_medium: [
1478
+ "#hedge.capitalize#, I'm impressed. #product.capitalize# #verb_pos# and #feature# is #adj_pos#. #specific_praise#.",
1479
+ "#time.capitalize# we switched to #product# and it #verb_pos#. The #feature# especially is #adj_pos#.",
1480
+ "Really happy with #product#. #team.capitalize# #verb_pos# and the #feature# is exactly what we needed."
1481
+ ],
1482
+
1483
+ origin_pos_high: [
1484
+ "GAME CHANGER! #product.capitalize# completely #verb_pos#! #specific_praise# #emotional_markers#",
1485
+ "#credibility# and this is the BEST. #product.capitalize# #verb_pos# beyond belief. #specific_praise#!!!",
1486
+ "Holy crap #product# is #adj_pos#! #feature.capitalize# alone #verb_pos#. Shut up and take my money!"
1487
+ ],
1488
+
1489
+ // Negative origins with different intensities
1490
+ origin_neg_low: [
1491
+ "#hedge#, #product# has issues. #feature.capitalize# is #adj_neg# and occasionally #specific_issues#.",
1492
+ "Not great. #product.capitalize# is #adj_neg#. #team.capitalize# should look at #feature# - it's problematic.",
1493
+ "#time.capitalize# noticed #product# is getting #adj_neg#. The #feature# specifically #verb_neg#."
1494
+ ],
1495
+
1496
+ origin_neg_medium: [
1497
+ "#product.capitalize# is #adj_neg#. #specific_issues# and #team# hasn't fixed it. Really frustrating.",
1498
+ "#credibility# - this is bad. #feature.capitalize# #verb_neg# and it's #business_impact#. Not acceptable.",
1499
+ "Major problems with #product#. #specific_issues# #time#. Support is useless. #comparisons#."
1500
+ ],
1501
+
1502
+ origin_neg_high: [
1503
+ "ABSOLUTE GARBAGE! #product.capitalize# #verb_neg# CONSTANTLY! #specific_issues# #emotional_markers# #business_impact#!!!",
1504
+ "DO NOT USE #product#! #credibility# and this is the WORST. #verb_neg.capitalize# and #verb_neg#. RUN AWAY!",
1505
+ "#emotional_markers.capitalize#! #product.capitalize# is completely broken! #specific_issues# Error: #error_messages#. I'm DONE!"
1506
+ ],
1507
+
1508
+ // Reaction patterns
1509
+ react_pos: [
1510
+ "I'm genuinely impressed",
1511
+ "this exceeded expectations",
1512
+ "worth every penny",
1513
+ "game changer for our team",
1514
+ "can't imagine working without it",
1515
+ "best investment this year",
1516
+ "recommending to everyone",
1517
+ "finally something that works",
1518
+ "exactly what we needed",
1519
+ "10/10 would buy again",
1520
+
1521
+ // Modern positive reactions
1522
+ "chef's kiss perfect", "absolutely sends me", "living my best life",
1523
+ "main character energy", "understood the assignment completely",
1524
+ "passed the vibe check with flying colors", "elite tier quality",
1525
+ "S-tier performance", "god tier execution", "built different",
1526
+ "no cap the best", "deadass amazing", "fr fr impressed",
1527
+ "lowkey obsessed", "highkey in love", "absolutely here for it",
1528
+ "we love to see it", "as it should be", "deserved success",
1529
+
1530
+ // Nuanced positive reactions
1531
+ "pleasantly surprised", "better than expected", "genuinely solid",
1532
+ "cautiously optimistic turned full believer", "skeptical but converted",
1533
+ "reluctantly impressed", "hate to admit but it's good",
1534
+ "exceeded my admittedly low expectations", "proved me wrong",
1535
+ "growing on me", "warming up to it", "getting better over time"
1536
+ ],
1537
+
1538
+ react_neg: [
1539
+ "I want my money back",
1540
+ "switching to competitor",
1541
+ "complete waste of time",
1542
+ "regret this purchase",
1543
+ "warning others to stay away",
1544
+ "filing for refund",
1545
+ "escalating to management",
1546
+ "considering legal action",
1547
+ "worst decision ever",
1548
+ "learned my lesson",
1549
+
1550
+ // Modern negative reactions
1551
+ "this ain't it chief", "absolutely not", "hard pass forever",
1552
+ "took the biggest L", "major L energy", "straight up disrespectful",
1553
+ "the audacity", "actually offensive", "personally attacked",
1554
+ "violence", "war crime levels of bad", "should be illegal",
1555
+ "delete this from existence", "pack it up", "log off energy",
1556
+ "touch grass immediately", "unhinged behavior", "chaotic evil",
1557
+
1558
+ // Internet culture negative
1559
+ "big yikes energy", "cringe compilation material", "secondhand embarrassment",
1560
+ "giving me the ick", "red flag city", "toxic waste dump",
1561
+ "dumpster fire situation", "cursed experience", "nightmare fuel",
1562
+ "absolutely cooked", "sent to the shadow realm", "ratio deserved",
1563
+
1564
+ // Nuanced negative reactions
1565
+ "slowly losing faith", "growing concerns", "red flags everywhere",
1566
+ "mixed feelings leaning negative", "cautiously pessimistic",
1567
+ "benefit of the doubt expired", "patience wearing thin",
1568
+ "giving one last chance", "on thin ice", "final warning territory"
1569
+ ],
1570
+
1571
+ react_neu: [
1572
+ "it's okay I guess",
1573
+ "jury's still out",
1574
+ "time will tell",
1575
+ "we'll see how it goes",
1576
+ "cautiously optimistic",
1577
+ "reserving judgment",
1578
+ "mixed feelings",
1579
+ "could be better could be worse",
1580
+ "it is what it is",
1581
+ "works for now",
1582
+
1583
+ // Modern neutral reactions
1584
+ "it's giving mid", "lowkey mid energy", "baseline vibes",
1585
+ "no strong feelings either way", "neutral territory",
1586
+ "shrug emoji energy", "meh tier", "B-tier at best",
1587
+ "does what it says on the tin", "bare minimum achieved",
1588
+ "exists and that's about it", "it's there",
1589
+
1590
+ // Nuanced neutral reactions
1591
+ "cautiously watching", "wait and see approach", "provisional approval",
1592
+ "qualified optimism", "reserved enthusiasm", "tentative support",
1593
+ "conditional endorsement", "preliminary assessment positive",
1594
+ "early days but promising", "room for improvement",
1595
+ "solid foundation to build on", "potential is there",
1596
+ "could go either way", "50/50 on this", "coin flip situation"
1597
+ ],
1598
+
1599
+ // Wrap-up patterns
1600
+ wrap_pos: [
1601
+ "Highly recommend!",
1602
+ "Two thumbs up.",
1603
+ "Chef's kiss.",
1604
+ "This is the way.",
1605
+ "Ship it!",
1606
+ "Take my money!",
1607
+ "Finally!",
1608
+ "Nailed it.",
1609
+ "Perfect.",
1610
+ "Love it!"
1611
+ ],
1612
+
1613
+ wrap_neg: [
1614
+ "Hard pass.",
1615
+ "Not recommended.",
1616
+ "Look elsewhere.",
1617
+ "Save your money.",
1618
+ "Disappointing.",
1619
+ "Failed expectations.",
1620
+ "Back to drawing board.",
1621
+ "Uninstalling.",
1622
+ "Requesting refund.",
1623
+ "Never again."
1624
+ ],
1625
+
1626
+ wrap_neu: [
1627
+ "Your mileage may vary.",
1628
+ "It's fine.",
1629
+ "Decent enough.",
1630
+ "Works for some.",
1631
+ "Not bad not great.",
1632
+ "Depends on needs.",
1633
+ "Could be worse.",
1634
+ "It's something.",
1635
+ "Exists.",
1636
+ "Meh."
1637
+ ],
1638
+
1639
+ // Additional clause patterns for length adjustment
1640
+ clause_pos: [
1641
+ "it really #verb_pos#",
1642
+ "the #feature# is fantastic",
1643
+ "#specific_praise#",
1644
+ "totally worth it",
1645
+ "exceeded my expectations"
1646
+ ],
1647
+
1648
+ clause_neg: [
1649
+ "it constantly #verb_neg#",
1650
+ "the #feature# is broken",
1651
+ "#specific_issues#",
1652
+ "complete waste of money",
1653
+ "very disappointed"
1654
+ ],
1655
+
1656
+ clause_neu: [
1657
+ "it #verb_neu#",
1658
+ "the #feature# is okay",
1659
+ "works as expected",
1660
+ "nothing special",
1661
+ "decent enough"
1662
+ ],
1663
+
1664
+ // Observation patterns
1665
+ obs_pos: [
1666
+ "Great job by #team#",
1667
+ "This is how software should work",
1668
+ "Finally a tool that gets it right",
1669
+ "Impressed with the quality"
1670
+ ],
1671
+
1672
+ obs_neg: [
1673
+ "#team# needs to fix this",
1674
+ "This is unacceptable quality",
1675
+ "Expected better from #team#",
1676
+ "Seriously considering alternatives"
1677
+ ],
1678
+
1679
+ obs_neu: [
1680
+ "It's what you'd expect",
1681
+ "Standard functionality",
1682
+ "Meets basic requirements",
1683
+ "Nothing to write home about"
1684
+ ],
1685
+
1686
+ // Helper function for ticket IDs
1687
+ TICKET_ID: () => {
1688
+ const prefix = ['TKT', 'CASE', 'REQ', 'INC', 'BUG'];
1689
+ const p = prefix[Math.floor(Math.random() * prefix.length)];
1690
+ const num = Math.floor(10000 + Math.random() * 90000);
1691
+ return `${p}-${num}`;
1692
+ },
1693
+
1694
+ // Helper functions for random values
1695
+ RAND5: () => Math.floor(10000 + Math.random() * 90000),
1696
+ RAND_ERROR: () => {
1697
+ const errors = ["404 Not Found", "500 Internal Server Error", "403 Forbidden", "Connection Timeout"];
1698
+ return errors[Math.floor(Math.random() * errors.length)];
1699
+ }
1700
+ };
1701
+
1702
+ // ============= Organic Pattern Library =============
1703
+
1704
+ export const ORGANIC_PATTERNS = {
1705
+ thoughtPatterns: {
1706
+ pos: [
1707
+ "okay so {product} is genuinely incredible",
1708
+ "i'm genuinely impressed with {feature}",
1709
+ "not gonna lie, this {feature} thing is amazing",
1710
+ "holy crap {product} really functions",
1711
+ "this is exactly what i needed"
1712
+ ],
1713
+ neg: [
1714
+ "i can't believe {product} is this damaged",
1715
+ "seriously {feature} {issue} AGAIN",
1716
+ "{product} is driving me insane",
1717
+ "why does {feature} never function properly",
1718
+ "this is absolutely ridiculous"
1719
+ ],
1720
+ neu: [
1721
+ "so {product} exists",
1722
+ "{feature} does what it says i guess",
1723
+ "using {product} for work stuff",
1724
+ "the {feature} is there",
1725
+ "it's a {product}"
1726
+ ]
1727
+ },
1728
+
1729
+ interruptions: [
1730
+ "wait actually",
1731
+ "oh and another thing",
1732
+ "scratch that",
1733
+ "no wait",
1734
+ "actually forget what i said",
1735
+ "hold up",
1736
+ "okay but",
1737
+ "oh right"
1738
+ ],
1739
+
1740
+ bursts: {
1741
+ excitement: {
1742
+ openings: ["OMG", "YES", "FINALLY", "Holy crap", "No way", "This is incredible"],
1743
+ emphasis: ["I'm not even joking", "literally perfect", "BEST THING EVER", "game changer"],
1744
+ closers: ["!!!!", "🎉", "I'm so happy", "Thank you!", "Love this"]
1745
+ },
1746
+ frustration: {
1747
+ openings: ["UGH", "SERIOUSLY??", "Come ON", "Are you KIDDING me", "For real?", "I can't"],
1748
+ emphasis: ["This is BROKEN", "Nothing works", "Complete disaster", "Waste of time"],
1749
+ closers: ["I'm done", "Fix this", "Unbelievable", "...", "Whatever"]
1750
+ },
1751
+ confusion: {
1752
+ openings: ["Wait what", "I don't understand", "Huh?", "Um", "So confused"],
1753
+ emphasis: ["makes no sense", "what is happening", "I'm lost", "help"],
1754
+ closers: ["???", "someone explain", "idk anymore", "...", "nevermind"]
1755
+ }
1756
+ },
1757
+
1758
+ transitions: [
1759
+ "so yeah",
1760
+ "but like",
1761
+ "the thing is",
1762
+ "also",
1763
+ "oh and",
1764
+ "speaking of which",
1765
+ "btw",
1766
+ "side note",
1767
+ "quick tangent",
1768
+ "meanwhile",
1769
+ "actually",
1770
+ "honestly",
1771
+ "basically",
1772
+ "essentially",
1773
+ "incidentally"
1774
+ ],
1775
+
1776
+ fragments: {
1777
+ incomplete: [
1778
+ "i was gonna",
1779
+ "trying to",
1780
+ "can't even",
1781
+ "supposed to",
1782
+ "thought it would",
1783
+ "expected",
1784
+ "hoping for",
1785
+ "wanted to"
1786
+ ],
1787
+ short: [
1788
+ "broken",
1789
+ "why",
1790
+ "how",
1791
+ "nope",
1792
+ "done",
1793
+ "help",
1794
+ "please",
1795
+ "ugh",
1796
+ "finally",
1797
+ "yes"
1798
+ ]
1799
+ },
1800
+
1801
+ authenticity: {
1802
+ selfCorrections: [
1803
+ "I mean",
1804
+ "or rather",
1805
+ "well actually",
1806
+ "wait no",
1807
+ "let me rephrase"
1808
+ ],
1809
+ fillers: [
1810
+ "like",
1811
+ "you know",
1812
+ "basically",
1813
+ "sort of",
1814
+ "kind of",
1815
+ "or whatever",
1816
+ "and stuff",
1817
+ "I guess"
1818
+ ],
1819
+ asides: [
1820
+ "(not even joking)",
1821
+ "(true story)",
1822
+ "(yes really)",
1823
+ "(I checked)",
1824
+ "(multiple times)"
1825
+ ]
1826
+ },
1827
+
1828
+ openings: {
1829
+ support: [
1830
+ "Hi support team",
1831
+ "Need help with something",
1832
+ "Quick question",
1833
+ "Having an issue",
1834
+ "Urgent request"
1835
+ ],
1836
+ review: [
1837
+ "Been using this for a while",
1838
+ "Just wanted to share",
1839
+ "My experience so far",
1840
+ "Honest review",
1841
+ "Real talk"
1842
+ ],
1843
+ chat: [
1844
+ "hey",
1845
+ "yo",
1846
+ "sup",
1847
+ "anyone here?",
1848
+ "quick q"
1849
+ ],
1850
+ feedback: [
1851
+ "Wanted to provide feedback",
1852
+ "Some thoughts",
1853
+ "Observations from usage",
1854
+ "Points to consider",
1855
+ "User feedback"
1856
+ ],
1857
+ email: [
1858
+ "Hello,",
1859
+ "Hi team,",
1860
+ "Good morning,",
1861
+ "Dear support,",
1862
+ "To whom it may concern,"
1863
+ ],
1864
+ forum: [
1865
+ "[HELP]",
1866
+ "[QUESTION]",
1867
+ "[BUG]",
1868
+ "[SOLVED]",
1869
+ "PSA:"
1870
+ ],
1871
+ search: [
1872
+ "",
1873
+ "how to",
1874
+ "fix",
1875
+ "error",
1876
+ "tutorial"
1877
+ ],
1878
+ comments: [
1879
+ "",
1880
+ "Wow!",
1881
+ "Amazing!",
1882
+ "Just wanted to say",
1883
+ "This is so",
1884
+ "Absolutely"
1885
+ ],
1886
+ tweet: [
1887
+ "",
1888
+ "Just",
1889
+ "Currently",
1890
+ "Breaking:",
1891
+ "Update:",
1892
+ "PSA:"
1893
+ ],
1894
+ default: [
1895
+ "So",
1896
+ "Okay",
1897
+ "Right",
1898
+ "Well",
1899
+ "Look"
1900
+ ]
1901
+ },
1902
+
1903
+ addons: {
1904
+ pos: [
1905
+ "Really happy with this",
1906
+ "Exceeded expectations",
1907
+ "Would recommend",
1908
+ "Great job team",
1909
+ "Keep it up"
1910
+ ],
1911
+ neg: [
1912
+ "This needs work",
1913
+ "Very disappointed",
1914
+ "Expected better",
1915
+ "Not acceptable",
1916
+ "Please fix"
1917
+ ],
1918
+ neu: [
1919
+ "It's fine",
1920
+ "Room for improvement",
1921
+ "Does the job",
1922
+ "Nothing special",
1923
+ "Average"
1924
+ ]
1925
+ },
1926
+
1927
+ closings: {
1928
+ pos: [
1929
+ "Thanks!",
1930
+ "Appreciate it!",
1931
+ "Love it!",
1932
+ "Great work!",
1933
+ "Keep it up!"
1934
+ ],
1935
+ neg: [
1936
+ "Please help",
1937
+ "Fix this",
1938
+ "Not happy",
1939
+ "Disappointed",
1940
+ "..."
1941
+ ],
1942
+ neu: [
1943
+ "Thanks",
1944
+ "FYI",
1945
+ "Just saying",
1946
+ "Cheers",
1947
+ "That's all"
1948
+ ]
1949
+ }
1950
+ };
1951
+
1952
+ // ============= Generation Patterns =============
1953
+
1954
+ export const GENERATION_PATTERNS = {
1955
+ structures: {
1956
+ support: [
1957
+ { pattern: "#openings#", probability: 0.9, transition: true },
1958
+ { pattern: "#context#", probability: 0.6, transition: true },
1959
+ { pattern: "#products# #issues#", probability: 0.95, transition: false },
1960
+ { pattern: "#details#", probability: 0.5, transition: true },
1961
+ { pattern: "Please help", probability: 0.8, transition: false }
1962
+ ],
1963
+ review: [
1964
+ { pattern: "Rating: #RATING#", probability: 0.7, transition: true },
1965
+ { pattern: "#context#", probability: 0.8, transition: true },
1966
+ { pattern: "#products# is #QUALITY#", probability: 0.95, transition: true },
1967
+ { pattern: "#features# #PERFORMANCE#", probability: 0.9, transition: true },
1968
+ { pattern: "#RECOMMENDATION#", probability: 0.85, transition: false }
1969
+ ],
1970
+ chat: [
1971
+ { pattern: "#GREETING#", probability: 0.6, transition: false },
1972
+ { pattern: "#SHORT_THOUGHT#", probability: 0.95, transition: false },
1973
+ { pattern: "#EMOJI#", probability: 0.4, transition: false }
1974
+ ],
1975
+ feedback: [
1976
+ { pattern: "Feedback on #products#:", probability: 0.8, transition: true },
1977
+ { pattern: "#features# #ASSESSMENT#", probability: 0.95, transition: true },
1978
+ { pattern: "#IMPACT#", probability: 0.7, transition: true },
1979
+ { pattern: "#SUGGESTION#", probability: 0.6, transition: false }
1980
+ ],
1981
+ email: [
1982
+ { pattern: "#GREETING#", probability: 1, transition: true },
1983
+ { pattern: "#PURPOSE#", probability: 0.95, transition: true },
1984
+ { pattern: "#DETAILS#", probability: 0.9, transition: true },
1985
+ { pattern: "#ACTION_NEEDED#", probability: 0.7, transition: true },
1986
+ { pattern: "#CLOSING#", probability: 0.95, transition: false }
1987
+ ],
1988
+ forum: [
1989
+ { pattern: "#TAG#", probability: 0.8, transition: true },
1990
+ { pattern: "#TITLE#", probability: 1, transition: true },
1991
+ { pattern: "#CONTEXT#", probability: 0.7, transition: true },
1992
+ { pattern: "#ISSUE_DETAIL#", probability: 0.95, transition: true },
1993
+ { pattern: "#QUESTION#", probability: 0.6, transition: false }
1994
+ ],
1995
+ search: [
1996
+ { pattern: "#QUERY#", probability: 1, transition: false }
1997
+ ],
1998
+ comments: [
1999
+ { pattern: "#congratulations#", probability: 0.7, transition: true },
2000
+ { pattern: "#support_expressions#", probability: 0.8, transition: true },
2001
+ { pattern: "#social_emojis#", probability: 0.4, transition: false }
2002
+ ],
2003
+ tweet: [
2004
+ { pattern: "#announcement_starters#", probability: 0.6, transition: true },
2005
+ { pattern: "#casual_reactions#", probability: 0.5, transition: true },
2006
+ { pattern: "#social_hashtags#", probability: 0.8, transition: true },
2007
+ { pattern: "#social_emojis#", probability: 0.7, transition: false }
2008
+ ],
2009
+ default: [
2010
+ { pattern: "#products#", probability: 0.8, transition: true },
2011
+ { pattern: "#features#", probability: 0.7, transition: true },
2012
+ { pattern: "#OBSERVATION#", probability: 0.9, transition: false }
2013
+ ]
2014
+ },
2015
+
2016
+ narratives: {
2017
+ support: [
2018
+ { template: "#greeting# I need help with #products#", optional: false },
2019
+ { template: "The #features# feature #issues# when I try to use it", optional: false },
2020
+ { template: "I've tried #troubleshooting# but nothing works", optional: true },
2021
+ { template: "This is #urgency# for our team", optional: true },
2022
+ { template: "Please advise on next steps", optional: false }
2023
+ ],
2024
+ review: [
2025
+ { template: "I've been using #products# for #timeframe#", optional: false },
2026
+ { template: "Overall, #assessment#", optional: false },
2027
+ { template: "The #features# is #quality#", optional: false },
2028
+ { template: "#comparison#", optional: true },
2029
+ { template: "#recommendation#", optional: false }
2030
+ ],
2031
+ feedback: [
2032
+ { template: "After using #products# extensively", optional: true },
2033
+ { template: "I wanted to share feedback on #features#", optional: false },
2034
+ { template: "It #performance# in most cases", optional: false },
2035
+ { template: "However, #concern#", optional: true },
2036
+ { template: "Suggestion: #improvement#", optional: true }
2037
+ ],
2038
+ email: [
2039
+ { template: "#greeting#", optional: false },
2040
+ { template: "I'm writing regarding #products#", optional: false },
2041
+ { template: "#mainPoint#", optional: false },
2042
+ { template: "#supportingDetail#", optional: true },
2043
+ { template: "#closing#", optional: false }
2044
+ ],
2045
+ forum: [
2046
+ { template: "#title#", optional: false },
2047
+ { template: "System specs: #specs#", optional: true },
2048
+ { template: "Issue: #detailed_problem#", optional: false },
2049
+ { template: "Steps to reproduce: #steps#", optional: true },
2050
+ { template: "Anyone else experiencing this?", optional: true }
2051
+ ],
2052
+ comments: [
2053
+ { template: "#congratulations#!", optional: true },
2054
+ { template: "#support_expressions# #social_emojis#", optional: false },
2055
+ { template: "Thank you for sharing this with us", optional: true }
2056
+ ],
2057
+ tweet: [
2058
+ { template: "#announcement_starters#", optional: true },
2059
+ { template: "#casual_reactions# #social_emojis#", optional: false },
2060
+ { template: "#social_hashtags#", optional: true }
2061
+ ]
2062
+ }
2063
+ };
2064
+
2065
+ // Export everything
2066
+ export default PHRASE_BANK;