-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unit tests to ensure topic is working and further grammar refactorings
- Loading branch information
Showing
29 changed files
with
1,312 additions
and
1,194 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
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
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
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,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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 12/17/2011 --> | ||
<!-- --> | ||
|
||
<!-- Modified for Y-Bot by Keith Sterling July 2017 --> | ||
|
||
<category> | ||
<pattern>IS * A # SIGN</pattern> | ||
<template>No</template> | ||
</category> | ||
<category> | ||
<pattern>IS <set>starsign</set> A # SIGN | ||
</pattern> | ||
<template>Yes</template> | ||
</category> | ||
<category> | ||
<pattern>NAME <set>quantifier</set> # SIGN | ||
</pattern> | ||
<template>Leo, Pisces, Libra.</template> | ||
</category> | ||
|
||
</aiml> |
Oops, something went wrong.