story.scheherazade.prologuer
Class ImportVerbs

java.lang.Object
  extended by story.scheherazade.prologuer.ImportVerbs

public class ImportVerbs
extends java.lang.Object

Import verbs from various external sources.


Constructor Summary
ImportVerbs(boolean TEST_MODE, CodeWriter out, edu.smu.tspell.wordnet.WordNetDatabase database, Comlex COMLEX, VerbOcean verbOcean, java.io.File ontonotesFrameDir, java.io.File verbNetDir, Prologuer prologuer, UsageModel usageModel)
           
 
Method Summary
static java.lang.StringBuffer indent(java.lang.StringBuffer in, java.lang.String indentation)
          Indent all the lines in a StringBuffer by a certain indentation string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportVerbs

public ImportVerbs(boolean TEST_MODE,
                   CodeWriter out,
                   edu.smu.tspell.wordnet.WordNetDatabase database,
                   Comlex COMLEX,
                   VerbOcean verbOcean,
                   java.io.File ontonotesFrameDir,
                   java.io.File verbNetDir,
                   Prologuer prologuer,
                   UsageModel usageModel)
            throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

indent

public static java.lang.StringBuffer indent(java.lang.StringBuffer in,
                                            java.lang.String indentation)
                                     throws java.lang.Exception
Indent all the lines in a StringBuffer by a certain indentation string.

Throws:
java.lang.Exception


Copyright © 2011 David K. Elson. All Rights Reserved.