Metadata-Version: 1.1
Name: pydomaingibfeature
Version: 0.0.1
Summary: Generator gibberish feature for machine learning
Home-page: https://github.com/solopointer/pydomaingibfeature
Author: huyifeng
Author-email: solopointer@qq.com
License: MIT
Description: Overview
        ========
        
        A sample python lib generate the gibberish feature
        
        Usage
        =====
        ```
        import pydomaingibfeature
        if __name__ == '__main__':
            #f = pydomaingibfeature.PyDomainGibFeature({'npart': 3, 
            #        'mfiles': ['ch2.pki','ch3.pki','ch4.pki','en2.pki','en3.pki','en4.pki',]})
            f = pydomaingibfeature.PyDomainGibFeature({})
            while True:
                iput = raw_input().strip()
                print f.range()
                print f.feature(iput)
        ```
        
        
Keywords: pydomaingibfeature
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Indexing
Classifier: Topic :: Utilities
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
