sofie.maxsat
Class FMSStar

java.lang.Object
  extended by sofie.maxsat.FMSStar

public class FMSStar
extends java.lang.Object

Class HypothesisGenerator This class is part of the SOFIE system (http://mpii.de/yago-naga/sofie). It is licensed under the Creative Commons Attribution-Noncommercial-Share-Alike 3.0 Unported License (http://creativecommons.org/licenses/by-nc-sa/3.0/) by Fabian M. Suchanek (http://suchanek.name). If you use this class for scientific purposes, please cite Fabian M. Suchanek, Mauro Sozio, Gerhard Weikum "SOFIE: A Self-Organizing Framework for Information Extraction" (International World Wide Web Conference 2009) Runs the FMSStar Algorithm


Field Summary
protected static java.io.File YAGO
          Constant for "save to YAGO instead of a file"
 
Constructor Summary
FMSStar()
           
 
Method Summary
static void main(java.lang.String[] args)
          Recomputes all facts
static boolean run(int from, int to, java.io.File outputFile)
          Sets all hypotheses, TRUE if hypotheses were generated
static void saveTo(java.io.File output)
          Saves the output
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

YAGO

protected static final java.io.File YAGO
Constant for "save to YAGO instead of a file"

Constructor Detail

FMSStar

public FMSStar()
Method Detail

run

public static boolean run(int from,
                          int to,
                          java.io.File outputFile)
                   throws java.sql.SQLException
Sets all hypotheses, TRUE if hypotheses were generated

Throws:
java.sql.SQLException

saveTo

public static void saveTo(java.io.File output)
Saves the output


main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Recomputes all facts

Throws:
java.lang.Exception