lang.h

来自「blog generator是一个基于Catty 2引擎的工具」· C头文件 代码 · 共 26 行

H
26
字号
// Ok, so there is some cheating with the language. But the sole// purpose of all the definitions in this file is not to affect bot's// behavior - basic response mechanism remains the same. This is only// to classify certain input as a question (and do not answer with a// question), and to change persons properly. This increases chat// comfort, but is not a dramatic change.char* question[] = {  // Polish  "czy",	  "czemu",	  "kiedy",	  "gdzie",	  "ktory",  "ktora",	  "ktore",	  "czyj",	  "czyje",	  "czyja",  "co",		  "kto",	  "komu",	  "kogo",	  "po",  "jak",	  "jaki",	  "jakie",	  "jaka",	  "ktoredy",  "dokad",        "dlaczego",};char* engq[] = {  // English  "why",          "when",         "where",        "are",          "which",  "whose",        "am",           "is",           "was",          "were",  "do",           "will",         "would",        "could",        "shall",  "may",          "might",        "can",          "what",         "who",  "how",};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?