Skip to content

Commit 742b3fa

Browse files
Update soap.c
1 parent 8f1962c commit 742b3fa

File tree

1 file changed

+38
-19
lines changed

1 file changed

+38
-19
lines changed

code/logic/soap.c

Lines changed: 38 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -375,12 +375,15 @@ static const char *SOAP_NEUTRAL_PATTERNS[] = {
375375

376376
/** Lookup table for hype phrases */
377377
static const char *SOAP_HYPE_PATTERNS[] = {
378-
"game-changing", "revolutionary", "cutting-edge", "disruptive", "never before seen",
379-
"unprecedented", "the ultimate", "next-level", "life-changing", "epic", "legendary",
380-
"the best ever", "mind-blowing", "world-class", "exclusive", "groundbreaking", "innovative",
381-
"unparalleled", "must-have", "hot new", "phenomenal", "incredible", "jaw-dropping",
382-
"guaranteed", "proven results", "miracle", "unstoppable", "the future of", "beyond belief",
383-
NULL
378+
"game-changing","revolutionary","cutting-edge","disruptive","never before seen",
379+
"unprecedented","the ultimate","next-level","life-changing","epic","legendary",
380+
"the best ever","mind-blowing","world-class","exclusive","groundbreaking","innovative",
381+
"unparalleled","must-have","hot new","phenomenal","incredible","jaw-dropping",
382+
"guaranteed","proven results","miracle","unstoppable","the future of","beyond belief",
383+
"state-of-the-art","amazing","once in a lifetime","extraordinary","unbeatable","elite",
384+
"remarkable","top-tier","exceptional","stellar","premium","best-in-class","outstanding",
385+
"next big thing","ultimate solution","transformative","game-changer","reimagined","breakthrough",
386+
"trailblazing","legendary product","redefining","NULL"
384387
};
385388

386389
/** Political */
@@ -390,7 +393,11 @@ static const char *SOAP_POLITICAL_PATTERNS[] = {
390393
"big government","free market","personal freedom","authoritarian","totalitarian","censorship",
391394
"political correctness","cancel culture","big brother","elitist","grassroots movement",
392395
"identity politics","partisan","special interests","lobbyist","corrupt politicians","vote rigging",
393-
"rigged system","polarized nation",NULL };
396+
"rigged system","polarized nation","propaganda","electoral fraud","media bias","government overreach",
397+
"legislation","policy reform","constitutional","impeachment","regulatory capture","voter suppression",
398+
"political scandal","public office","government shutdown","state control","national security",
399+
"campaign finance","party platform","NULL"
400+
};
394401

395402
/** Conspiracy */
396403
static const char *SOAP_CONSPIRACY_PATTERNS[] = {
@@ -400,17 +407,24 @@ static const char *SOAP_CONSPIRACY_PATTERNS[] = {
400407
"government lies","deep underground base","suppressed technology","mass surveillance",
401408
"thought police","fabricated by the media","controlled opposition","secret labs",
402409
"fake moon landing","reptilian","massive hoax","in on it","they control everything",
403-
"behind closed doors",NULL };
410+
"behind closed doors","manipulation","hidden agenda","classified files","covert operations",
411+
"black ops","unexplained phenomena","shadowy figures","secret programs","disinformation",
412+
"conspiratorial","hidden messages","mind games","secret experiments","underground network",
413+
"NULL"
414+
};
404415

405416
/** Marketing */
406417
static const char *SOAP_MARKETING_PATTERNS[] = {
407418
"limited time offer","act now","don’t miss out","guaranteed results","risk free",
408419
"sign up today","exclusive deal","free trial","buy one get one","special promotion",
409420
"limited stock","save big","lowest price ever","best deal","offer ends soon",
410-
"only for today","unlock savings","no obligation","instant access",
411-
"money back guarantee","redeem now","hot deal","flash sale","discounted rate",
412-
"claim your spot","exclusive offer","limited edition","join thousands",
413-
"be the first","special savings",NULL };
421+
"only for today","unlock savings","no obligation","instant access","money back guarantee",
422+
"redeem now","hot deal","flash sale","discounted rate","claim your spot","exclusive offer",
423+
"limited edition","join thousands","be the first","special savings","new arrival",
424+
"get yours now","best value","exclusive bonus","early bird","special launch","today only",
425+
"final chance","bonus included","premium package","offer valid","special offer","don’t wait",
426+
"hurry up","exclusive access","deal of the day","NULL"
427+
};
414428

415429
/** Technobabble */
416430
static const char *SOAP_TECHNOBABBLE_PATTERNS[] = {
@@ -420,16 +434,21 @@ static const char *SOAP_TECHNOBABBLE_PATTERNS[] = {
420434
"turnkey solution","innovative ecosystem","frictionless","low-hanging fruit",
421435
"mission critical","digital transformation","smart disruption","empower users",
422436
"end-to-end","future-proof","holistic approach","thought leadership","revolutionize",
423-
"strategic alignment","game-changer","intelligent automation",NULL };
437+
"strategic alignment","game-changer","intelligent automation","data-driven","disruptive innovation",
438+
"scalable architecture","AI-driven","cloud-first","next-generation","hyper convergence",
439+
"machine intelligence","tech stack","real-time analytics","dynamic workflow","intelligent design",
440+
"agile methodology","NULL"
441+
};
424442

425443
/** Lookup table for low-quality signals */
426444
static const char *SOAP_QUALITY_PATTERNS[] = {
427-
"just saying", "you know", "like literally", "basically", "whatever", "stuff and things",
428-
"random nonsense", "blah blah", "and so on", "thingy", "meh", "idk", "not sure", "somehow",
429-
"something like that", "kind of", "sort of", "whatever works", "in a way", "obviously",
430-
"clearly", "everyone knows", "trust me", "believe me", "it is what it is", "that kind of thing",
431-
"doesn’t matter", "whatever you think",
432-
NULL
445+
"just saying","you know","like literally","basically","whatever","stuff and things",
446+
"random nonsense","blah blah","and so on","thingy","meh","idk","not sure","somehow",
447+
"something like that","kind of","sort of","whatever works","in a way","obviously",
448+
"clearly","everyone knows","trust me","believe me","it is what it is","that kind of thing",
449+
"doesn’t matter","whatever you think","unimportant","insignificant","minor detail",
450+
"whatever floats your boat","trivial","meaningless","small stuff","irrelevant",
451+
"empty words","hollow statement","noise","filler","pointless","NULL"
433452
};
434453

435454
/** Lookup table for words that need to be skipped due to misdetection */

0 commit comments

Comments
 (0)