SYMBOL INDEX (40 symbols across 5 files) FILE: vaderSentiment/additional_resources/build_emoji_lexicon.py function get_list_from_file (line 7) | def get_list_from_file(file_name): function append_to_file (line 14) | def append_to_file(file_name, line_data): function squeeze_whitespace (line 21) | def squeeze_whitespace(text): function pad_ref (line 26) | def pad_ref(reference_code): FILE: vaderSentiment/additional_resources/hutto_ICWSM_2014/vaderSentiment.py function sentiment (line 29) | def sentiment(text): FILE: vaderSentiment/setup.py function read (line 6) | def read(*parts): FILE: vaderSentiment/vaderSentiment/vaderSentiment.py function negated (line 97) | def negated(input_words, include_nt=True): function normalize (line 118) | def normalize(score, alpha=15): function allcap_differential (line 132) | def allcap_differential(words): function scalar_inc_dec (line 149) | def scalar_inc_dec(word, valence, is_cap_diff): class SentiText (line 169) | class SentiText(object): method __init__ (line 174) | def __init__(self, text): method _words_plus_punc (line 183) | def _words_plus_punc(self): method _words_and_emoticons (line 203) | def _words_and_emoticons(self): class SentimentIntensityAnalyzer (line 218) | class SentimentIntensityAnalyzer(object): method __init__ (line 223) | def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="em... method make_lex_dict (line 235) | def make_lex_dict(self): method make_emoji_dict (line 245) | def make_emoji_dict(self): method polarity_scores (line 255) | def polarity_scores(self, text): method sentiment_valence (line 297) | def sentiment_valence(self, valence, sentitext, item, i, sentiments): method _least_check (line 330) | def _least_check(self, valence, words_and_emoticons, i): method _but_check (line 342) | def _but_check(words_and_emoticons, sentiments): method _special_idioms_check (line 358) | def _special_idioms_check(valence, words_and_emoticons, i): method _sentiment_laden_idioms_check (line 397) | def _sentiment_laden_idioms_check(valence, senti_text_lower): method _negation_check (line 411) | def _negation_check(valence, words_and_emoticons, start_i, i): method _punctuation_emphasis (line 438) | def _punctuation_emphasis(self, text): method _amplify_ep (line 446) | def _amplify_ep(text): method _amplify_qm (line 457) | def _amplify_qm(text): method _sift_sentiment_scores (line 471) | def _sift_sentiment_scores(sentiments): method score_valence (line 485) | def score_valence(self, sentiments, text): FILE: wsbtickerbot.py function extract_ticker (line 16) | def extract_ticker(body, start_index): function parse_section (line 37) | def parse_section(ticker_dict, body): function get_url (line 97) | def get_url(key, value, total_count): function final_post (line 110) | def final_post(subreddit, text): function get_date (line 118) | def get_date(): function setup (line 122) | def setup(sub): function run (line 138) | def run(mode, sub, num_submissions): class Ticker (line 215) | class Ticker: method __init__ (line 216) | def __init__(self, ticker): method analyze_sentiment (line 227) | def analyze_sentiment(self):