infomat.mro
Class NegationClusterer

java.lang.Object
  extended by infomat.mro.NegationClusterer

public class NegationClusterer
extends java.lang.Object

NOT WORKING IN VERSION 080828 Simple class for running clustering without the GUI.

java -cp .:classes/ -Xms3024m -Xmx3024m infomat.NegationClusterer


Field Summary
private static java.lang.String engStoplistFileName
           
private static java.lang.String sweStoplistFileName
           
 
Constructor Summary
NegationClusterer()
           
 
Method Summary
private static void calculateAndSaveEvaluation(Evaluation eval, java.lang.String resFileName)
           
static void main(java.lang.String[] args)
           
private static void printMatrix(IMatrix matrix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sweStoplistFileName

private static java.lang.String sweStoplistFileName

engStoplistFileName

private static java.lang.String engStoplistFileName
Constructor Detail

NegationClusterer

public NegationClusterer()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        PropertyNotFoundException
Throws:
java.io.IOException
PropertyNotFoundException

calculateAndSaveEvaluation

private static void calculateAndSaveEvaluation(Evaluation eval,
                                               java.lang.String resFileName)

printMatrix

private static void printMatrix(IMatrix matrix)