Metadata-Version: 1.1
Name: SentimentAnalysis
Version: 0.7
Summary: Helps to analyse sentiment
Home-page: https://github.com/arunkottilukkal/AnalyseSentiment
Author: Arun Kesavan
Author-email: arunkottilukkal@gmail.com
License: MIT
Download-URL: https://github.com/arunkottilukkal/AnalyseSentiment/archive/v_07.tar.gz
Description: # SentimentAnalysis Package
        
        # How to use the package?
        
        from AnalyseSentiment.AnalyseSentiment import AnalyseSentiment
        
        obj = AnalyseSentiment()
        
        data = obj.Analyse("sentence to be analysed")
Keywords: Sentiment Analysis,Sentence Sentiment,Emotion Analysis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
