wordCluster
Class WordCluster

java.lang.Object
  extended by wordCluster.WordCluster

public class WordCluster
extends java.lang.Object

WordCluster: program that calculates the semantic similarity for a set of words and phrases. The following calculations are preformed: 1. pairwise semantic similarity for all combinations of two words or phrases 2. list of words or phrases with its most similar word or phrase 3. list of words or phrases in the set who are of low similarity with any other word or phrase in the set 4. clusters of words and phrases depending on their memberships in given Heads This program is developped for Ralf Steinberger at the EC JRC Author : Mario Jarmasz Created: October, 2003 Usage : java WordCluster Format of input file: a list of words and phrases, one word or phrase per line.

Version:
1.2 Nov 2008
Author:
Mario Jarmasz and Alistsair Kennedy

Constructor Summary
WordCluster()
          Default Constructor
WordCluster(int year)
          Deprecated.  
 
Method Summary
static void main(java.lang.String[] args)
          Main method takes thesaurus year, input and output file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordCluster

public WordCluster()
Default Constructor


WordCluster

@Deprecated
public WordCluster(int year)
Deprecated. 

Constructor

Parameters:
year -
Method Detail

main

public static void main(java.lang.String[] args)
Main method takes thesaurus year, input and output file.

Parameters:
args -