public class TimeMLUtil extends Object
| Constructor and Description |
|---|
TimeMLUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyAttributes(org.jdom2.Element element,
org.apache.uima.jcas.tcas.Annotation annotation,
org.apache.uima.jcas.JCas jCas) |
static void |
removeInconsistentAttributes(org.jdom2.Element element,
org.apache.uima.jcas.tcas.Annotation annotation,
org.apache.uima.jcas.JCas jCas) |
static Attributes |
toTempEval2007Attributes(org.apache.uima.cas.text.AnnotationFS annotation,
String elementName) |
static Attributes |
toTimeMLAttributes(org.apache.uima.cas.text.AnnotationFS annotation,
String elementName) |
static String |
toTimeMLElementName(org.apache.uima.cas.text.AnnotationFS annotation) |
public static void copyAttributes(org.jdom2.Element element,
org.apache.uima.jcas.tcas.Annotation annotation,
org.apache.uima.jcas.JCas jCas)
public static void removeInconsistentAttributes(org.jdom2.Element element,
org.apache.uima.jcas.tcas.Annotation annotation,
org.apache.uima.jcas.JCas jCas)
public static String toTimeMLElementName(org.apache.uima.cas.text.AnnotationFS annotation)
public static Attributes toTimeMLAttributes(org.apache.uima.cas.text.AnnotationFS annotation, String elementName)
public static Attributes toTempEval2007Attributes(org.apache.uima.cas.text.AnnotationFS annotation, String elementName)
Copyright © 2013. All Rights Reserved.