Metadata-Version: 1.1
Name: inspire
Version: 1.0.0.dev2
Summary: Helper library to participate in the INSPIRE challenge
Home-page: https://github.com/rikrd/inspire
Author: Ricard Marxer
Author-email: r.marxer@sheffield.ac.uk
License: UNKNOWN
Description: INSPIRE Challenge library
        -------------------------------------
        
        This library includes a set of functions to help in the participation of the INSPIRE challenge.
        
        The functions included in this module include:
         - loading the dataset
         - loading the lexicon
         - creating a participation
         - submitting a participation
        
        Additionally it contains functions to create, train and use speech recognition models using HTK.
        
Keywords: intelligibility,speech,evaluation
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Requires: numpy
Requires: docopt
Requires: grako
Requires: progressbar_ipython
