Metadata-Version: 1.1
Name: pydomaintextfeature
Version: 0.1.1
Summary: Generate text feature of domain for machine learn
Home-page: https://github.com/solopointer/pydomaintextfeature
Author: huyifeng
Author-email: solopointer@qq.com
License: MIT
Description: Overview
        ========
        This lib generate text feature sparse vector for a given domain
        
        Usage
        =====
        ```
        import pydomaintextfeature 
        if __name__ == '__main__':
            while True:
                iput = raw_input()
                f = Ppydomaintextfeature.yDomainTextFeature({'ngram':3})
                print f.range()
                print f.feature(iput)
        ```
        
        
Keywords: pydomaintextfeature
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
