Metadata-Version: 1.0
Name: aerolito
Version: 0.1
Summary: Python library for natural language processing simulation
Home-page: http://renatopp.com/aerolito
Author: Renato de Pontes Pereira
Author-email: renato.ppontes@gmail.com
License: MIT License
Download-URL: https://github.com/renatopp/aerolito/
Description: 
        Aerolito is an AIML alternative based on YAML. Aerolito provides features 
        for natural language processing simulation. Example of usage::
        
            from aerolito import Kernel
            kernel = Kernel('config.yml')
        
            print kernel.respond(u'Hello')
        
Keywords: artificial intelligence natural language processing simulation yaml aiml markup aerolito
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
