ovos-solver-aiml-plugin


Nameovos-solver-aiml-plugin JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/ovos-solver-aiml-plugin
SummaryA question solver plugin for ovos/neon/mycroft
upload_time2023-02-04 23:48:08
maintainer
docs_urlNone
authorjarbasai
requires_python
licenseMIT
keywords mycroft plugin utterance fallback query
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/robot.svg' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> AIML Chatbot
 
Give Mycroft some sass with AIML!

Leverages the [Alice chatbot](https://www.chatbots.org/chatbot/a.l.i.c.e/) to create some fun interactions.  Phrases not explicitly handled by other skills will be run by the chatbot, so nearly every interaction will have _some_ response.  But be warned, Mycroft might become a bit obnoxious...

## Examples 
* "Do you like ice cream"
* "Do you like dogs"
* "I have a jump rope"


## Usage

Spoken answers api with a AIML backend

```python
from ovos_solver_aiml_plugin import AIMLSolver

d = AIMLSolver()
sentence = d.spoken_answer("hello")
print(sentence)
# Hi there!

sentence = d.spoken_answer("Do you like ice cream", {"lang": "pt-pt"})
print(sentence)
# Grito, gritas, todos gritamos por gelado
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenVoiceOS/ovos-solver-aiml-plugin",
    "name": "ovos-solver-aiml-plugin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "mycroft plugin utterance fallback query",
    "author": "jarbasai",
    "author_email": "jarbasai@mailfence.com",
    "download_url": "https://files.pythonhosted.org/packages/94/f8/7ffb2537b712f24f185893150bb220ea7480bf5f468e82ce33bb3480ddba/ovos-solver-aiml-plugin-0.0.0.tar.gz",
    "platform": null,
    "description": "# <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/robot.svg' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> AIML Chatbot\n \nGive Mycroft some sass with AIML!\n\nLeverages the [Alice chatbot](https://www.chatbots.org/chatbot/a.l.i.c.e/) to create some fun interactions.  Phrases not explicitly handled by other skills will be run by the chatbot, so nearly every interaction will have _some_ response.  But be warned, Mycroft might become a bit obnoxious...\n\n## Examples \n* \"Do you like ice cream\"\n* \"Do you like dogs\"\n* \"I have a jump rope\"\n\n\n## Usage\n\nSpoken answers api with a AIML backend\n\n```python\nfrom ovos_solver_aiml_plugin import AIMLSolver\n\nd = AIMLSolver()\nsentence = d.spoken_answer(\"hello\")\nprint(sentence)\n# Hi there!\n\nsentence = d.spoken_answer(\"Do you like ice cream\", {\"lang\": \"pt-pt\"})\nprint(sentence)\n# Grito, gritas, todos gritamos por gelado\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A question solver plugin for ovos/neon/mycroft",
    "version": "0.0.0",
    "split_keywords": [
        "mycroft",
        "plugin",
        "utterance",
        "fallback",
        "query"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94f87ffb2537b712f24f185893150bb220ea7480bf5f468e82ce33bb3480ddba",
                "md5": "b3761ac84868e2d7885071675fa51d6e",
                "sha256": "481a41136e3d951b1cbf52fd28485509467e896643b3b4c779fae41995bd2e48"
            },
            "downloads": -1,
            "filename": "ovos-solver-aiml-plugin-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b3761ac84868e2d7885071675fa51d6e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3553,
            "upload_time": "2023-02-04T23:48:08",
            "upload_time_iso_8601": "2023-02-04T23:48:08.481187Z",
            "url": "https://files.pythonhosted.org/packages/94/f8/7ffb2537b712f24f185893150bb220ea7480bf5f468e82ce33bb3480ddba/ovos-solver-aiml-plugin-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-04 23:48:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "OpenVoiceOS",
    "github_project": "ovos-solver-aiml-plugin",
    "lcname": "ovos-solver-aiml-plugin"
}
        
Elapsed time: 0.04191s