edu.stanford.nlp.time
Class GUTimeAnnotator

java.lang.Object
  extended by edu.stanford.nlp.time.GUTimeAnnotator
All Implemented Interfaces:
Annotator

public class GUTimeAnnotator
extends java.lang.Object
implements Annotator

Annotates text using GUTime perl script. GUTIME/TimeML specifications can be found at: http://www.timeml.org/site/tarsqi/modules/gutime/index.html.


Field Summary
static java.lang.String GUTIME_OUTPUT_RESULTS
           
static java.lang.String GUTIME_PATH_PROPERTY
           
 
Constructor Summary
GUTimeAnnotator()
           
GUTimeAnnotator(java.io.File gutimePath)
           
GUTimeAnnotator(java.lang.String name, java.util.Properties props)
           
 
Method Summary
 void annotate(Annotation annotation)
           
 void annotate(CoreMap document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GUTIME_PATH_PROPERTY

public static final java.lang.String GUTIME_PATH_PROPERTY
See Also:
Constant Field Values

GUTIME_OUTPUT_RESULTS

public static final java.lang.String GUTIME_OUTPUT_RESULTS
See Also:
Constant Field Values
Constructor Detail

GUTimeAnnotator

public GUTimeAnnotator()

GUTimeAnnotator

public GUTimeAnnotator(java.io.File gutimePath)

GUTimeAnnotator

public GUTimeAnnotator(java.lang.String name,
                       java.util.Properties props)
Method Detail

annotate

public void annotate(Annotation annotation)
Specified by:
annotate in interface Annotator

annotate

public void annotate(CoreMap document)
              throws java.io.IOException
Throws:
java.io.IOException


Stanford NLP Group