Skip to content
Sebastian Hellmann edited this page Nov 13, 2013 · 5 revisions
<?xml version="1.0" encoding="UTF-8" ?>
<GateDocument>
 
<!-- The document’s features-->
 
<GateDocumentFeatures>
 <Feature>
  <Name className="java.lang.String">MimeType</Name>
  <Value className="java.lang.String">text/plain</Value>
 </Feature>
 <Feature>
  <Name className="java.lang.String">gate.SourceURL</Name> 
  <Value className="java.lang.String">file:/G:/tmp/example.txt</Value>
 </Feature>
</GateDocumentFeatures>
 
<!-- The document content area with serialized nodes -->
 
<TextWithNodes>
 
    <Node id="0"/>
    A TEENAGER 
    <Node id="11"/>yesterday<Node id="20"/> 
    accused his parents of cruelty by feeding him a daily diet of chips which 
    sent his weight ballooning to 22st at the age of l2
    <Node id="146"/>.<Node id="147"/>
 
</TextWithNodes>
 
<!-- The default annotation set -->
 
<AnnotationSet>
 <Annotation Type="Date" StartNode="11" EndNode="20">
   <Feature>
      <Name className="java.lang.String">rule2</Name>
      <Value className="java.lang.String">DateOnlyFinal</Value>
   </Feature>
   <Feature>
      <Name className="java.lang.String">rule1</Name>
      <Value className="java.lang.String">GazDateWords</Value>
   </Feature>
   <Feature>
     <Name className="java.lang.String">kind</Name>
     <Value className="java.lang.String">date</Value>
  </Feature>
 </Annotation>
 <Annotation Type="Sentence" StartNode="0" EndNode="147">
 </Annotation>
 <Annotation Type="Split" StartNode="146" EndNode="147">
   <Feature>
     <Name className="java.lang.String">kind</Name>
     <Value className="java.lang.String">internal</Value>
  </Feature>
 </Annotation>
 <Annotation Type="Lookup" StartNode="11" EndNode="20">
   <Feature>
     <Name className="java.lang.String">majorType</Name>
     <Value className="java.lang.String">date_key</Value>
   </Feature>
 </Annotation>
 </AnnotationSet>
 
<!-- Named annotation set -->
 
<AnnotationSet Name="Original markups" >
 <Annotation Type="paragraph" StartNode="0" EndNode="147">
 </Annotation>
</AnnotationSet>
 
</GateDocument>

Clone this wiki locally