Metadata-Version: 2.1
Name: programy
Version: 3.9.1
Summary: AIML Framework and Platform
Home-page: https://github.com/keiffster/program-y.git
Author: Keith Sterling
Author-email: keiffster@gmail.com
License: UNKNOWN
Download-URL: https://github.com/keiffster/program-y/3.9.1.tar.gz
Description: # Program-Y
        
        Program Y is a fully compliant AIML 2.1 chatbot framework written in Python 3. It includes an entire platform for 
        building your own chat bots using Artificial Intelligence Markup Language, or AIML for short. 
        For more information about Program-y, its features and its history then check out the Background page.
        
        ## New in 3.9
        * Openchatbot support (client and server)
        * Major NLP enhancements including direct support for stemming, lemmatisation, stopwords, ngrams, pos tagging and synsets. These are available as maps, sets and pre processors
        * New question post processor that allows you to hand off retry of a question if the initial result is null.
        * A number of bug fixes to rich media, pattern matching on _ and rest client
        * Support for latest version of Pip
        * Updated dependencies support all latest versions
        
        ## Installation
        For information about installing either via Git or Pip on OSX, Ubuntu and Windows go to 
        [Installation Instructions](https://github.com/keiffster/program-y/wiki/Install).
        
        ## Contact
        There are a number of ways you can get help
        
        * [Github](https://github.com/keiffster/program-y/issues) Raise an issue directly
        * [Slack](https://program-y.slack.com) Talk live with the Dev Team
        * [Gitter](https://gitter.im/Program-y) Talk with the Dev Team
        * Email (See below) although I don't check it every day
        * Twitter, but more of an announcement channel
        
Keywords: aiml,chatbot,virtual assistant,ai
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
