|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsofie.maxsat.FMSStar
public class FMSStar
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 |
---|
protected static final java.io.File YAGO
Constructor Detail |
---|
public FMSStar()
Method Detail |
---|
public static boolean run(int from, int to, java.io.File outputFile) throws java.sql.SQLException
java.sql.SQLException
public static void saveTo(java.io.File output)
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |