edu.stanford.nlp.time
Class TimeAnnotations

java.lang.Object
  extended by edu.stanford.nlp.time.TimeAnnotations

public class TimeAnnotations
extends java.lang.Object

Set of common annotations for CoreMaps that require classes from the time package. See CoreAnnotations for more information. This class exists so that CoreAnnotations need not depend on timex classes, which in particular pull in the xom.jar package.

Author:
John Bauer

Nested Class Summary
static class TimeAnnotations.TimexAnnotation
          The CoreMap key for storing a Timex annotation
static class TimeAnnotations.TimexAnnotations
          The CoreMap key for storing all Timex annotations in a document.
 
Constructor Summary
TimeAnnotations()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeAnnotations

public TimeAnnotations()


Stanford NLP Group