openassistant / oa-core

Open Assistant Core
http://openassistant.org
GNU General Public License v3.0
293 stars 77 forks source link

Is this still being mantained? #27

Closed czadikem closed 4 years ago

czadikem commented 4 years ago

I was wondering if this is stil being mantained? Also how would i add aiml to it?

Thanks

joshuashort commented 4 years ago

It's still around. PRs, Issues, etc are welcome.

It'd be challenging to add AIML, but if you're interested, there are a few places to start..

I'm not familiar with the ecosystem of AIML, but you'd probably need an AIML parser / thing for Python. You'd need some way to load all that AIML stuff into some kind of OA structure (probably as a module).

If you're this far, you're kind of beyond what is currently possible without some deeper changes.

czadikem commented 4 years ago

Yeah I would be intreasted. Thanks

NickLar59 commented 4 years ago

https://pypi.org/project/python-aiml/ python-aiml · PyPIhttps://pypi.org/project/python-aiml/

[cid:image001.png@01D5D1B6.CCE23ED0] 1. python-aiml implements an interpreter for AIML, the Artificial Intelligence Markup Language developed by Dr. Richard Wallace of the A.L.I.C.E. Foundation.

From: czadikem notifications@github.com Sent: Thursday, January 23, 2020 6:03 AM To: openassistant/oa-core oa-core@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [openassistant/oa-core] Is this still being mantained? (#27)

[External Email]


Yeah I would be intreasted. Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/openassistant/oa-core/issues/27?email_source=notifications&email_token=AECVYHYMGS2I7C5U6QJ6UATQ7GPRZA5CNFSM4KKQAIU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJXOVJI#issuecomment-577694373, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AECVYHYMEITAPYQIEAMV3ILQ7GPRZANCNFSM4KKQAIUQ.

czadikem commented 4 years ago

How would I add this in as a module?

joshuashort commented 4 years ago

It's pretty hacky, but here's the way:

The project @NickLar59 linked seems like a good start for AIML (https://pypi.org/project/python-aiml/).

What are you trying to add?