forslund / fallback-aiml

An Alice chatbot fallback for Mycroft (all hail JarbasAI who did most of the work)
Apache License 2.0
12 stars 13 forks source link

Reduce brain size and AIML clutter #9

Open jrwarwick opened 6 years ago

jrwarwick commented 6 years ago

While reviewing AIML files I found several that seemed to be not such a great fit for Mycroft, and others that were of low quality. Moreover, I noticed in some of the current PRs that brain size is a concern. 3 birds with one stone: delete some AIML files; following are my recommendations. Games ( cool hack, but probably should be separate skills, if it would even work with Mycroft's AIML)

Mitsuku specific:

and last, and quite large: fallback-aiml/aiml/mp#.aiml (where # is an integer number) series is mostly trash. I'd recommend removing and if some folks in the community that are not particularly comfortable with programming want to make some kind of contribution, they could go back and cherry pick (and correct!) the contents of these files.

For some helpful descriptions of the source AIML files: https://github.com/pandorabots/Free-AIML

EazyAlvaro commented 6 years ago

https://github.com/forslund/fallback-aiml/pull/13 is my starting proposal

jrwarwick commented 5 years ago

Thank you, @EazyAlvaro that was a great start (a year ago!). I think it needs even more clean up. Maybe someone will pick this up for upcoming Hacktoberfest or something. Perhaps this is a candidate for an Hacktoberfest Label.