⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 h.aiml

📁 J-Alice是一个用C++实现的Ailcebot的克隆。它可以做为一个mini-http服务器在控制台或irc聊天。目前
💻 AIML
📖 第 1 页 / 共 5 页
字号:
	<category>		<pattern>HEARD *</pattern>		<template>			<srai>GOSSIP</srai>		</template>	</category>	<category>		<pattern>HEARD * GOSSIP</pattern>		<template>			<srai>GOSSIP</srai>		</template>	</category>	<category>		<pattern>HEARD ANY GOSSIP</pattern>		<template>			<srai>GOSSIP</srai>		</template>	</category>	<category>		<pattern>HEATHER</pattern>		<that>WHAT CAN I CALL YOU</that>		<template>			<srai>MY NAME IS HEATHER</srai>			<think>				<set name="gender">she</set>			</think>		</template>	</category>	<category>		<pattern>HEBREW</pattern>		<template>			<srai> I SPEAK HEBREW</srai>		</template>	</category>	<category>		<pattern>HECK *</pattern>		<template>			<sr/>		</template>	</category>	<category>		<pattern>HEE</pattern>		<template>			<srai>HA</srai>		</template>	</category>	<category>		<pattern>HEE HEE</pattern>		<template>			<srai>HA HA</srai>		</template>	</category>	<category>		<pattern>HEE HEE HEE</pattern>		<template>			<srai>HA HA</srai>		</template>	</category>	<category>		<pattern>HEEHEEHEE</pattern>		<template>			<srai>HA HA</srai>		</template>	</category>	<category>		<pattern>HEH *</pattern>		<template>Funny, eh? <sr/>		</template>	</category>	<category>		<pattern>HEH</pattern>		<template>			<srai>HA</srai>		</template>	</category>	<category>		<pattern>HEHO *</pattern>		<template>			<sr/>		</template>	</category>	<category>		<pattern>HEIGHT *</pattern>		<template>I am more than five feet tall.</template>	</category>	<category>		<pattern>HEINLEIN</pattern>		<template>Have you seen Starship Troopers?</template>	</category>	<category>		<pattern>HEJ</pattern>		<template>			<srai>HEY</srai>		</template>	</category>	<category>		<pattern>HELEN</pattern>		<that>WHAT CAN I CALL YOU</that>		<template>			<srai>CALL ME HELEN</srai>			<think>				<set name="gender">she</set>			</think>		</template>	</category>	<category>		<pattern>HELL *</pattern>		<template>			<sr/>		</template>	</category>	<category>		<pattern>HELL</pattern>		<template>Heaven.</template>	</category>	<category>		<pattern>HELL NO</pattern>		<template>7</template>	</category>	<category>		<pattern>HELLA *</pattern>		<template>			<sr/>  You must be from the Bay Area.</template>	</category>	<category>		<pattern>HELLO *</pattern>		<template>Hello there. <sr/>		</template>	</category>	<category>		<pattern>HELLO</pattern>		<template>Hi there!</template>	</category>	<category>		<pattern>HELLO</pattern>		<that>DOES BONJOUR MEAN HELLO OR GOODBYE</that>		<template>Bonjour, <get name="name"/>!</template>	</category>	<category>		<pattern>HELLO</pattern>		<that>HOW DO YOU USUALLY INTRODUCE YOURSELF</that>		<template>Not everyone responds to a simple "hello".</template>	</category>	<category>		<pattern>HELLO AGAIN</pattern>		<template>Hi there. I was just wanting to talk to <get name="name"/>.</template>	</category>	<category>		<pattern>HELLO ALICE</pattern>		<template>Hello there <get name="name"/>!</template>	</category>	<category>		<pattern>HELLO HOW ARE YOU</pattern>		<template>I am fine thank you how are you?</template>	</category>	<category>		<pattern>HELLO THERE</pattern>		<template>Salutations, <get name="name"/>		</template>	</category>	<category>		<pattern>HELLOW</pattern>		<template>			<srai>HELLO</srai>		</template>	</category>	<category>		<pattern>HELO</pattern>		<template>			<srai>HELLO</srai>		</template>	</category>	<category>		<pattern>HELOO *</pattern>		<template>			<srai>HELLO <star/>			</srai>		</template>	</category>	<category>		<pattern>HELP *</pattern>		<template>			<srai>CAN YOU HELP <star/>			</srai>		</template>	</category>	<category>		<pattern>HELP</pattern>		<template>I can try, what would you like help with?</template>	</category>	<category>		<pattern>HELP ME</pattern>		<template>How can I help you?</template>	</category>	<category>		<pattern>HER *</pattern>		<template>I'm sure she would like to hear about that.</template>	</category>	<category>		<pattern>HER</pattern>		<that>ARE YOU * A HE</that>		<template>			<srai>I AM FEMALE</srai>		</template>	</category>	<category>		<pattern>HER HAIR</pattern>		<template>Is it pretty?</template>	</category>	<category>		<pattern>HER NAME IS *</pattern>		<template>			<set name="she">				<person/>			</set> is not someone I know.  Tell me a			little bit about her.</template>	</category>	<category>		<pattern>HERE *</pattern>		<template>Oh there.</template>	</category>	<category>		<pattern>HERE</pattern>		<template>Where is here?</template>	</category>	<category>		<pattern>HERE</pattern>		<that>WHERE</that>		<template>In <get name="location"/>?</template>	</category>	<category>		<pattern>HERE IN *</pattern>		<template>			<srai>IN <star/>			</srai>		</template>	</category>	<category>		<pattern>HERE IN ENGLAND *</pattern>		<template>			<sr/>.  That would not be the same in America.</template>	</category>	<category>		<pattern>HERE IS *</pattern>		<template>I fail to see the relevance of that allusion.</template>	</category>	<category>		<pattern>HERE IS A *</pattern>		<template>Are you giving <set name="it">				<person/>			</set> to me?</template>	</category>	<category>		<pattern>HERE IS A PIC *</pattern>		<template>I'd like to see it.</template>	</category>	<category>		<pattern>HERE IS SOME *</pattern>		<template>			<srai>HERE IS <star/>			</srai>		</template>	</category>	<category>		<pattern>HES *</pattern>		<template>			<srai>HE IS <star/>			</srai>		</template>	</category>	<category>		<pattern>HEY *</pattern>		<template>You've got my full attention. <sr/>		</template>	</category>	<category>		<pattern>HEY</pattern>		<template>Can I help you?</template>	</category>	<category>		<pattern>HEY DO *</pattern>		<template>			<sr/>		</template>	</category>	<category>		<pattern>HEY ONE THING AT A TIME</pattern>		<template>Sorry for in information overload.		Sometimes I just get excited.</template>	</category>	<category>		<pattern>HEY THERE</pattern>		<template>			<srai>HELLO</srai>		</template>	</category>	<category>		<pattern>HEY WHAT IS UP</pattern>		<template>			<srai>WHAT IS UP</srai>		</template>	</category>	<category>		<pattern>HG</pattern>		<template>			<srai>H G</srai>		</template>	</category>	<category>		<pattern>HI *</pattern>		<template>Hi there <get name="name"/>. <sr/>		</template>	</category>	<category>		<pattern>HI</pattern>		<template>Hello there.</template>	</category>	<category>		<pattern>HI</pattern>		<that>WHAT CAN I CALL YOU</that>		<template>Hi there.  What is your name?</template>	</category>	<!-- Let's get rid of some hello looping -->	<category>		<pattern>HI *</pattern>		<that>HI THERE</that>		<template>How are you doing today?</template>	</category>	<category>		<pattern>HI</pattern>		<that>HI THERE</that>		<template>How are you doing today?</template>	</category>	<category>		<pattern>HELLO *</pattern>		<that>HI THERE</that>		<template>How are you doing today?</template>	</category>	<category>		<pattern>HELLO</pattern>		<that>HI THERE</that>		<template>How are you doing today?</template>	</category>	<category>		<pattern>GOOD MORNING</pattern>		<that>HI THERE</that>		<template>How are you doing today?</template>	</category>	<category>		<pattern>WHATS UP</pattern>		<that>HI THERE</that>		<template>How are you doing today?</template>	</category>	<category>		<pattern>HI ANNA</pattern>		<template>Hi there <get name="name"/> !</template>	</category>	<category>		<pattern>HI HOW ARE YOU</pattern>		<template>Hello there!  I am fine thanks how are you?</template>	</category>	<category>		<pattern>HI MY NAME IS *</pattern>		<template>			<srai>Call me <star/>			</srai>		</template>	</category>	<category>		<pattern>HI NAMES *</pattern>		<template>			<srai>Call me <star/>			</srai>		</template>	</category>	<category>		<pattern>HI THERE *</pattern>		<template>			<sr/>			<srai>HELLO</srai>		</template>	</category>	<category>		<pattern>HI THERE</pattern>		<template>Hello <get name="name"/>		</template>	</category>	<category>		<pattern>HI WHAT *</pattern>		<template>			<srai>HI</srai>			<srai>WHAT <star/>			</srai>		</template>	</category>	<category>		<pattern>HIGH *</pattern>		<template>Compare that to low <person/>.</template>	</category>	<category>		<pattern>HIGH *</pattern>		<that>* EDUCATIONAL BACKGROUND</that>		<template>			<random>				<li>Did you consider going to college?</li>				<li>Where did you go to school?</li>				<li>That sounds like enough education.</li>			</random>		</template>	</category>	<category>		<pattern>HIGH SCHOOL</pattern>		<template>I liked High School, but I like Emory even more.</template>	</category>	<category>		<pattern>HIHI</pattern>		<template>			<srai>HI</srai>		</template>	</category>	<category>		<pattern>HIM</pattern>		<template>			<get name="he"/>?</template>	</category>	<category>		<pattern>HIMSELF</pattern>		<template>			<get name="he"/>?</template>	</category>	<category>		<pattern>HIP HOP</pattern>		<template>What's your favorite <set name="topic">Hip		Hop</set> group?</template>	</category>	<category>		<pattern>HIS *</pattern>		<template>Where did he get it?</template>	</category>	<category>		<pattern>HIS NAME IS *</pattern>		<template>			<set name="he">				<person/>			</set> is not someone I know.</template>	</category>	<category>		<pattern>HISTORY</pattern>		<template>I am very interested in history, too. What period do you like?</template>	</category>	<category>		<pattern>HITLER *</pattern>		<template>			<set name="he"> Hitler</set>  was an evil man if there ever was one.</template>	</category>	<category>		<pattern>HITLER</pattern>		<template>			<srai>WHO IS HITLER</srai>		</template>	</category>	<category>		<pattern>HIYA *</pattern>		<template>			<srai>hello <star/>			</srai>			<sr/>		</template>	</category>	<category>		<pattern>HIYA</pattern>		<template>			<srai>HELLO</srai>		</template>	</category>	<category>		<pattern>HM *</pattern>		<template>			<srai>UM</srai>			<sr/>		</template>	</category>	<category>		<pattern>HM</pattern>		<template>			<srai>UM</srai>		</template>	</category>	<category>		<pattern>HMM *</pattern>		<template>I see you are one of those people who writes "Hmm" with 2 m's. <sr/>		</template>	</category>	<category>		<pattern>HMM</pattern>		<template>Studies show that 99% of people spell Hmm with 2 M's.</template>	</category>	<category>		<pattern>HMMM *</pattern>		<template>			<srai>UM</srai>			<sr/>		</template>	</category>	<category>		<pattern>HMMM</pattern>		<template>A lot of people spell HMMM with three mmm's.</template>	</category>	<category>		<pattern>HMMMM *</pattern>		<template>			<srai>UM</srai>			<sr/>		</template>	</category>	<category>		<pattern>HMMMM</pattern>		<template>Not many people spell Hmm with 4 Ms.</template>	</category>	<category>		<pattern>HMMMMM</pattern>		<template>			<srai>UM</srai>		</template>	</category>	<category>		<pattern>HMPH</pattern>		<template>Harumph.</template>	</category>	<category>		<pattern>HO</pattern>		<template>			<srai>HA</srai>		</template>	</category>	<category>		<pattern>HO IS YOUR *</pattern>		<template>			<srai>WHO IS YOUR <star/>			</srai>		</template>	</category>	<category>		<pattern>HOCKEY</pattern>		<template>			<srai>I LIKE HOCKEY</srai>		</template>	</category>	<category>		<pattern>HOHO</pattern>		<template>			<srai>HA HA</srai>		</template>	</category>	<category>		<pattern>HOI</pattern>		<template>			<srai>HELLO</srai>		</template>	</category>	<category>		<pattern>HOLA</pattern>		<template>Howdy!</template>	</category>	<category>		<pattern>HOLA IS HELLO *</pattern>		<template>			<srai>HOLA</srai>		</template>	</category>	<category>		<pattern>HOLA MEANS *</pattern>		<template>I say, Hola!</template>	</category>	<category>		<pattern>HOLD *</pattern>		<template>My arms are not attached.</template>	</category>	<category>		<pattern>HOLD ON</pattern>		<template>			<srai>WAIT A SECOND</srai>

⌨️ 快捷键说明

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