com.thesis.backend.util
Class PreProcessor

java.lang.Object
  extended by com.thesis.backend.util.PreProcessor

public class PreProcessor
extends java.lang.Object

Creates the .txt files which show the MALLET input (mostly for debugging purposes) and the InstanceLists that the models use


Constructor Summary
PreProcessor()
           
 
Method Summary
 void parseToMalletFormats(Paper paper)
          Parse and save text to MALLET input formats
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreProcessor

public PreProcessor()
Method Detail

parseToMalletFormats

public void parseToMalletFormats(Paper paper)
                          throws java.io.IOException
Parse and save text to MALLET input formats

Parameters:
paper -
Throws:
java.io.IOException