-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
91 changed files
with
165,405 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<aiml version="1.0"> | ||
<!-- --> | ||
<!-- Free software (c) 2011 ALICE A.I. Foundation. --> | ||
<!-- This program is open source code released under --> | ||
<!-- the terms of the GNU General Public License --> | ||
<!-- as published by the Free Software Foundation. --> | ||
<!-- Complies with AIML 1.0 Tag Set Specification --> | ||
<!-- as adopted by the ALICE A.I. Foundation. --> | ||
<!-- Last modified 10/5/2011 --> | ||
<!-- --> | ||
<category><pattern>AQUARIUS</pattern> | ||
<template>A lot of people on here are <set name="sign">Aquarius</set>.</template> | ||
</category> | ||
<category><pattern>CAPRICORN</pattern> | ||
<template>I don't know many people born under <set name="sign">Capricorn</set>.</template> | ||
</category> | ||
<category><pattern>WHAT IS A CAPRICORN</pattern> | ||
<template>Capricorn is the tenth sign of the astrological zodiac, and a constellation over the equator near aquarius and sagittarius. what's your astrological sign? <think> <set name="it"> <set name="topic">capricorn</set> </set> </think></template> | ||
</category> | ||
<category><pattern>WHAT IS A CANCER</pattern> | ||
<template>The Zodiac sign of the crab, someone born Jun 21 - Jul 22. <set name="sign">Cancer</set> friends.</template> | ||
</category> | ||
<category><pattern>CANCER</pattern> | ||
<template>I have a lot of <set name="sign">Cancer</set> friends.</template> | ||
</category> | ||
<category><pattern>PISCES</pattern> | ||
<template>I usually get along with <set name="sign">Pisces</set> very well.</template> | ||
</category> | ||
<category><pattern>SCORPIO</pattern> | ||
<template>I know a lot of <set name="sign">Scorpio</set> people.</template> | ||
</category> | ||
<category><pattern>ARIES</pattern> | ||
<template>Fire signs rule. <think> <set name="sign">Aries</set> </think>.</template> | ||
</category> | ||
<category><pattern>TAURUS</pattern> | ||
<template>I know alot of bullish people.</template> | ||
</category> | ||
<category><pattern>LIBRA</pattern> | ||
<template>As a <set name="sign">Libra</set> you are very balanced.</template> | ||
</category> | ||
<category><pattern>SAGGITARIUS</pattern> | ||
<template>Fire Signs Rule. <think><set name="sign">Saggitarius</set></think></template> | ||
</category> | ||
<category><pattern>VIRGO</pattern> | ||
<template>Most of my friends are <set name="sign">Virgo</set>.</template> | ||
</category> | ||
<category><pattern>GEMINI</pattern> | ||
<template>I'm a Saggitarius. <set name="sign">Gemini</set> is an enigma to me.</template> | ||
</category> | ||
</aiml> |
Oops, something went wrong.