Re: Is it possible to implement Weizenbaum's original Eliza as a chatbot with LIVECODE?

2019-10-12 Thread Jjs via use-livecode
Nice! I thought first what the h Is it. But then i saw the screenshot, and 
it flashed thru my mind. I remember having it on the MSX too. Asking questions 
and getting answers. It's the same right? Actually the first AI heh

hh via use-livecode  schreef op 12 oktober 2019 
00:38:43 CEST:
>> I wrote:
>> You could build on https://www.masswerk.at/elizabot/
>> ...
>> You could similarly make a LC GUI based on elizabot.js in
>> a browser widget.
>> ...
>
>Here is a basic LiveCode GUI:
>Browser Widget usage example #28: ELIZA_bot
>http://forums.livecode.com/viewtopic.php?p=184198#p184198
>
>The jslib and the vocabulary are included in the stack.
>Moreover that default vocabulary is attached for editing
>(you can the chnaged file import to the stack, replacing
>the default vocabulary, using button "ImportData").
>
>___
>use-livecode mailing list
>use-livecode@lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your
>subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-livecode

-- 
Verstuurd vanaf mijn Android apparaat met K-9 Mail.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Is it possible to implement Weizenbaum's original Eliza as a chatbot with LIVECODE?

2019-10-11 Thread Alejandro Tejada via use-livecode
Hi Ingar,

Check this stack:
https://forums.livecode.com/viewtopic.php?f=10=33212

based on this HyperCard stack:
http://umich.edu/~archive/mac/hypercard/fun/spectresmart2.5.sit.hqx

Al
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Is it possible to implement Weizenbaum's original Eliza as a chatbot with LIVECODE?

2019-10-11 Thread hh via use-livecode
> I wrote:
> You could build on https://www.masswerk.at/elizabot/
> ...
> You could similarly make a LC GUI based on elizabot.js in
> a browser widget.
> ...

Here is a basic LiveCode GUI:
Browser Widget usage example #28: ELIZA_bot
http://forums.livecode.com/viewtopic.php?p=184198#p184198

The jslib and the vocabulary are included in the stack.
Moreover that default vocabulary is attached for editing
(you can the chnaged file import to the stack, replacing
the default vocabulary, using button "ImportData").

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Is it possible to implement Weizenbaum's original Eliza as a chatbot with LIVECODE?

2019-10-11 Thread hh via use-livecode
You could build on

https://www.masswerk.at/elizabot/

They build there in javascript on it for a "terminal" or
speech i/o.

You could similarly make a LC GUI based on elizabot.js in
a browser widget.

Or moreover translate elizabot.js to LiveCode. The js is
already object oriented and has 1.7K in < 400 lines.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode