ciranda
Class SpeechActTrainer

java.lang.Object
  extended byciranda.SpeechActTrainer

public class SpeechActTrainer
extends java.lang.Object

Author:
vitor carvalho March 2005 Trains new speech act classifiers - To use, you need to provide data and labels according to minorthird format The input messages must contain body of email between tags and, optionally, the subject of the email between tags. Remember: remove the forwarded part of messages. Remove the reply-to lines(quotes) from the body

Constructor Summary
SpeechActTrainer(java.lang.String act, java.lang.String outfile, boolean hasXml)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void train()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeechActTrainer

public SpeechActTrainer(java.lang.String act,
                        java.lang.String outfile,
                        boolean hasXml)
Method Detail

train

public void train()

main

public static void main(java.lang.String[] args)