org.eml.sir.appl.rel
Class LcGUI_Main

java.lang.Object
  extended byorg.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
 

Field Detail

output

public java.lang.String[] output
Constructor Detail

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

Method Detail

computeRelatedness

public double computeRelatedness()
computes the relatedness between two given word pairs using the method of Leacock and Chodorow