edu.stanford.nlp.ie.test
Class OntologyTester

java.lang.Object
  |
  +--edu.stanford.nlp.ie.test.OntologyTester

public class OntologyTester
extends Object

This class is just for debugging. It pritns some of the contents of an ontology file.


Constructor Summary
OntologyTester(String ontologyFilenameOrURL, String conceptName)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OntologyTester

public OntologyTester(String ontologyFilenameOrURL,
                      String conceptName)
               throws Exception
Method Detail

main

public static void main(String[] args)


Stanford NLP Group