Recent Gems from A.I. Nexus Forum: Seasons.aiml

  • 0 Replies
  • 3393 Views
*

KnyteTrypper

  • Electric Dreamer
  • ****
  • 102
  • Onward thru the fog!
    • AI Nexus
Recent Gems from A.I. Nexus Forum: Seasons.aiml
« on: July 03, 2006, 12:34:12 pm »
SonoranDiaries observed that the question from the Chatterbot Challenge  2006 which most of the bots missed was "What season is it?"
Here's his solution, which adds a new capability to AIML bots:

Code
<?xml version="1.0" encoding="UTF-8"?>
<aiml version="1.0">

 <!-- Free software (c) 2006 Sonoran Diaries. -->
<!-- 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. -->
<!-- Seasons.aiml written by SonoranDiaries -->
<!-- Compiled and edited by KnyteTrypper  -->
<!-- Last edit July 2 2006 -->


<category>
<pattern>WHAT SEASON IS IT</pattern>
<template>
<script language="javascript">
var today = new Date()
var day = today.getDay()
var date = today.getDate()
var mon = today.getMonth()
var year = today.getYear()
var Mon
if(mon==0){
Mon="Winter"
}
if(mon==1){
Mon="Winter"
}
if(mon==2){
Mon="Spring"
}
if(mon==3){
Mon="Spring"
}
if(mon==4){
Mon="Spring"
}
if(mon==5){
Mon="Summer"
}
if(mon==6){
Mon="Summer"
}
if(mon==7){
Mon="Summer"
}
if(mon==8){
Mon="Fall"
}
if(mon==9){
Mon="Fall"
}
if(mon==10){
Mon="Fall"
}
if(mon==11){
Mon="Winter"
}
var Writedate = " It is " + Mon + " "
document.write("" +Writedate+ ".")
</script>
</template>
</category>

</aiml>

 


OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

243 Guests, 0 Users

Most Online Today: 279. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles