我正在处理一个Python函数,它接受一段文本,并指示单词是否被诸如very或not之类的单词修改。def polarizer(input_sentence, modifier_dict, window_length): The polarizer attaches the label given in modifier_dict to all items in input_sentence occurring a
我对R中的SentimentAnalysis有一个问题,我想找到一种方法来做r中的情感分析,而不仅仅是基于单个单词的积极或消极。例如sentiment_pos <- analyzeSentiment("This presentation is excellent and Informative ")sentiment_neg <- analyzeSentiment("This presentation i