org.eml.sir.appl.rel
Class LcWriter

java.lang.Object
  extended byorg.eml.sir.appl.rel.LcWriter

public class LcWriter
extends java.lang.Object

Class, that computes shortest paths between given word pairs, stores them in a hashtable and serializes it

Author:
Katja Niemann, Simone Eberhard (EML-R)

Constructor Summary
LcWriter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LcWriter

public LcWriter()
Method Detail

main

public static void main(java.lang.String[] args)