Uses of Class
synesketch.emotion.AffectWord

Packages that use AffectWord
synesketch.emotion   
synesketch.emotion.util   
 

Uses of AffectWord in synesketch.emotion
 

Methods in synesketch.emotion that return AffectWord
 AffectWord AffectWord.clone()
          Makes duplicate of the object.
 

Uses of AffectWord in synesketch.emotion.util
 

Methods in synesketch.emotion.util that return AffectWord
 AffectWord LexicalUtility.getAffectWord(java.lang.String word)
          Returns the instance of AffectWord for the given word.
 AffectWord LexicalUtility.getEmoticonAffectWord(java.lang.String word)
          Returns the instance of AffectWord for the given word, which is emoticon.
 

Methods in synesketch.emotion.util that return types with arguments of type AffectWord
 java.util.List<AffectWord> LexicalUtility.getAffectWords()
          Returns all instances of AffectWord
 java.util.List<AffectWord> LexicalUtility.getEmoticonWords(java.lang.String sentence)
          Returns all instances of AffectWord which represent emoticons for the given sentence.
 

Methods in synesketch.emotion.util with parameters of type AffectWord
static double HeuristicsUtility.computeEmoticonCoef(java.lang.String word, AffectWord emoticon)
          Computes emoticon qoef for the word.