org.eml.sir.appl.rel
Class LcGUI_Main
java.lang.Object
org.eml.sir.appl.rel.LcGUI_Main
- public class LcGUI_Main
- extends java.lang.Object
Class, that computes relatedness with Leacock-Chodorow between given word pairs,
preprocessing for RelatednessGUI
- Author:
- Katja Niemann, Simone Eberhard (EML-R)
Field Summary |
java.lang.String[] |
output
|
Constructor Summary |
LcGUI_Main(StemmingGermaNetObject i_sgno,
java.lang.String i_start,
java.lang.String i_target,
char i_posStart,
char i_posTarget)
constructor |
Method Summary |
double |
computeRelatedness()
computes the relatedness between two given word pairs using the method of Leacock and Chodorow |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
output
public java.lang.String[] output
LcGUI_Main
public LcGUI_Main(StemmingGermaNetObject i_sgno,
java.lang.String i_start,
java.lang.String i_target,
char i_posStart,
char i_posTarget)
- constructor
computeRelatedness
public double computeRelatedness()
- computes the relatedness between two given word pairs using the method of Leacock and Chodorow