0
可正常工作AIML與蟒紋不承認不深但承認請勿
<category>
<pattern>DO NOT CALL ME *</pattern>
<that>WHAT CAN I CALL YOU</that>
<template>So what can I call you?</template>
</category>
這將引發無法比擬的錯誤
<category>
<pattern>DON'T CALL ME *</pattern>
<that>WHAT CAN I CALL YOU</that>
<template>So what can I call you?</template>
</category>
我明明做一些愚蠢的事。任何人都知道嗎?
changed不要撥打我* 。然後Python代碼是human_input = raw_input(「Enter your message >>」).replace(「\'',」「) print kernel.respond(human_input) –
user3057416