nltk.sentiment package¶
Submodules¶
- nltk.sentiment.sentiment_analyzer module
SentimentAnalyzerSentimentAnalyzer.__init__()SentimentAnalyzer.add_feat_extractor()SentimentAnalyzer.all_words()SentimentAnalyzer.apply_features()SentimentAnalyzer.bigram_collocation_feats()SentimentAnalyzer.classify()SentimentAnalyzer.evaluate()SentimentAnalyzer.extract_features()SentimentAnalyzer.save_file()SentimentAnalyzer.train()SentimentAnalyzer.unigram_word_feats()
- nltk.sentiment.util module
- nltk.sentiment.vader module
SentiTextSentimentIntensityAnalyzerVaderConstantsVaderConstants.BOOSTER_DICTVaderConstants.B_DECRVaderConstants.B_INCRVaderConstants.C_INCRVaderConstants.NEGATEVaderConstants.N_SCALARVaderConstants.PUNC_LISTVaderConstants.REGEX_REMOVE_PUNCTUATIONVaderConstants.SPECIAL_CASE_IDIOMSVaderConstants.__init__()VaderConstants.negated()VaderConstants.normalize()VaderConstants.scalar_inc_dec()
Module contents¶
NLTK Sentiment Analysis Package