AIML_chung free AIML standalone chatbot

User projects written in or related to FreeBASIC.
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

AIML_chung free AIML standalone chatbot

Post by chung »

AIML_chung is a free AIML standalone chatbot with dll written in freebasic.Comes with GUI and console examples.Chat with your computer.

=> http://chungswebsite.blogspot.com/searc ... aiml_chung

Image
Mihail_B
Posts: 273
Joined: Jan 29, 2008 11:20
Location: Romania
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by Mihail_B »

I really love this :X
cool AI ...

Hey what about math expressions ? I'm sure you could use my "boolean/math expression parser" from tips&tricks to enable "Helen" to solve/to answer to this kind of questions too !

Nice anyway :)
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by chung »

its a chatbot , not a calculator ... i'd rather add a 3D openGL character , and speech though i dont like the default Microsoft voice (too serious)
Mihail_B
Posts: 273
Joined: Jan 29, 2008 11:20
Location: Romania
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by Mihail_B »

you're right =))
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by chung »

(07/02/2012) i have added speech.bi (tts microsoft default voice)
(08/02/2012) learn features added
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by chung »

(09/02/2012) multi users feature added (say "my name is ...")
(10/02/2012) some bugs corrected
(12/02/2012) 3D openGL avatar added

Image
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by chung »

Mihail_B wrote: Hey what about math expressions ? I'm sure you could use my "boolean/math expression parser" from tips&tricks to enable "Helen" to solve/to answer to this kind of questions too !
(16/02/2012) <maths> features added

(cf D.J.Peters maths parser http://www.freebasic.net/forum/viewtopi ... =7&t=16664 )

i have added Maths parser features

=> addaiml "maths.aiml" then say "maths(...expression...)" or "maths ...expression..." or "+-...expression..."

can be used in aiml programs by using new tags <maths>...expression...</maths>
<condition><li name="1" value="maths(...expression...)">...</li>
</condition>

see readme.txt or battledome_maths.aiml example

current keywords : +-*/^(),abs,sin,cos,tan,atn,rnd,sqr,exp,int,not,ge,le,gt,lt,eq,ne
detects operators priority and ()
Mihail_B
Posts: 273
Joined: Jan 29, 2008 11:20
Location: Romania
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by Mihail_B »

:D
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by chung »

(18/02/2012) c++ example code test AIML_chung_dll.dll added
(19/02/2012) AIMLclose() sub added to dll (to free memory), + libertybasic code example
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by chung »

(21/02/2012) my_espeak_dll added (custom version of espeaksynth) (alternative to microsoft sapi5 tts)
(22/02/2012) my_espeak_dll : custom espeak voices selection menu added (female1..3,male1..4)+lang selection

Image
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by chung »

(07/03/2012) some bugs corrected, helen, anna, rebecca added
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by chung »

i have integrated AIML_chung with scintilla text editor so you can edit and run AIML files at the same place .I have called it AIMLscintilla_chung .

=> http://chungswebsite.blogspot.com/searc ... illa_chung

Image
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by chung »

(16/03/2012) speaking 3D md2 avatar added

=> http://www.youtube.com/watch?v=L-OncqtBZ0g

Image
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by chung »

(20/03/2012) jean, audrey, ingrid, elise, carole, sophie added
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: AIML_chung free AIML standalone chatbot

Post by chung »

(26/03/2012) 3D world mode added [F9]

Image
Post Reply