edu.stanford.nlp.time
Class GUTimeAnnotator
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GUTimeAnnotator
public GUTimeAnnotator()
GUTimeAnnotator
public GUTimeAnnotator(java.io.File gutimePath)
GUTimeAnnotator
public GUTimeAnnotator(java.lang.String name,
java.util.Properties props)
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