}*/
return totalScore;
}
public Double getWordScore(WordPos taggedWord, ArrayList<Word> originalWords) {
PosTag pTag = taggedWord.getWordTag();
String tempWord;
pTag = taggedWord.getWordTag();
tempWord = originalWords.get(taggedWord.getWordIndex()).word();
// Check if the Word is in the subjectivity clues
/* Double clueWeight = SubjectiveCluesHolder.extractWeight(tempWord, TagParser.parseTagToGeneral(pTag));