

Where Have I been


I been extremely busy lately doing a real job and trying to manage my time for my other projects, and other then my store one of my projects is called Project Penny, who is a Chatbot named Penny Malvue, and her friend I named Mabel they are almost identical programs, with just slight differences so i can see which improvements i can make in python are the most fitting. However as a challenge and since i think i fall into one of those retro geeks who likes pushing old technology to the limits, that they couldnt do back in the day, SO i took Aiml code since it already existed and there was already a large knowledge base to draw from and add to. My project was to create a woman who was from 1924 and only knew things and reacted to things up to 1924. As well as add extra interesting features such as moods.emotions,physiology, based on biorythms, not as easy as i thought i but i am making progress on that part. However one of the things i realized while i was trying to program direct responses thinking of every possible pattern and word order and varation of every statement a user may say, i found a short cut, i admit the coding isnt perfect but it is quick simple and does do its job. I realized that if i can use some programing commands and if then else loops as well as teach the bot other concepts like relationships,"LEARN HOW TO USE WORD * USED IN SENTENCE * THE TOPIC IS * THE CONTEXT IS * THE INTENT IS * THE EMOTIONAL INTENT IS * THE MOOD SHOULD BE * TONE KEYWORDS *" or "LEARN OBJECT RELATIONSHIP IF * OR * THEN * ELSE *" various other programing like tricks to update the brain and xml files, with out going directly into the code or spending hours and hours writing every possible pattern and answer, pattern matching also includes pattern guessing.