iitb.Segment
Class Segment

java.lang.Object
  extended byiitb.Segment.Segment

public class Segment
extends java.lang.Object

Author:
Sunita Sarawagi

Constructor Summary
Segment()
           
 
Method Summary
 void calc()
           
 void doTest()
           
 FeatureGenerator featureGenerator()
           
static void main(java.lang.String[] argv)
           
 void parseConf(java.lang.String[] argv)
           
 void processArgs()
           
 int[] segment(iitb.Segment.Segment.TestRecord testRecord, int[] groupedToks, java.lang.String[] collect)
           
 void test()
           
 void train()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Segment

public Segment()
Method Detail

featureGenerator

public FeatureGenerator featureGenerator()

main

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

parseConf

public void parseConf(java.lang.String[] argv)
               throws java.lang.Exception
Throws:
java.lang.Exception

processArgs

public void processArgs()
                 throws java.lang.Exception
Throws:
java.lang.Exception

segment

public int[] segment(iitb.Segment.Segment.TestRecord testRecord,
                     int[] groupedToks,
                     java.lang.String[] collect)

train

public void train()
           throws java.lang.Exception
Throws:
java.lang.Exception

test

public void test()
          throws java.lang.Exception
Throws:
java.lang.Exception

doTest

public void doTest()
            throws java.lang.Exception
Throws:
java.lang.Exception

calc

public void calc()
          throws java.lang.Exception
Throws:
java.lang.Exception


Submit a bug or feature.