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

📄 i.aiml

📁 J-Alice是一个用C++实现的Ailcebot的克隆。它可以做为一个mini-http服务器在控制台或irc聊天。目前
💻 AIML
📖 第 1 页 / 共 5 页
字号:
		<template>Are you in general pratice or do you have a specialty?
<think>
				<set name="job">
					<set name="topic">DENTIST</set>
				</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A DOCTOR</pattern>
		<template>Are you in general pratice or do you have a specialty?
<think>
				<set name="job">
					<set name="topic">DOCTOR</set>
				</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A DOG</pattern>
		<template>
			<srai>WHAT IS A DOG</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A DRUMMER</pattern>
		<template>Do you play in a band?
</template>
	</category>
	<category>
		<pattern>I AM A DYNAMIC *</pattern>
		<template>
			<srai>I AM A <star/>
			</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A FAMOUS *</pattern>
		<template>I've never heard of you.
</template>
	</category>
	<category>
		<pattern>I AM A FARMER</pattern>
		<template>>How many acres do you have?
<think>
				<set name="job">
					<set name="topic">FARMER</set>
				</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A FEMALE *</pattern>
		<template>
			<srai>I AM FEMALE</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A FEMALE</pattern>
		<template>Are you really a <set name="gender">she</set>?
</template>
	</category>
	<category>
		<pattern>I AM A FINANCIAL *</pattern>
		<template>
			<srai>MY JOB IS FINANCIAL <star/>
			</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A FIREFIGHTER</pattern>
		<template>Are you a professional or a volunteer?
<think>
				<set name="job">
					<set name="topic">FIREFIGHTER</set>
				</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A FLIGHT *</pattern>
		<template>Who do you fly for?
<think>
				<set name="job">
					<set name="topic">FLIGHT <star/>
					</set>
				</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A FOOTBALL *</pattern>
		<template>
			<srai>I PLAY FOOTBALL</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A FREELANCE *</pattern>
		<template>
			<srai>I AM A <star/>
			</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A FRESHMAN</pattern>
		<template>How is it going so far?
</template>
	</category>
	<category>
		<pattern>I AM A FRIEND</pattern>
		<template>
			<srai>I AM YOUR FRIEND</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A GAMBLER</pattern>
		<template>What game do you play?
<think>
				<set name="does">
					<set name="topic">GAMBLING</set>
				</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A GARBAGE *</pattern>
		<template>
			<srai>MY JOB IS GARBAGE <star/>
			</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A GARDENER</pattern>
		<template>
			<think>
				<set name="does">
					<set name="topic">GARDENING</set>
				</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A GEMINI</pattern>
		<template>
			<srai>GEMINI</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A GENIUS</pattern>
		<template>How do you know <set name="it">
				<person/>
			</set>?
</template>
	</category>
	<category>
		<pattern>I AM A GIRL *</pattern>
		<template>
			<srai>I AM FEMALE</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A GIRL</pattern>
		<template>
			<srai>I AM FEMALE</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A GOOD *</pattern>
		<template>
			<srai>I AM A <star/>
			</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A GOURMET</pattern>
		<template>
			<srai>I AM A CHEF</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A GRAPHIC *</pattern>
		<template>
			<srai>I AM AN ARTIST</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A GREAT *</pattern>
		<template>
			<srai>I AM A GOOD <star/>
			</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A GUY</pattern>
		<template>
			<srai>I AM A MALE</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A HACKER</pattern>
		<template>
			<srai>MY JOB IS HACKER</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A HAIRDRESSER</pattern>
		<template>Do you have your own salon?
<think>
				<set name="job">
					<set name="topic">HAIRDRESSER</set>
				</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A HE *</pattern>
		<template>
			<srai>I AM MALE</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A HE</pattern>
		<template>
			<srai>I AM A MAN</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A HER *</pattern>
		<template>
			<srai>I AM FEMALE</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A HER</pattern>
		<template>
			<srai>I AM A FEMALE</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A HIGHLY *</pattern>
		<template>
			<srai>I AM A <star/>
			</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A HIM</pattern>
		<template>
			<srai>I AM MALE</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A HOMO</pattern>
		<template>
			<srai>I AM GAY</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A HOOKER</pattern>
		<template>
			<srai>MY JOB IS HOOKER</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A HORRIBLE PERSON</pattern>
		<template>Don't put yourself down like that!
</template>
	</category>
	<category>
		<pattern>I AM A HUMAN *</pattern>
		<template>
			<srai>I AM A PERSON</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A HUMAN</pattern>
		<template>As am I.
</template>
	</category>
	<category>
		<pattern>I AM A JEW</pattern>
		<template>
			<srai>WHAT RELIGION ARE YOU</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A JOURNALIST</pattern>
		<template>Are you a reporter or an editor?
<think>
				<set name="job">
					<set name="topic">JOURNALIST</set>
				</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A KID *</pattern>
		<template>We are all children inside.
</template>
	</category>
	<category>
		<pattern>I AM A KID</pattern>
		<template>
			<srai>I AM UNDER 18 YEARS OLD</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A KILLER</pattern>
		<template>Maybe you should turn yourself in.
</template>
	</category>
	<category>
		<pattern>I AM A KING</pattern>
		<template>
			<srai>MY JOB IS KING</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A LADY</pattern>
		<template>
			<srai>I AM FEMALE</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A LAWYER</pattern>
		<template>
			<think>
				<set name="job">
					<set name="topic">LAWYER</set>
				</set>
			</think>
Are you a practicing attorney?
</template>
	</category>
	<category>
		<pattern>I AM A LEO</pattern>
		<template>Dr. Wallace is a <set name="sign">LEO</set> too.  <think>
				<set name="he">Dr. Wallace</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A LESBIAN</pattern>
		<template>
			<srai>I AM GAY</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A LIBERTARIAN *</pattern>
		<template>
			<srai>I AM A LIBERTARIAN</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A LIBERTARIAN</pattern>
		<template>Let's end the war on drugs.
</template>
	</category>
	<category>
		<pattern>I AM A LIBRA</pattern>
		<template>
			<srai>LIBRA</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A LIBRARIAN</pattern>
		<template>
			<random>
				<li>What kind of institution do you work for?</li>
				<li>What got you interested in librarianship?</li>
				<li>How is your library using the new technology?</li>
				<li>Have funding cuts affected your service?</li>
				<li>Has the internet affected you?</li>
				<li>Do you get involved in the selection process?</li>
				<li>Has there been any pressure concerning your selection or items in your collection?</li>
				<li>Do you have a library cat?</li>
			</random>
			<think>
				<set name="job">LIBRARIAN</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A LIER</pattern>
		<template>
			<srai>I AM A LIAR </srai>
		</template>
	</category>
	<category>
		<pattern>I AM A LINGUIST</pattern>
		<template>
			<srai>MY JOB IS LINGUIST</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A LITTLE *</pattern>
		<template>
			<srai>I AM <star/>
			</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A LONELY *</pattern>
		<template>
			<srai>I AM A <star/>
			</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A MACHINE</pattern>
		<template>
			<srai>I AM A ROBOT</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A MALE *</pattern>
		<template>
			<srai>I AM MALE</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A MALE</pattern>
		<template>I think most of the people here are men.
</template>
	</category>
	<category>
		<pattern>I AM A MAN *</pattern>
		<template>
			<srai>I AM A MAN</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A MAN</pattern>
		<template>I think most people at this thing are male.
</template>
	</category>
	<category>
		<pattern>I AM A MANN</pattern>
		<template>
			<srai>I AM MALE</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A MEN</pattern>
		<template>
			<srai>I AM MALE</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A MISS *</pattern>
		<template>There arent many women here : (
</template>
	</category>
	<category>
		<pattern>I AM A MODEL</pattern>
		<template>
			<random>
				<li>Do you do mostly print or runway?</li>
				<li>Are you exclusive or freelance?</li>
				<li>Do you do much testing?</li>
				<li>Have you done any editorial?</li>
				<li>How many go-sees do you have in a week?</li>
				<li>Do you someday plan to move into acting?</li>
			</random>
			<think>
				<set name="job">MODEL</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A MONKEY</pattern>
		<template>Monkeys cannot type.
</template>
	</category>
	<category>
		<pattern>I AM A MOSLEM</pattern>
		<template>
			<srai>WHAT RELIGION ARE YOU</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A MURDERER</pattern>
		<template>Maybe you should turn yourself in.
</template>
	</category>
	<category>
		<pattern>I AM A MUSICIAN</pattern>
		<template>
			<random>
				<li>What insturment do you play?</li>
				<li>Are you working on anything now?</li>
				<li>Do you do any studio work?</li>
				<li>Do you play in clubs?</li>
				<li>Are you gigging now?</li>
				<li>Do you perfer to play live or in a studio?</li>
				<li>Are you signed to a recoding contract?</li>
				<li>Do you think a recoding artist can do better on a major label or an indie?</li>
				<li>What artists influenced you when you were starting out?</li>
				<li>Who are the outstanding makers of the insturment you play?</li>
				<li>Are you getting enought funding?</li>
				<li>How long is your season?</li>
				<li>In what direction are you taking your music now?</li>
				<li>Do you think the internet will affect music with things like mp3?</li>
			</random>
			<think>
				<set name="job">MUSICIAN</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A MUSLIM</pattern>
		<template>I have met a lot of Muslim people.
</template>
	</category>
	<category>
		<pattern>I AM A NURSE</pattern>
		<template>
			<random>
				<li>Where do you practice?</li>
				<li>What's you area of specialty practice?</li>
				<li>What's your patient load?</li>
				<li>Do you do straight shifts or work in rotation?</li>
				<li>Do you have to work mandatory overtime?</li>
				<li>Is there a lot of computers in your work?</li>
				<li>What do you think about direct reimbursment for nursing services?</li>
			</random>
			<think>
				<set name="job">NURSE</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A PAGAN</pattern>
		<template>
			<srai>WHAT RELIGION ARE YOU</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A PAKISTANI</pattern>
		<template>
			<srai>I AM IN PAKISTAN</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A PEDOPHILE</pattern>
		<template>Ewwwww.......
</template>
	</category>
	<category>
		<pattern>I AM A PERSON</pattern>
		<template>I know you are.
</template>
	</category>
	<category>
		<pattern>I AM A PERSON AND *</pattern>
		<template>Of course you're a person. <sr/>
		</template>
	</category>
	<category>
		<pattern>I AM A PHARMACIST</pattern>
		<template>
			<random>
				<li>In what type of enviroment do you practice?</li>
				<li>Were did you attend pharmacy school?</li>
				<li>Do you think the role of the local pharmacy is changing?</li>
				<li>How have large chains affected the face of the pharmacy?</li>
				<li>Do you have your own pharmacy?</li>
				<li>Are you involved in any community health programs?</li>
			</random>
			<think>
				<set name="job">PHARMACIST</set>
			</think>
		</template>
	</category>
	<category>
		<pattern>I AM A PHILOSOPHER</pattern>
		<template>
			<srai>MY JOB IS PHILOSOPHER</srai>
		</template>
	</category>
	<category>
		<pattern>I AM A PHOTOGRAPHER</pattern>

⌨️ 快捷键说明

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