示例#1
0
 public ClaimSentimentIdentificator(IStemmer stemmer)
 {
     sentimentLexicon = new SentimentLexicon();
     shifterLexicon   = new ShifterLexicon(stemmer);
 }
示例#2
0
 public TargetCandidate(NounPhrase nounPhrase, CachingFile caching)
 {
     NounPhrase       = nounPhrase;
     this.caching     = caching;
     sentimentLexicon = new SentimentLexicon();
 }