Class OpenIEWekaClassifier

java.lang.Object
  extended by OpenIEWekaClassifier

public class OpenIEWekaClassifier
extends java.lang.Object


Constructor Summary
OpenIEWekaClassifier()
           
 
Method Summary
static void main(java.lang.String[] args)
          Trains a classifier using the examples in the given file, and saves the model to disk.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenIEWekaClassifier

public OpenIEWekaClassifier()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Trains a classifier using the examples in the given file, and saves the model to disk. The examples must be in the format described in LabeledBinaryExtractionReader. An optional third parameter can be passed that writes the training data in Weka's ARFF file format to disk.

Parameters:
args -
Throws:
java.lang.Exception