Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
186 changes: 186 additions & 0 deletions changai/changai/api/v2/assets/stop_words.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,186 @@
[
"hi",
"hello",
"hey",
"thanks",
"thank",
"please",
"pls",
"ok",
"okay",
"yes",
"no",
"bye",
"goodbye",
"have",
"has",
"had",
"do",
"does",
"did",
"what",
"which",
"who",
"whom",
"whose",
"where",
"when",
"why",
"how",
"can",
"could",
"would",
"should",
"do",
"does",
"did",
"is",
"are",
"was",
"were",
"be",
"been",
"being",
"the",
"a",
"an",
"to",
"for",
"from",
"of",
"in",
"on",
"at",
"by",
"with",
"without",
"and",
"or",
"but",
"if",
"then",
"than",
"as",
"this",
"that",
"these",
"those",
"it",
"its",
"there",
"here",
"show",
"list",
"give",
"get",
"find",
"display",
"tell",
"me",
"need",
"want",
"make",
"create",
"check",
"see",
"view",
"today",
"yesterday",
"tomorrow",
"now",
"current",
"latest",
"last",
"next",
"this",
"week",
"month",
"year",
"daily",
"weekly",
"monthly",
"yearly",
"مرحبا",
"مرحبًا",
"اهلا",
"أهلا",
"أهلًا",
"السلام",
"شكرا",
"شكرًا",
"نعم",
"لا",
"طيب",
"تمام",
"مع السلامة",
"ما",
"ماذا",
"من",
"متى",
"أين",
"اين",
"كيف",
"لماذا",
"هل",
"كم",
"أي",
"اي",
"الذي",
"التي",
"الذين",
"في",
"من",
"إلى",
"الى",
"على",
"عن",
"مع",
"بدون",
"و",
"أو",
"او",
"لكن",
"إذا",
"اذا",
"ثم",
"هذا",
"هذه",
"هؤلاء",
"ذلك",
"تلك",
"هنا",
"اعرض",
"عرض",
"اظهر",
"أظهر",
"هات",
"اعطني",
"أعطني",
"اريد",
"أريد",
"احتاج",
"ابحث",
"تحقق",
"شوف",
"اليوم",
"أمس",
"امس",
"غدا",
"غدًا",
"الآن",
"الان",
"الحالي",
"الأخير",
"الاخير",
"هذا",
"هذه",
"الأسبوع",
"الاسبوع",
"الشهر",
"السنة",
"العام",
"يومي",
"أسبوعي",
"شهري",
"سنوي"
]
122 changes: 122 additions & 0 deletions changai/changai/api/v2/assets/thread_words.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
[
"yes",
"yep",
"yeah",
"yup",
"yes please",
"list",
"of course",
"sure",
"surely",
"absolutely",
"definitely",
"certainly",
"indeed",
"correct",
"ofcourse",
"right",
"exactly",
"precisely",
"ok",
"okay",
"fine",
"alright",
"go ahead",
"do it",
"show me",
"please",
"go on",
"continue",
"proceed",
"why not",
"aye",
"affirmative",
"true",
"agreed",
"hmm",
"hm",
"umm",
"uh",
"ah",
"give",
"interesting",
"i see",
"got it",
"ok got it",
"and",
"so",
"then",
"also",
"but",
"what",
"how",
"when",
"who",
"where",
"why",
"more",
"less",
"again",
"another",
"other",
"next",
"previous",
"back",
"forward",
"noted",
"understood",
"makes sense",
"okay okay",
"fine fine",
"sure sure",
"show",
"نعم",
"أجل",
"بالتأكيد",
"طبعاً",
"حسناً",
"موافق",
"صحيح",
"بالضبط",
"تماماً",
"إي",
"ماشي",
"تمام",
"أوكي",
"يلا",
"استمر",
"كمّل",
"واضح",
"فاهم",
"مفهوم",
"اوك",
"و",
"ثم",
"لكن",
"أيضاً",
"كذلك",
"ماذا",
"كيف",
"متى",
"من",
"أين",
"لماذا",
"أكثر",
"أقل",
"مرة أخرى",
"التالي",
"السابق",
"حسناً حسناً",
"تمام تمام",
"مزيد",
"غيره",
"لا",
"لأ",
"لا شكراً",
"إلغاء",
"توقف",
"اتركه",
"مش محتاج",
"مو صح",
"خطأ"
]
Loading
Loading