leila.parsing
Class LGParse

java.lang.Object
  extended by leila.parsing.LGParse

public class LGParse
extends java.lang.Object

This class is part of LEILA (http://mpii.de/yago-naga/leila). It is licensed under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/3.0) by the author Fabian M. Suchanek (http://suchanek.name).

LGParse.java provides a wrapper for the Link Grammar-Parser. The following parameters are required in leila.ini:


Constructor Summary
LGParse()
           
 
Method Summary
static boolean main(java.io.File f)
          Calls the LG-Parser with a LGI-file (call by Java).
static void main(java.lang.String[] argv)
          Calls the LG-Parser with a file (call by User)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LGParse

public LGParse()
Method Detail

main

public static boolean main(java.io.File f)
                    throws java.lang.Exception
Calls the LG-Parser with a LGI-file (call by Java). Returns TRUE in case of success

Throws:
java.lang.Exception

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Calls the LG-Parser with a file (call by User)

Throws:
java.lang.Exception