{ "info": { "author": "Xiaomao Chen", "author_email": "xiaomao5@live.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Natural Language :: English", "Operating System :: Microsoft :: Windows", "Operating System :: OS Independent", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Communications :: Chat", "Topic :: Education", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "===============\nXAIL for Python\n===============\n\nXAIL is a new standard for conversational robots, interactive help, and like.\nIt currently has three main engines: regex, matrix [1]_, and substring.\nThere is also a generic response engine.\n\nIf you are looking for a featured chatterot, you should look for the ``HAL``\npackage instead, which implements a chatterbot in top of this library.\n\nThis library contains only basic matching. You may have to define your own\npost-processing for more advanced features.\n\n.. [1] matches if all the keyword exists in the input, after stemming\n\nInstallation\n============\n\nTo install, do: ``pip install XAIL``.\n\nAfter installation, run python in interactive mode and run\n``import xail.dbtest``. If it says you don't have full-text search, then you\nshould install the ``pysqlite2`` module from `here\n`_. If you don't, PyXAIL\nwill still function, albeit slower, and may lower the quality of responses.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://dev.ivybits.tk/projects/pyxail", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "XAIL", "package_url": "https://pypi.org/project/XAIL/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/XAIL/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://dev.ivybits.tk/projects/pyxail" }, "release_url": "https://pypi.org/project/XAIL/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "eXtensible AI Language for Python", "version": "0.0.1" }, "last_serial": 881901, "releases": { "0.0.1": [] }, "urls": [] }