| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectemolib.eks.anlw.DictionaryANLW
public class DictionaryANLW
The DictionaryANLW class provides a dictionary to deal with the emotional dimensions contained in the ANLW database.
| Constructor Summary | |
|---|---|
| DictionaryANLW(java.lang.String path)The main constructor of the DictionaryANLW object. | |
| Method Summary | |
|---|---|
|  boolean | containsEmotionalKey(java.lang.String emotionalKey)Function to determine if the input key has a match in the database. | 
|  float[] | getDimentionsProducedByAdjective(java.lang.String emotionalKey)Retrieves the emotional dimentions for this adjective-based stem. | 
|  float[] | getDimentionsProducedByNoun(java.lang.String emotionalKey)Retrieves the emotional dimentions for this noun-based stem. | 
|  float[] | getDimentionsProducedByVerb(java.lang.String emotionalKey)Retrieves the emotional dimentions for this verb-based stem. | 
|  float[] | getFirstDimentions(java.lang.String emotionalKey)Retrieves the first emotional dimentions for this stem. | 
|  boolean | isProducedByAdjective(java.lang.String emotionalKey)Checks if the the key has been produced by an adjective. | 
|  boolean | isProducedByNoun(java.lang.String emotionalKey)Checks if the the key has been produced by a noun. | 
|  boolean | isProducedByVerb(java.lang.String emotionalKey)Checks if the the key has been produced by a verb. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DictionaryANLW(java.lang.String path)
path - The path to find the ANLW database.| Method Detail | 
|---|
public boolean containsEmotionalKey(java.lang.String emotionalKey)
emotionalKey - The emotional key in question.
public boolean isProducedByNoun(java.lang.String emotionalKey)
emotionalKey - The emotional key in question.public float[] getDimentionsProducedByNoun(java.lang.String emotionalKey)
emotionalKey - The emotional key in question.public float[] getFirstDimentions(java.lang.String emotionalKey)
emotionalKey - The emotional key in question.public boolean isProducedByVerb(java.lang.String emotionalKey)
emotionalKey - The emotional key in question.public float[] getDimentionsProducedByVerb(java.lang.String emotionalKey)
emotionalKey - The emotional key in question.public boolean isProducedByAdjective(java.lang.String emotionalKey)
emotionalKey - The emotional key in question.public float[] getDimentionsProducedByAdjective(java.lang.String emotionalKey)
emotionalKey - The emotional key in question.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||