|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynesketch.emotion.Empathyscope
public class Empathyscope
Defines logic for transfering textual affect information -- emotional manifestations recognised in text -- into visual output.
| Method Summary | |
|---|---|
EmotionalState |
feel(java.lang.String text)
Textual affect sensing behavior, the main NLP alghoritm which uses Synesketch Lexicon and several heuristic rules. |
static Empathyscope |
getInstance()
Returns the Singleton instance of the Empathyscope. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Empathyscope getInstance()
throws java.io.IOException
Empathyscope.
Empathyscope instance
java.io.IOException
public EmotionalState feel(java.lang.String text)
throws java.io.IOException
text - String representing the text to be analysed
EmotionalState which represents data recognised from the
text
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||