infomat.mro
Class JohanPrepare
java.lang.Object
infomat.mro.JohanPrepare
public class JohanPrepare
- extends java.lang.Object
Simple class for running clustering without the GUI.
java -cp .:classes/ infomat.mro.JohanPrepare
javac -deprecation -classpath ./classes/ -sourcepath ./src ./src/infomat/mro/*.java -d classes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sweStoplistFileName
private static java.lang.String sweStoplistFileName
engStoplistFileName
private static java.lang.String engStoplistFileName
JohanPrepare
public JohanPrepare()
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)