szte.csd
Class DataSetSaver

java.lang.Object
  extended by szte.csd.DataSetSaver

public class DataSetSaver
extends java.lang.Object

This is a utility class to export the Vector Space Model representations of a corpora into the SVMlight format (used as a baseline).


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

Constructor Detail

DataSetSaver

public DataSetSaver()
Method Detail

save

public static void save(java.lang.String task,
                        int pl)
                 throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception