gr.demokritos.iit.jinsect.interoperability
Class CooccurenceToTextConverter

java.lang.Object
  extended by gr.demokritos.iit.jinsect.interoperability.CooccurenceToTextConverter

public class CooccurenceToTextConverter
extends java.lang.Object


Constructor Summary
CooccurenceToTextConverter()
           
 
Method Summary
static void main(java.lang.String[] args)
          Takes a directory and converts the (text) files it contains into co-occurence indicative text files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CooccurenceToTextConverter

public CooccurenceToTextConverter()
Method Detail

main

public static void main(java.lang.String[] args)
Takes a directory and converts the (text) files it contains into co-occurence indicative text files. Expects the main directory to contain subdirectories indicating categories of texts. Outputs the files to a second directory with the same structure and names as the source directory.