Like Ra's Naughty Forum

Full Version: Artificial Intelligence chatterbot and NLP (Natural Language Processing)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Oh, my... It's getting addictive 😉 Need to learn more about AIML. There's AIML v2, but it's not supported by the current version of Program O.
It just said " Give me a break" when I said I like bondage.
I think it hates me.
I just asked " Are you mad at me? "
And the bot said " Undefind, because I am Undefind."
Miyuki: Do you get angry alot? << should be a lot not alot......lol
You can learn the bot using the learn construction. For example:

Seeker: learn my weight is 75kg <- this construction takes some considerable time
Miyuki: Ok I will learn that your weight is 75kg.
Seeker: what is my weight
Miyuki: 75kg

You can use verbs like: is, was, are, has, means, is going also without "learn".

But you may still get wrong answers, because of the processing order.

Note, that I might disable this function if it will take too much CPU/memory.
(19 Jan 2015, 07:10 )MstrChain Wrote: [ -> ]Miyuki: Do you get angry alot? << should be a lot not alot......lol
Should be fixed by now 😉
(19 Jan 2015, 03:13 )Like Ra Wrote: [ -> ]Type this:

personality test question

For some reason it goes in circles for me.

Ah, you have to ask: what is my personality type 😉
(19 Jan 2015, 04:57 )Tinker D Wrote: [ -> ]I just asked " Are you mad at me? "
And the bot said " Undefind, because I am Undefind."
Fixed. Some variables are still indeed undefined.

Seeker: are you mad at me?
Miyuki: I always try to make everybody happy, because I am Mediator type.
Removed the "learning everything" part. It takes too much time to parse the database and in the end it gets confusing a bit more often than I expected.

It turned out that with AIML you can write a multiple choice program, that remembers user input, what should make possible to create self-bondage scenario generators.

Another feature - the chatbot can remember the users by IP-addresses (but slower). Not sure what gets written into the database, though. IT would be interesting to keep some answers, e.g. toy lists 😋

Any volunteers for AIML fun? Tests, quizzes, diagnostics, everything is welcome 😉
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29