Ro66ie_www

Untitled

Sep 19th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 455.34 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
  3.     <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
  4.     <primitive>false</primitive>
  5.     <delegateAnalysisEngineSpecifiers>
  6.         <delegateAnalysisEngine key="CoreNLP Segmenter (old API)">
  7.             <analysisEngineDescription>
  8.                 <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
  9.                 <primitive>true</primitive>
  10.                 <annotatorImplementationName>de.tudarmstadt.ukp.dkpro.core.stanfordnlp.StanfordSegmenter</annotatorImplementationName>
  11.                 <analysisEngineMetaData>
  12.                     <name>CoreNLP Segmenter (old API)</name>
  13.                     <description>Stanford sentence splitter and tokenizer.</description>
  14.                     <version>1.9.0-SNAPSHOT</version>
  15.                     <vendor>DKPro Core Project</vendor>
  16.                     <copyright>Copyright 2007-2017
  17.                             Ubiquitous Knowledge Processing (UKP) Lab
  18.                             Technische UniversitΓ€t Darmstadt</copyright>
  19.                     <configurationParameters>
  20.                         <configurationParameter>
  21.                             <name>languageFallback</name>
  22.                             <description>If this component is not configured for a specific language and if the language stored in
  23. the document metadata is not supported, use the given language as a fallback.</description>
  24.                             <type>String</type>
  25.                             <multiValued>false</multiValued>
  26.                             <mandatory>false</mandatory>
  27.                         </configurationParameter>
  28.                         <configurationParameter>
  29.                             <name>boundaryTokenRegex</name>
  30.                             <description>The set of boundary tokens. If null, use default.</description>
  31.                             <type>String</type>
  32.                             <multiValued>false</multiValued>
  33.                             <mandatory>false</mandatory>
  34.                         </configurationParameter>
  35.                         <configurationParameter>
  36.                             <name>boundaryFollowersRegex</name>
  37.                             <description>This is a Set of String that are matched with .equals() which are allowed to be tacked onto
  38. the end of a sentence after a sentence boundary token, for example ")".</description>
  39.                             <type>String</type>
  40.                             <multiValued>false</multiValued>
  41.                             <mandatory>false</mandatory>
  42.                         </configurationParameter>
  43.                         <configurationParameter>
  44.                             <name>xmlBreakElementsToDiscard</name>
  45.                             <description>These are elements like "p" or "sent", which will be wrapped into regex for approximate XML
  46. matching. They will be deleted in the output, and will always trigger a sentence boundary.</description>
  47.                             <type>String</type>
  48.                             <multiValued>true</multiValued>
  49.                             <mandatory>false</mandatory>
  50.                         </configurationParameter>
  51.                         <configurationParameter>
  52.                             <name>boundaryToDiscard</name>
  53.                             <description>The set of regex for sentence boundary tokens that should be discarded.</description>
  54.                             <type>String</type>
  55.                             <multiValued>true</multiValued>
  56.                             <mandatory>false</mandatory>
  57.                         </configurationParameter>
  58.                         <configurationParameter>
  59.                             <name>regionElementRegex</name>
  60.                             <description>A regular expression for element names containing a sentence region. Only tokens in such
  61. elements will be included in sentences. The start and end tags themselves are not included in
  62. the sentence.</description>
  63.                             <type>String</type>
  64.                             <multiValued>false</multiValued>
  65.                             <mandatory>false</mandatory>
  66.                         </configurationParameter>
  67.                         <configurationParameter>
  68.                             <name>newlineIsSentenceBreak</name>
  69.                             <description>Strategy for treating newlines as paragraph breaks.</description>
  70.                             <type>String</type>
  71.                             <multiValued>false</multiValued>
  72.                             <mandatory>false</mandatory>
  73.                         </configurationParameter>
  74.                         <configurationParameter>
  75.                             <name>tokenRegexesToDiscard</name>
  76.                             <description>The set of regex for sentence boundary tokens that should be discarded.</description>
  77.                             <type>String</type>
  78.                             <multiValued>true</multiValued>
  79.                             <mandatory>false</mandatory>
  80.                         </configurationParameter>
  81.                         <configurationParameter>
  82.                             <name>isOneSentence</name>
  83.                             <description>Whether to treat all input as one sentence.</description>
  84.                             <type>Boolean</type>
  85.                             <multiValued>false</multiValued>
  86.                             <mandatory>true</mandatory>
  87.                         </configurationParameter>
  88.                         <configurationParameter>
  89.                             <name>allowEmptySentences</name>
  90.                             <description>Whether to generate empty sentences.</description>
  91.                             <type>Boolean</type>
  92.                             <multiValued>false</multiValued>
  93.                             <mandatory>true</mandatory>
  94.                         </configurationParameter>
  95.                         <configurationParameter>
  96.                             <name>zoneTypes</name>
  97.                             <description>A list of type names used for zoning.</description>
  98.                             <type>String</type>
  99.                             <multiValued>true</multiValued>
  100.                             <mandatory>false</mandatory>
  101.                         </configurationParameter>
  102.                         <configurationParameter>
  103.                             <name>strictZoning</name>
  104.                             <description>Strict zoning causes the segmentation to be applied only within the
  105. boundaries of a zone annotation. This works only if a single zone type
  106. is specified (the zone annotations should NOT overlap) or if no zone
  107. type is specified - in which case the whole document is taken as a zone.
  108. If strict zoning is turned off, multiple zone types can be specified.
  109. A list of all zone boundaries (start and end) is created and segmentation
  110. happens between them.</description>
  111.                             <type>Boolean</type>
  112.                             <multiValued>false</multiValued>
  113.                             <mandatory>true</mandatory>
  114.                         </configurationParameter>
  115.                         <configurationParameter>
  116.                             <name>language</name>
  117.                             <description>The language.</description>
  118.                             <type>String</type>
  119.                             <multiValued>false</multiValued>
  120.                             <mandatory>false</mandatory>
  121.                         </configurationParameter>
  122.                         <configurationParameter>
  123.                             <name>writeToken</name>
  124.                             <description>Create Token annotations.</description>
  125.                             <type>Boolean</type>
  126.                             <multiValued>false</multiValued>
  127.                             <mandatory>true</mandatory>
  128.                         </configurationParameter>
  129.                         <configurationParameter>
  130.                             <name>writeForm</name>
  131.                             <description>Create TokenForm annotations.</description>
  132.                             <type>Boolean</type>
  133.                             <multiValued>false</multiValued>
  134.                             <mandatory>true</mandatory>
  135.                         </configurationParameter>
  136.                         <configurationParameter>
  137.                             <name>writeSentence</name>
  138.                             <description>Create Sentence annotations.</description>
  139.                             <type>Boolean</type>
  140.                             <multiValued>false</multiValued>
  141.                             <mandatory>true</mandatory>
  142.                         </configurationParameter>
  143.                     </configurationParameters>
  144.                     <configurationParameterSettings>
  145.                         <nameValuePair>
  146.                             <name>boundaryTokenRegex</name>
  147.                             <value>
  148.                                 <string>\.|[!?]+</string>
  149.                             </value>
  150.                         </nameValuePair>
  151.                         <nameValuePair>
  152.                             <name>boundaryFollowersRegex</name>
  153.                             <value>
  154.                                 <string>[\p{Pe}\p{Pf}"'&gt;οΌ‚οΌ‡οΌž]|''|-R[CRS]B-</string>
  155.                             </value>
  156.                         </nameValuePair>
  157.                         <nameValuePair>
  158.                             <name>boundaryToDiscard</name>
  159.                             <value>
  160.                                 <array>
  161.                                     <string>
  162. </string>
  163.                                     <string>*NL*</string>
  164.                                 </array>
  165.                             </value>
  166.                         </nameValuePair>
  167.                         <nameValuePair>
  168.                             <name>newlineIsSentenceBreak</name>
  169.                             <value>
  170.                                 <string>TWO_CONSECUTIVE</string>
  171.                             </value>
  172.                         </nameValuePair>
  173.                         <nameValuePair>
  174.                             <name>tokenRegexesToDiscard</name>
  175.                             <value>
  176.                                 <array/>
  177.                             </value>
  178.                         </nameValuePair>
  179.                         <nameValuePair>
  180.                             <name>isOneSentence</name>
  181.                             <value>
  182.                                 <boolean>false</boolean>
  183.                             </value>
  184.                         </nameValuePair>
  185.                         <nameValuePair>
  186.                             <name>allowEmptySentences</name>
  187.                             <value>
  188.                                 <boolean>false</boolean>
  189.                             </value>
  190.                         </nameValuePair>
  191.                         <nameValuePair>
  192.                             <name>zoneTypes</name>
  193.                             <value>
  194.                                 <array>
  195.                                     <string>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</string>
  196.                                 </array>
  197.                             </value>
  198.                         </nameValuePair>
  199.                         <nameValuePair>
  200.                             <name>strictZoning</name>
  201.                             <value>
  202.                                 <boolean>false</boolean>
  203.                             </value>
  204.                         </nameValuePair>
  205.                         <nameValuePair>
  206.                             <name>writeToken</name>
  207.                             <value>
  208.                                 <boolean>true</boolean>
  209.                             </value>
  210.                         </nameValuePair>
  211.                         <nameValuePair>
  212.                             <name>writeForm</name>
  213.                             <value>
  214.                                 <boolean>true</boolean>
  215.                             </value>
  216.                         </nameValuePair>
  217.                         <nameValuePair>
  218.                             <name>writeSentence</name>
  219.                             <value>
  220.                                 <boolean>true</boolean>
  221.                             </value>
  222.                         </nameValuePair>
  223.                     </configurationParameterSettings>
  224.                     <typeSystemDescription>
  225.                         <types>
  226.                             <typeDescription>
  227.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceChain</name>
  228.                                 <description>Marks the beginning of a chain.</description>
  229.                                 <supertypeName>uima.cas.AnnotationBase</supertypeName>
  230.                                 <features>
  231.                                     <featureDescription>
  232.                                         <name>first</name>
  233.                                         <description>This is the first corefernce link in coreference chain</description>
  234.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceLink</rangeTypeName>
  235.                                     </featureDescription>
  236.                                 </features>
  237.                             </typeDescription>
  238.                             <typeDescription>
  239.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceLink</name>
  240.                                 <description>A link in the coreference chain.</description>
  241.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  242.                                 <features>
  243.                                     <featureDescription>
  244.                                         <name>next</name>
  245.                                         <description>If there is one, it is the next coreference link to the current coreference link</description>
  246.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceLink</rangeTypeName>
  247.                                     </featureDescription>
  248.                                     <featureDescription>
  249.                                         <name>referenceType</name>
  250.                                         <description>The role or type which the covered text has in the coreference chain.</description>
  251.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  252.                                     </featureDescription>
  253.                                     <featureDescription>
  254.                                         <name>referenceRelation</name>
  255.                                         <description>The type of relation between this link and the next link in the chain.</description>
  256.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  257.                                     </featureDescription>
  258.                                 </features>
  259.                             </typeDescription>
  260.                             <typeDescription>
  261.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.Morpheme</name>
  262.                                 <description/>
  263.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  264.                                 <features>
  265.                                     <featureDescription>
  266.                                         <name>morphTag</name>
  267.                                         <description/>
  268.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  269.                                     </featureDescription>
  270.                                 </features>
  271.                             </typeDescription>
  272.                             <typeDescription>
  273.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.MorphologicalFeatures</name>
  274.                                 <description>Morphological categories that can be attached to tokens.</description>
  275.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  276.                                 <features>
  277.                                     <featureDescription>
  278.                                         <name>gender</name>
  279.                                         <description/>
  280.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  281.                                     </featureDescription>
  282.                                     <featureDescription>
  283.                                         <name>number</name>
  284.                                         <description>Singular/plural</description>
  285.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  286.                                     </featureDescription>
  287.                                     <featureDescription>
  288.                                         <name>case</name>
  289.                                         <description>Nouns: nominative, genetiv, dative, ...</description>
  290.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  291.                                     </featureDescription>
  292.                                     <featureDescription>
  293.                                         <name>degree</name>
  294.                                         <description>Adjectives: comparative/Superlative</description>
  295.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  296.                                     </featureDescription>
  297.                                     <featureDescription>
  298.                                         <name>verbForm</name>
  299.                                         <description/>
  300.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  301.                                     </featureDescription>
  302.                                     <featureDescription>
  303.                                         <name>tense</name>
  304.                                         <description>Verbs: past tense, present tense, future tense, etc.</description>
  305.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  306.                                     </featureDescription>
  307.                                     <featureDescription>
  308.                                         <name>mood</name>
  309.                                         <description>Verbs: indicative, imperative, subjunctive</description>
  310.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  311.                                     </featureDescription>
  312.                                     <featureDescription>
  313.                                         <name>voice</name>
  314.                                         <description>Verbs: active/passive</description>
  315.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  316.                                     </featureDescription>
  317.                                     <featureDescription>
  318.                                         <name>definiteness</name>
  319.                                         <description>Definite or indefinite</description>
  320.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  321.                                     </featureDescription>
  322.                                     <featureDescription>
  323.                                         <name>value</name>
  324.                                         <description>The original morphological analysis results as produced by a tool or as recorded in a corpus (if available). If the categories were originally encoded in such a string, the other features are filled by analyzing this string. If the categories were provided separately, e.g. by different attributed in an XML-encoded corpus, this field may remain empty.</description>
  325.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  326.                                     </featureDescription>
  327.                                     <featureDescription>
  328.                                         <name>person</name>
  329.                                         <description>Verbs: 1st, 2nd, 3rd person</description>
  330.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  331.                                     </featureDescription>
  332.                                     <featureDescription>
  333.                                         <name>aspect</name>
  334.                                         <description>Verbs: perfective, imperfective</description>
  335.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  336.                                     </featureDescription>
  337.                                     <featureDescription>
  338.                                         <name>animacy</name>
  339.                                         <description/>
  340.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  341.                                     </featureDescription>
  342.                                     <featureDescription>
  343.                                         <name>negative</name>
  344.                                         <description/>
  345.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  346.                                     </featureDescription>
  347.                                     <featureDescription>
  348.                                         <name>numType</name>
  349.                                         <description/>
  350.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  351.                                     </featureDescription>
  352.                                     <featureDescription>
  353.                                         <name>possessive</name>
  354.                                         <description/>
  355.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  356.                                     </featureDescription>
  357.                                     <featureDescription>
  358.                                         <name>pronType</name>
  359.                                         <description/>
  360.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  361.                                     </featureDescription>
  362.                                     <featureDescription>
  363.                                         <name>reflex</name>
  364.                                         <description/>
  365.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  366.                                     </featureDescription>
  367.                                 </features>
  368.                             </typeDescription>
  369.                             <typeDescription>
  370.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</name>
  371.                                 <description>The part of speech of a word or a phrase.</description>
  372.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  373.                                 <features>
  374.                                     <featureDescription>
  375.                                         <name>PosValue</name>
  376.                                         <description>Fine-grained POS tag. This is the tag as produced by a POS tagger or obtained from a reader.</description>
  377.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  378.                                     </featureDescription>
  379.                                     <featureDescription>
  380.                                         <name>coarseValue</name>
  381.                                         <description>Coarse-grained POS tag. This may be produced by a POS tagger or reader in addition to the fine-grained tag.</description>
  382.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  383.                                     </featureDescription>
  384.                                 </features>
  385.                             </typeDescription>
  386.                             <typeDescription>
  387.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_ADJ</name>
  388.                                 <description>Adjective</description>
  389.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  390.                             </typeDescription>
  391.                             <typeDescription>
  392.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_ADP</name>
  393.                                 <description>Adposition</description>
  394.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  395.                             </typeDescription>
  396.                             <typeDescription>
  397.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_ADV</name>
  398.                                 <description>Adverb</description>
  399.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  400.                             </typeDescription>
  401.                             <typeDescription>
  402.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_AUX</name>
  403.                                 <description>Auxiliary verb</description>
  404.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  405.                             </typeDescription>
  406.                             <typeDescription>
  407.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_CONJ</name>
  408.                                 <description>Conjunction</description>
  409.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  410.                             </typeDescription>
  411.                             <typeDescription>
  412.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_DET</name>
  413.                                 <description>Determiner</description>
  414.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  415.                             </typeDescription>
  416.                             <typeDescription>
  417.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_INTJ</name>
  418.                                 <description>Interjection</description>
  419.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  420.                             </typeDescription>
  421.                             <typeDescription>
  422.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NOUN</name>
  423.                                 <description>Noun</description>
  424.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  425.                             </typeDescription>
  426.                             <typeDescription>
  427.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NUM</name>
  428.                                 <description>Numeral</description>
  429.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  430.                             </typeDescription>
  431.                             <typeDescription>
  432.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PART</name>
  433.                                 <description>Particle</description>
  434.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  435.                             </typeDescription>
  436.                             <typeDescription>
  437.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PRON</name>
  438.                                 <description>Pronoun</description>
  439.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  440.                             </typeDescription>
  441.                             <typeDescription>
  442.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PROPN</name>
  443.                                 <description>Proper noun</description>
  444.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  445.                             </typeDescription>
  446.                             <typeDescription>
  447.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PUNCT</name>
  448.                                 <description>Punctuation</description>
  449.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  450.                             </typeDescription>
  451.                             <typeDescription>
  452.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_SCONJ</name>
  453.                                 <description>Subordinating conjunction</description>
  454.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  455.                             </typeDescription>
  456.                             <typeDescription>
  457.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_SYM</name>
  458.                                 <description>Symbol</description>
  459.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  460.                             </typeDescription>
  461.                             <typeDescription>
  462.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_VERB</name>
  463.                                 <description>Verb</description>
  464.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  465.                             </typeDescription>
  466.                             <typeDescription>
  467.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</name>
  468.                                 <description>Other</description>
  469.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  470.                             </typeDescription>
  471.                             <typeDescription>
  472.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_AT</name>
  473.                                 <description>at-mention (indicates another user as a recipient of a tweet)</description>
  474.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  475.                             </typeDescription>
  476.                             <typeDescription>
  477.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_DM</name>
  478.                                 <description>discourse marker, indications of continuation of a message across multiple tweets</description>
  479.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  480.                             </typeDescription>
  481.                             <typeDescription>
  482.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_EMO</name>
  483.                                 <description>emoticon</description>
  484.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  485.                             </typeDescription>
  486.                             <typeDescription>
  487.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_HASH</name>
  488.                                 <description>Hashtag (indicates topic/category for tweet)</description>
  489.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  490.                             </typeDescription>
  491.                             <typeDescription>
  492.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_INT</name>
  493.                                 <description>proper noun + verbal</description>
  494.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  495.                             </typeDescription>
  496.                             <typeDescription>
  497.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_NNV</name>
  498.                                 <description>nominal + verbal</description>
  499.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NOUN</supertypeName>
  500.                             </typeDescription>
  501.                             <typeDescription>
  502.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_NPV</name>
  503.                                 <description>proper noun + verbal</description>
  504.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NOUN</supertypeName>
  505.                             </typeDescription>
  506.                             <typeDescription>
  507.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_URL</name>
  508.                                 <description>URL or email address</description>
  509.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  510.                             </typeDescription>
  511.                             <typeDescription>
  512.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.DocumentMetaData</name>
  513.                                 <description>&lt;p&gt;The DocumentMetaData annotation stores information about a single processed
  514. document. There can only be one of these annotations per CAS. The annotation is
  515. created by readers and contains information to uniquely identify the document from
  516. which a CAS was created. Writer components use this information when determining
  517. under which filename a CAS is stored.&lt;p&gt;
  518.  
  519. &lt;p&gt;There are two principle ways of identifying a document:&lt;p&gt;
  520.  
  521. &lt;ul&gt;
  522. &lt;li&gt;&lt;b&gt;collection id / document id:&lt;/b&gt; this simple system identifies a document
  523.   within a collection. The ID of the collection and the document are each
  524.   simple strings without any further semantics such as e.g. a hierarchy. For
  525.   this reason, this identification scheme is not well suited to preserve
  526.   information about directory structures.&lt;/li&gt;
  527.  
  528. &lt;li&gt;&lt;b&gt;document base URI / document URI:&lt;/b&gt; this system identifies a document using
  529.   a URI. The base URI is used to derive the relative path of the document with
  530.   respect to the base location from where it has been read. E.g. if the base
  531.   URI is &lt;code&gt;file:/texts&lt;/code&gt; and the document URI is &lt;code&gt;file:/texts/english/text1.txt&lt;/code&gt;, then the relativ
  532.   path of the document is &lt;code&gt;english/text1.txt&lt;/code&gt;. This
  533.   information is used by writers to recreate the directory structure found
  534.   under the base location in the target location.&lt;/li&gt;
  535. &lt;/ul&gt;
  536.  
  537. &lt;p&gt;It is possible and indeed common for a writer to initialize both systems of
  538. identification. If both systems are present, most writers default to using the
  539. URI-based systems. However, most writers also allow forcing the use of the ID-based
  540. systems.&lt;/p&gt;
  541.  
  542. &lt;p&gt;In addition to the features given here, there is a &lt;i&gt;language&lt;/i&gt; feature inherited from UIMA's DocumentAnnotation. DKPro Core components expect a two letter ISO
  543. 639-1 language code there.&lt;/p&gt;</description>
  544.                                 <supertypeName>uima.tcas.DocumentAnnotation</supertypeName>
  545.                                 <features>
  546.                                     <featureDescription>
  547.                                         <name>documentTitle</name>
  548.                                         <description>The human readable title of the document.</description>
  549.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  550.                                     </featureDescription>
  551.                                     <featureDescription>
  552.                                         <name>documentId</name>
  553.                                         <description>The id of the document.</description>
  554.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  555.                                     </featureDescription>
  556.                                     <featureDescription>
  557.                                         <name>documentUri</name>
  558.                                         <description>The URI of the document.</description>
  559.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  560.                                     </featureDescription>
  561.                                     <featureDescription>
  562.                                         <name>collectionId</name>
  563.                                         <description>The ID of the whole document collection.</description>
  564.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  565.                                     </featureDescription>
  566.                                     <featureDescription>
  567.                                         <name>documentBaseUri</name>
  568.                                         <description>Base URI of the document.</description>
  569.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  570.                                     </featureDescription>
  571.                                     <featureDescription>
  572.                                         <name>isLastSegment</name>
  573.                                         <description>CAS de-multipliers need to know whether a CAS is the
  574.                         last multiplied segment.
  575.                         Thus CAS multipliers should set this field to true for the last CAS
  576.                         they produce.</description>
  577.                                         <rangeTypeName>uima.cas.Boolean</rangeTypeName>
  578.                                     </featureDescription>
  579.                                 </features>
  580.                             </typeDescription>
  581.                             <typeDescription>
  582.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.MetaDataStringField</name>
  583.                                 <description>&lt;p&gt;A general purpose annotation to store document-wide information in the form of arbitrary key-value string pairs.&lt;/p&gt;</description>
  584.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  585.                                 <features>
  586.                                     <featureDescription>
  587.                                         <name>key</name>
  588.                                         <description>Name of a metadata field.</description>
  589.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  590.                                     </featureDescription>
  591.                                     <featureDescription>
  592.                                         <name>value</name>
  593.                                         <description>The field value.</description>
  594.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  595.                                     </featureDescription>
  596.                                 </features>
  597.                             </typeDescription>
  598.                             <typeDescription>
  599.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagDescription</name>
  600.                                 <description>Description of an individual tag.</description>
  601.                                 <supertypeName>uima.cas.TOP</supertypeName>
  602.                                 <features>
  603.                                     <featureDescription>
  604.                                         <name>name</name>
  605.                                         <description>The name of the tag.</description>
  606.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  607.                                     </featureDescription>
  608.                                 </features>
  609.                             </typeDescription>
  610.                             <typeDescription>
  611.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagsetDescription</name>
  612.                                 <description>Information about a tagset (controlled vocabulary).</description>
  613.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  614.                                 <features>
  615.                                     <featureDescription>
  616.                                         <name>layer</name>
  617.                                         <description>The layer to which the tagset applies. This is
  618.                         typically the name of an UIMA type such as
  619.                         "de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS".</description>
  620.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  621.                                     </featureDescription>
  622.                                     <featureDescription>
  623.                                         <name>name</name>
  624.                                         <description>The name of the tagset.</description>
  625.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  626.                                     </featureDescription>
  627.                                     <featureDescription>
  628.                                         <name>tags</name>
  629.                                         <description>Descriptions of the tags belonging to this tagset.</description>
  630.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  631.                                         <elementType>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagDescription</elementType>
  632.                                     </featureDescription>
  633.                                     <featureDescription>
  634.                                         <name>componentName</name>
  635.                                         <description/>
  636.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  637.                                     </featureDescription>
  638.                                     <featureDescription>
  639.                                         <name>modelLocation</name>
  640.                                         <description/>
  641.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  642.                                     </featureDescription>
  643.                                     <featureDescription>
  644.                                         <name>modelVariant</name>
  645.                                         <description/>
  646.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  647.                                     </featureDescription>
  648.                                     <featureDescription>
  649.                                         <name>modelLanguage</name>
  650.                                         <description/>
  651.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  652.                                     </featureDescription>
  653.                                     <featureDescription>
  654.                                         <name>modelVersion</name>
  655.                                         <description/>
  656.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  657.                                     </featureDescription>
  658.                                     <featureDescription>
  659.                                         <name>input</name>
  660.                                         <description>True if the tagset is used as input by the component/model, otherwise false.</description>
  661.                                         <rangeTypeName>uima.cas.Boolean</rangeTypeName>
  662.                                     </featureDescription>
  663.                                 </features>
  664.                             </typeDescription>
  665.                             <typeDescription>
  666.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Animal</name>
  667.                                 <description/>
  668.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  669.                             </typeDescription>
  670.                             <typeDescription>
  671.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Cardinal</name>
  672.                                 <description/>
  673.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  674.                             </typeDescription>
  675.                             <typeDescription>
  676.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.ContactInfo</name>
  677.                                 <description/>
  678.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  679.                             </typeDescription>
  680.                             <typeDescription>
  681.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Date</name>
  682.                                 <description/>
  683.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  684.                             </typeDescription>
  685.                             <typeDescription>
  686.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Disease</name>
  687.                                 <description/>
  688.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  689.                             </typeDescription>
  690.                             <typeDescription>
  691.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Event</name>
  692.                                 <description/>
  693.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  694.                             </typeDescription>
  695.                             <typeDescription>
  696.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Fac</name>
  697.                                 <description/>
  698.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  699.                             </typeDescription>
  700.                             <typeDescription>
  701.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.FacDesc</name>
  702.                                 <description/>
  703.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  704.                             </typeDescription>
  705.                             <typeDescription>
  706.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Game</name>
  707.                                 <description/>
  708.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  709.                             </typeDescription>
  710.                             <typeDescription>
  711.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Gpe</name>
  712.                                 <description/>
  713.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  714.                             </typeDescription>
  715.                             <typeDescription>
  716.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.GpeDesc</name>
  717.                                 <description/>
  718.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  719.                             </typeDescription>
  720.                             <typeDescription>
  721.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Language</name>
  722.                                 <description/>
  723.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  724.                             </typeDescription>
  725.                             <typeDescription>
  726.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Law</name>
  727.                                 <description/>
  728.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  729.                             </typeDescription>
  730.                             <typeDescription>
  731.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Location</name>
  732.                                 <description/>
  733.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  734.                             </typeDescription>
  735.                             <typeDescription>
  736.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Money</name>
  737.                                 <description/>
  738.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  739.                             </typeDescription>
  740.                             <typeDescription>
  741.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</name>
  742.                                 <description>Named entities refer e.g. to persons, locations, organizations and so on. They often consist of multiple tokens.</description>
  743.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  744.                                 <features>
  745.                                     <featureDescription>
  746.                                         <name>value</name>
  747.                                         <description>The class/category of the named entity, e.g. person, location, etc.</description>
  748.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  749.                                     </featureDescription>
  750.                                     <featureDescription>
  751.                                         <name>identifier</name>
  752.                                         <description>Identifier of the named entity, e.g. a reference into a person database.</description>
  753.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  754.                                     </featureDescription>
  755.                                 </features>
  756.                             </typeDescription>
  757.                             <typeDescription>
  758.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Nationality</name>
  759.                                 <description/>
  760.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  761.                             </typeDescription>
  762.                             <typeDescription>
  763.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Norp</name>
  764.                                 <description/>
  765.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  766.                             </typeDescription>
  767.                             <typeDescription>
  768.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Ordinal</name>
  769.                                 <description/>
  770.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  771.                             </typeDescription>
  772.                             <typeDescription>
  773.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.OrgDesc</name>
  774.                                 <description/>
  775.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  776.                             </typeDescription>
  777.                             <typeDescription>
  778.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Organization</name>
  779.                                 <description/>
  780.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  781.                             </typeDescription>
  782.                             <typeDescription>
  783.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.PerDesc</name>
  784.                                 <description/>
  785.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  786.                             </typeDescription>
  787.                             <typeDescription>
  788.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Percent</name>
  789.                                 <description/>
  790.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  791.                             </typeDescription>
  792.                             <typeDescription>
  793.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Person</name>
  794.                                 <description/>
  795.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  796.                             </typeDescription>
  797.                             <typeDescription>
  798.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Plant</name>
  799.                                 <description/>
  800.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  801.                             </typeDescription>
  802.                             <typeDescription>
  803.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Product</name>
  804.                                 <description/>
  805.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  806.                             </typeDescription>
  807.                             <typeDescription>
  808.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.ProductDesc</name>
  809.                                 <description/>
  810.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  811.                             </typeDescription>
  812.                             <typeDescription>
  813.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Quantity</name>
  814.                                 <description/>
  815.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  816.                             </typeDescription>
  817.                             <typeDescription>
  818.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Substance</name>
  819.                                 <description/>
  820.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  821.                             </typeDescription>
  822.                             <typeDescription>
  823.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Time</name>
  824.                                 <description/>
  825.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  826.                             </typeDescription>
  827.                             <typeDescription>
  828.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.WorkOfArt</name>
  829.                                 <description/>
  830.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  831.                             </typeDescription>
  832.                             <typeDescription>
  833.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Compound</name>
  834.                                 <description>This type represents a decompounding word, i.e.: flowerpot. Each Compound one have at least two Splits.</description>
  835.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  836.                                 <features>
  837.                                     <featureDescription>
  838.                                         <name>splits</name>
  839.                                         <description>A word that can be decomposed into different parts.</description>
  840.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  841.                                         <elementType>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</elementType>
  842.                                     </featureDescription>
  843.                                 </features>
  844.                             </typeDescription>
  845.                             <typeDescription>
  846.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.CompoundPart</name>
  847.                                 <description>&lt;p&gt;A CompoundPart represents one fragment from the compounding word. Besides that, it can store other CompoundParts if it can be split again. The way it stores a decompounding word represents a decompounding tree.&lt;/p&gt;</description>
  848.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</supertypeName>
  849.                             </typeDescription>
  850.                             <typeDescription>
  851.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</name>
  852.                                 <description>Document structure element.</description>
  853.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  854.                                 <features>
  855.                                     <featureDescription>
  856.                                         <name>divType</name>
  857.                                         <description/>
  858.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  859.                                     </featureDescription>
  860.                                     <featureDescription>
  861.                                         <name>id</name>
  862.                                         <description>If this unit had an ID in the source format from which it was imported, it may be stored here. IDs are typically not assigned by DKPro Core components. If an ID is present, it should be respected by writers.</description>
  863.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  864.                                     </featureDescription>
  865.                                 </features>
  866.                             </typeDescription>
  867.                             <typeDescription>
  868.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Document</name>
  869.                                 <description/>
  870.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</supertypeName>
  871.                             </typeDescription>
  872.                             <typeDescription>
  873.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Heading</name>
  874.                                 <description>Document title, section heading, etc.</description>
  875.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</supertypeName>
  876.                             </typeDescription>
  877.                             <typeDescription>
  878.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Lemma</name>
  879.                                 <description/>
  880.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  881.                                 <features>
  882.                                     <featureDescription>
  883.                                         <name>value</name>
  884.                                         <description/>
  885.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  886.                                     </featureDescription>
  887.                                 </features>
  888.                             </typeDescription>
  889.                             <typeDescription>
  890.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.LexicalPhrase</name>
  891.                                 <description/>
  892.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  893.                                 <features>
  894.                                     <featureDescription>
  895.                                         <name>text</name>
  896.                                         <description/>
  897.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  898.                                     </featureDescription>
  899.                                 </features>
  900.                             </typeDescription>
  901.                             <typeDescription>
  902.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.LinkingMorpheme</name>
  903.                                 <description>This type represents a linking morpheme between two CompoundParts.</description>
  904.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</supertypeName>
  905.                             </typeDescription>
  906.                             <typeDescription>
  907.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.NGram</name>
  908.                                 <description/>
  909.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  910.                                 <features>
  911.                                     <featureDescription>
  912.                                         <name>text</name>
  913.                                         <description/>
  914.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  915.                                     </featureDescription>
  916.                                 </features>
  917.                             </typeDescription>
  918.                             <typeDescription>
  919.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Paragraph</name>
  920.                                 <description/>
  921.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</supertypeName>
  922.                             </typeDescription>
  923.                             <typeDescription>
  924.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Sentence</name>
  925.                                 <description/>
  926.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  927.                                 <features>
  928.                                     <featureDescription>
  929.                                         <name>id</name>
  930.                                         <description>If this unit had an ID in the source format from which it was imported, it may be stored here. IDs are typically not assigned by DKPro Core components. If an ID is present, it should be respected by writers.</description>
  931.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  932.                                     </featureDescription>
  933.                                 </features>
  934.                             </typeDescription>
  935.                             <typeDescription>
  936.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</name>
  937.                                 <description>This type represents a part of a decompounding word. A Split can be either a CompoundPart or a LinkingMorpheme.</description>
  938.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  939.                                 <features>
  940.                                     <featureDescription>
  941.                                         <name>splits</name>
  942.                                         <description>Sub-splits of the current split.</description>
  943.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  944.                                         <elementType>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</elementType>
  945.                                     </featureDescription>
  946.                                 </features>
  947.                             </typeDescription>
  948.                             <typeDescription>
  949.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Stem</name>
  950.                                 <description/>
  951.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  952.                                 <features>
  953.                                     <featureDescription>
  954.                                         <name>value</name>
  955.                                         <description/>
  956.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  957.                                     </featureDescription>
  958.                                 </features>
  959.                             </typeDescription>
  960.                             <typeDescription>
  961.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.StopWord</name>
  962.                                 <description/>
  963.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  964.                             </typeDescription>
  965.                             <typeDescription>
  966.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.SurfaceForm</name>
  967.                                 <description>This annotation can be used to indicate an alternate surface form. E.g. some corpora consider a normalized form of the text with resolved contractions as the canonical form and only maintain the original surface form as a secondary information. One example is the Conll-U format.</description>
  968.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  969.                                 <features>
  970.                                     <featureDescription>
  971.                                         <name>value</name>
  972.                                         <description>Alternate surface form.</description>
  973.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  974.                                     </featureDescription>
  975.                                 </features>
  976.                             </typeDescription>
  977.                             <typeDescription>
  978.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</name>
  979.                                 <description>&lt;p&gt;Token is one of the two types commonly produced by a segmenter (the other being Sentence). A Token usually represents a word, although it may be used to represent multiple tightly connected words (e.g. "New York") or parts of a word (e.g. the possessive "'s"). One may choose to split compound words into multiple tokens, e.g. ("CamelCase" -&amp;gt; "Camel", "Case"; "Zauberstab" -&amp;gt; "Zauber", "stab"). Most processing components operate on Tokens, usually within the limits of the surrounding Sentence. E.g. a part-of-speech tagger analyses each Token in a Sentence and assigns a part-of-speech to each Token.&lt;/p&gt;</description>
  980.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  981.                                 <features>
  982.                                     <featureDescription>
  983.                                         <name>parent</name>
  984.                                         <description>the parent of this token. This feature is meant to be used in when the token participates in a constituency parse and then refers to a constituent containing this token. The type of this feature is {@link Annotation} to avoid adding a dependency on the syntax API module.</description>
  985.                                         <rangeTypeName>uima.tcas.Annotation</rangeTypeName>
  986.                                     </featureDescription>
  987.                                     <featureDescription>
  988.                                         <name>lemma</name>
  989.                                         <description/>
  990.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Lemma</rangeTypeName>
  991.                                     </featureDescription>
  992.                                     <featureDescription>
  993.                                         <name>stem</name>
  994.                                         <description/>
  995.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Stem</rangeTypeName>
  996.                                     </featureDescription>
  997.                                     <featureDescription>
  998.                                         <name>pos</name>
  999.                                         <description/>
  1000.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</rangeTypeName>
  1001.                                     </featureDescription>
  1002.                                     <featureDescription>
  1003.                                         <name>morph</name>
  1004.                                         <description>The morphological feature associated with this token.</description>
  1005.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.MorphologicalFeatures</rangeTypeName>
  1006.                                     </featureDescription>
  1007.                                     <featureDescription>
  1008.                                         <name>id</name>
  1009.                                         <description>If this unit had an ID in the source format from which it was imported, it may be stored here. IDs are typically not assigned by DKPro Core components. If an ID is present, it should be respected by writers.</description>
  1010.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1011.                                     </featureDescription>
  1012.                                     <featureDescription>
  1013.                                         <name>form</name>
  1014.                                         <description>Potentially normalized form of the token text that should be used instead of the covered text if set.</description>
  1015.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.TokenForm</rangeTypeName>
  1016.                                     </featureDescription>
  1017.                                     <featureDescription>
  1018.                                         <name>syntacticFunction</name>
  1019.                                         <description/>
  1020.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1021.                                     </featureDescription>
  1022.                                 </features>
  1023.                             </typeDescription>
  1024.                             <typeDescription>
  1025.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.TokenForm</name>
  1026.                                 <description>A alternative token text which should be used instead of the covered text if set on a token.</description>
  1027.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  1028.                                 <features>
  1029.                                     <featureDescription>
  1030.                                         <name>value</name>
  1031.                                         <description/>
  1032.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1033.                                     </featureDescription>
  1034.                                 </features>
  1035.                             </typeDescription>
  1036.                             <typeDescription>
  1037.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.PennTree</name>
  1038.                                 <description>&lt;p&gt;The Penn Treebank-style phrase structure string.&lt;/p&gt;</description>
  1039.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  1040.                                 <features>
  1041.                                     <featureDescription>
  1042.                                         <name>PennTree</name>
  1043.                                         <description>Contains a Penn Treebank-style representation of a tree.</description>
  1044.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1045.                                     </featureDescription>
  1046.                                     <featureDescription>
  1047.                                         <name>TransformationNames</name>
  1048.                                         <description>The name(s) of the transformation(s) that have been performed on the PennTree</description>
  1049.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1050.                                     </featureDescription>
  1051.                                 </features>
  1052.                             </typeDescription>
  1053.                             <typeDescription>
  1054.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.Tag</name>
  1055.                                 <description>A multi purpose tag</description>
  1056.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  1057.                                 <features>
  1058.                                     <featureDescription>
  1059.                                         <name>value</name>
  1060.                                         <description/>
  1061.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1062.                                     </featureDescription>
  1063.                                 </features>
  1064.                             </typeDescription>
  1065.                             <typeDescription>
  1066.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.ADJC</name>
  1067.                                 <description>adjective chunks</description>
  1068.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  1069.                             </typeDescription>
  1070.                             <typeDescription>
  1071.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.ADVC</name>
  1072.                                 <description>adverb chunks</description>
  1073.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  1074.                             </typeDescription>
  1075.                             <typeDescription>
  1076.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.CONCJ</name>
  1077.                                 <description>complex coordinating conjunctions such as "as well (as)" or "rather (than)"</description>
  1078.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  1079.                             </typeDescription>
  1080.                             <typeDescription>
  1081.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</name>
  1082.                                 <description/>
  1083.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  1084.                                 <features>
  1085.                                     <featureDescription>
  1086.                                         <name>chunkValue</name>
  1087.                                         <description/>
  1088.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1089.                                     </featureDescription>
  1090.                                 </features>
  1091.                             </typeDescription>
  1092.                             <typeDescription>
  1093.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.INTJ</name>
  1094.                                 <description>interjection</description>
  1095.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  1096.                             </typeDescription>
  1097.                             <typeDescription>
  1098.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.LST</name>
  1099.                                 <description>enumeration symbol</description>
  1100.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  1101.                             </typeDescription>
  1102.                             <typeDescription>
  1103.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.NC</name>
  1104.                                 <description>noun chunk (non-recursive noun phrase)</description>
  1105.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  1106.                             </typeDescription>
  1107.                             <typeDescription>
  1108.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.O</name>
  1109.                                 <description>other or outside a chunk</description>
  1110.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  1111.                             </typeDescription>
  1112.                             <typeDescription>
  1113.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.PC</name>
  1114.                                 <description>prepositional chunk</description>
  1115.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  1116.                             </typeDescription>
  1117.                             <typeDescription>
  1118.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.PRT</name>
  1119.                                 <description>verb particle</description>
  1120.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  1121.                             </typeDescription>
  1122.                             <typeDescription>
  1123.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.VC</name>
  1124.                                 <description>verb complex</description>
  1125.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  1126.                             </typeDescription>
  1127.                             <typeDescription>
  1128.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.ADJP</name>
  1129.                                 <description/>
  1130.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1131.                             </typeDescription>
  1132.                             <typeDescription>
  1133.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.ADVP</name>
  1134.                                 <description/>
  1135.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1136.                             </typeDescription>
  1137.                             <typeDescription>
  1138.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.CONJP</name>
  1139.                                 <description/>
  1140.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1141.                             </typeDescription>
  1142.                             <typeDescription>
  1143.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</name>
  1144.                                 <description/>
  1145.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  1146.                                 <features>
  1147.                                     <featureDescription>
  1148.                                         <name>constituentType</name>
  1149.                                         <description/>
  1150.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1151.                                     </featureDescription>
  1152.                                     <featureDescription>
  1153.                                         <name>parent</name>
  1154.                                         <description>The parent constituent</description>
  1155.                                         <rangeTypeName>uima.tcas.Annotation</rangeTypeName>
  1156.                                     </featureDescription>
  1157.                                     <featureDescription>
  1158.                                         <name>children</name>
  1159.                                         <description/>
  1160.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  1161.                                         <elementType>uima.tcas.Annotation</elementType>
  1162.                                     </featureDescription>
  1163.                                     <featureDescription>
  1164.                                         <name>syntacticFunction</name>
  1165.                                         <description/>
  1166.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1167.                                     </featureDescription>
  1168.                                 </features>
  1169.                             </typeDescription>
  1170.                             <typeDescription>
  1171.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.FRAG</name>
  1172.                                 <description/>
  1173.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1174.                             </typeDescription>
  1175.                             <typeDescription>
  1176.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.INTJ</name>
  1177.                                 <description/>
  1178.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1179.                             </typeDescription>
  1180.                             <typeDescription>
  1181.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.LST</name>
  1182.                                 <description/>
  1183.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1184.                             </typeDescription>
  1185.                             <typeDescription>
  1186.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.NAC</name>
  1187.                                 <description/>
  1188.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1189.                             </typeDescription>
  1190.                             <typeDescription>
  1191.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.NP</name>
  1192.                                 <description/>
  1193.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1194.                             </typeDescription>
  1195.                             <typeDescription>
  1196.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.NX</name>
  1197.                                 <description/>
  1198.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1199.                             </typeDescription>
  1200.                             <typeDescription>
  1201.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PARN</name>
  1202.                                 <description>This cateory is called PRN in the Penn Treebank tagset. However, PRN is a reserved device name on Window. Thus we had to rename this category. The old PRN type is still present in the DKPro Core type system, but it is deprecated, no longer used, and no JCas classes are generated for it.</description>
  1203.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1204.                             </typeDescription>
  1205.                             <typeDescription>
  1206.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PP</name>
  1207.                                 <description/>
  1208.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1209.                             </typeDescription>
  1210.                             <typeDescription>
  1211.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PRP</name>
  1212.                                 <description/>
  1213.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1214.                             </typeDescription>
  1215.                             <typeDescription>
  1216.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PRT</name>
  1217.                                 <description/>
  1218.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1219.                             </typeDescription>
  1220.                             <typeDescription>
  1221.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.QP</name>
  1222.                                 <description/>
  1223.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1224.                             </typeDescription>
  1225.                             <typeDescription>
  1226.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.ROOT</name>
  1227.                                 <description/>
  1228.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1229.                             </typeDescription>
  1230.                             <typeDescription>
  1231.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.RRC</name>
  1232.                                 <description/>
  1233.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1234.                             </typeDescription>
  1235.                             <typeDescription>
  1236.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.S</name>
  1237.                                 <description/>
  1238.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1239.                             </typeDescription>
  1240.                             <typeDescription>
  1241.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SBAR</name>
  1242.                                 <description/>
  1243.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1244.                             </typeDescription>
  1245.                             <typeDescription>
  1246.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SBARQ</name>
  1247.                                 <description/>
  1248.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1249.                             </typeDescription>
  1250.                             <typeDescription>
  1251.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SINV</name>
  1252.                                 <description/>
  1253.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1254.                             </typeDescription>
  1255.                             <typeDescription>
  1256.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SQ</name>
  1257.                                 <description/>
  1258.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1259.                             </typeDescription>
  1260.                             <typeDescription>
  1261.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.UCP</name>
  1262.                                 <description/>
  1263.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1264.                             </typeDescription>
  1265.                             <typeDescription>
  1266.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.VP</name>
  1267.                                 <description/>
  1268.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1269.                             </typeDescription>
  1270.                             <typeDescription>
  1271.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHADJP</name>
  1272.                                 <description/>
  1273.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1274.                             </typeDescription>
  1275.                             <typeDescription>
  1276.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHADVP</name>
  1277.                                 <description/>
  1278.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1279.                             </typeDescription>
  1280.                             <typeDescription>
  1281.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHNP</name>
  1282.                                 <description/>
  1283.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1284.                             </typeDescription>
  1285.                             <typeDescription>
  1286.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHPP</name>
  1287.                                 <description/>
  1288.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1289.                             </typeDescription>
  1290.                             <typeDescription>
  1291.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.X</name>
  1292.                                 <description/>
  1293.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  1294.                             </typeDescription>
  1295.                             <typeDescription>
  1296.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ABBREV</name>
  1297.                                 <description/>
  1298.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1299.                             </typeDescription>
  1300.                             <typeDescription>
  1301.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ACOMP</name>
  1302.                                 <description/>
  1303.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1304.                             </typeDescription>
  1305.                             <typeDescription>
  1306.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ADVCL</name>
  1307.                                 <description/>
  1308.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1309.                             </typeDescription>
  1310.                             <typeDescription>
  1311.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ADVMOD</name>
  1312.                                 <description/>
  1313.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1314.                             </typeDescription>
  1315.                             <typeDescription>
  1316.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AGENT</name>
  1317.                                 <description/>
  1318.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1319.                             </typeDescription>
  1320.                             <typeDescription>
  1321.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AMOD</name>
  1322.                                 <description/>
  1323.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1324.                             </typeDescription>
  1325.                             <typeDescription>
  1326.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.APPOS</name>
  1327.                                 <description/>
  1328.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1329.                             </typeDescription>
  1330.                             <typeDescription>
  1331.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ATTR</name>
  1332.                                 <description/>
  1333.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1334.                             </typeDescription>
  1335.                             <typeDescription>
  1336.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AUX0</name>
  1337.                                 <description/>
  1338.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1339.                             </typeDescription>
  1340.                             <typeDescription>
  1341.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AUXPASS</name>
  1342.                                 <description/>
  1343.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1344.                             </typeDescription>
  1345.                             <typeDescription>
  1346.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CC</name>
  1347.                                 <description/>
  1348.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1349.                             </typeDescription>
  1350.                             <typeDescription>
  1351.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CCOMP</name>
  1352.                                 <description/>
  1353.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1354.                             </typeDescription>
  1355.                             <typeDescription>
  1356.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.COMPLM</name>
  1357.                                 <description/>
  1358.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1359.                             </typeDescription>
  1360.                             <typeDescription>
  1361.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CONJ</name>
  1362.                                 <description/>
  1363.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1364.                             </typeDescription>
  1365.                             <typeDescription>
  1366.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CONJP</name>
  1367.                                 <description/>
  1368.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1369.                             </typeDescription>
  1370.                             <typeDescription>
  1371.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CONJ_YET</name>
  1372.                                 <description/>
  1373.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1374.                             </typeDescription>
  1375.                             <typeDescription>
  1376.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.COP</name>
  1377.                                 <description/>
  1378.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1379.                             </typeDescription>
  1380.                             <typeDescription>
  1381.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CSUBJ</name>
  1382.                                 <description/>
  1383.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1384.                             </typeDescription>
  1385.                             <typeDescription>
  1386.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CSUBJPASS</name>
  1387.                                 <description/>
  1388.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1389.                             </typeDescription>
  1390.                             <typeDescription>
  1391.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.DEP</name>
  1392.                                 <description/>
  1393.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1394.                             </typeDescription>
  1395.                             <typeDescription>
  1396.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.DET</name>
  1397.                                 <description/>
  1398.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1399.                             </typeDescription>
  1400.                             <typeDescription>
  1401.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.DOBJ</name>
  1402.                                 <description/>
  1403.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1404.                             </typeDescription>
  1405.                             <typeDescription>
  1406.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</name>
  1407.                                 <description>A dependency relation between two tokens. The dependency annotation begin and end offsets correspond to those of the dependent.</description>
  1408.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  1409.                                 <features>
  1410.                                     <featureDescription>
  1411.                                         <name>Governor</name>
  1412.                                         <description>The governor word</description>
  1413.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</rangeTypeName>
  1414.                                     </featureDescription>
  1415.                                     <featureDescription>
  1416.                                         <name>Dependent</name>
  1417.                                         <description>The dependent word</description>
  1418.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</rangeTypeName>
  1419.                                     </featureDescription>
  1420.                                     <featureDescription>
  1421.                                         <name>DependencyType</name>
  1422.                                         <description>The dependency type</description>
  1423.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1424.                                     </featureDescription>
  1425.                                     <featureDescription>
  1426.                                         <name>flavor</name>
  1427.                                         <description>Flavor of the dependency relation (basic, collapsed, enhanced, etc...)</description>
  1428.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1429.                                     </featureDescription>
  1430.                                 </features>
  1431.                             </typeDescription>
  1432.                             <typeDescription>
  1433.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.EXPL</name>
  1434.                                 <description/>
  1435.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1436.                             </typeDescription>
  1437.                             <typeDescription>
  1438.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.INFMOD</name>
  1439.                                 <description/>
  1440.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1441.                             </typeDescription>
  1442.                             <typeDescription>
  1443.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.IOBJ</name>
  1444.                                 <description/>
  1445.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1446.                             </typeDescription>
  1447.                             <typeDescription>
  1448.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.MARK</name>
  1449.                                 <description/>
  1450.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1451.                             </typeDescription>
  1452.                             <typeDescription>
  1453.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.MEASURE</name>
  1454.                                 <description/>
  1455.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1456.                             </typeDescription>
  1457.                             <typeDescription>
  1458.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.MWE</name>
  1459.                                 <description/>
  1460.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1461.                             </typeDescription>
  1462.                             <typeDescription>
  1463.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NEG</name>
  1464.                                 <description/>
  1465.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1466.                             </typeDescription>
  1467.                             <typeDescription>
  1468.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NN</name>
  1469.                                 <description/>
  1470.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1471.                             </typeDescription>
  1472.                             <typeDescription>
  1473.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NPADVMOD</name>
  1474.                                 <description/>
  1475.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1476.                             </typeDescription>
  1477.                             <typeDescription>
  1478.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NSUBJ</name>
  1479.                                 <description/>
  1480.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1481.                             </typeDescription>
  1482.                             <typeDescription>
  1483.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NSUBJPASS</name>
  1484.                                 <description/>
  1485.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1486.                             </typeDescription>
  1487.                             <typeDescription>
  1488.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NUM</name>
  1489.                                 <description/>
  1490.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1491.                             </typeDescription>
  1492.                             <typeDescription>
  1493.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NUMBER</name>
  1494.                                 <description/>
  1495.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1496.                             </typeDescription>
  1497.                             <typeDescription>
  1498.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PARATAXIS</name>
  1499.                                 <description/>
  1500.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1501.                             </typeDescription>
  1502.                             <typeDescription>
  1503.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PARTMOD</name>
  1504.                                 <description/>
  1505.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1506.                             </typeDescription>
  1507.                             <typeDescription>
  1508.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PCOMP</name>
  1509.                                 <description/>
  1510.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1511.                             </typeDescription>
  1512.                             <typeDescription>
  1513.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.POBJ</name>
  1514.                                 <description/>
  1515.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1516.                             </typeDescription>
  1517.                             <typeDescription>
  1518.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.POSS</name>
  1519.                                 <description/>
  1520.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1521.                             </typeDescription>
  1522.                             <typeDescription>
  1523.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.POSSESSIVE</name>
  1524.                                 <description/>
  1525.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1526.                             </typeDescription>
  1527.                             <typeDescription>
  1528.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PRECONJ</name>
  1529.                                 <description/>
  1530.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1531.                             </typeDescription>
  1532.                             <typeDescription>
  1533.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PRED</name>
  1534.                                 <description/>
  1535.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1536.                             </typeDescription>
  1537.                             <typeDescription>
  1538.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PREDET</name>
  1539.                                 <description/>
  1540.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1541.                             </typeDescription>
  1542.                             <typeDescription>
  1543.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PREP</name>
  1544.                                 <description/>
  1545.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1546.                             </typeDescription>
  1547.                             <typeDescription>
  1548.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PREPC</name>
  1549.                                 <description/>
  1550.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1551.                             </typeDescription>
  1552.                             <typeDescription>
  1553.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PRT</name>
  1554.                                 <description/>
  1555.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1556.                             </typeDescription>
  1557.                             <typeDescription>
  1558.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PUNCT</name>
  1559.                                 <description/>
  1560.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1561.                             </typeDescription>
  1562.                             <typeDescription>
  1563.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PURPCL</name>
  1564.                                 <description/>
  1565.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1566.                             </typeDescription>
  1567.                             <typeDescription>
  1568.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.QUANTMOD</name>
  1569.                                 <description/>
  1570.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1571.                             </typeDescription>
  1572.                             <typeDescription>
  1573.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.RCMOD</name>
  1574.                                 <description/>
  1575.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1576.                             </typeDescription>
  1577.                             <typeDescription>
  1578.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.REF</name>
  1579.                                 <description/>
  1580.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1581.                             </typeDescription>
  1582.                             <typeDescription>
  1583.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.REL</name>
  1584.                                 <description/>
  1585.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1586.                             </typeDescription>
  1587.                             <typeDescription>
  1588.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ROOT</name>
  1589.                                 <description>Dependency tree root.</description>
  1590.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1591.                             </typeDescription>
  1592.                             <typeDescription>
  1593.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.TMOD</name>
  1594.                                 <description/>
  1595.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1596.                             </typeDescription>
  1597.                             <typeDescription>
  1598.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.XCOMP</name>
  1599.                                 <description/>
  1600.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1601.                             </typeDescription>
  1602.                             <typeDescription>
  1603.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.XSUBJ</name>
  1604.                                 <description/>
  1605.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  1606.                             </typeDescription>
  1607.                             <typeDescription>
  1608.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.transform.type.SofaChangeAnnotation</name>
  1609.                                 <description>Encodes an edit operation that can be interpreted by the ApplyChangesAnnotator.</description>
  1610.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  1611.                                 <features>
  1612.                                     <featureDescription>
  1613.                                         <name>value</name>
  1614.                                         <description>In case of an "insert" or "replace" operation, this feature indicates the value to be inserted or replaced.</description>
  1615.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1616.                                     </featureDescription>
  1617.                                     <featureDescription>
  1618.                                         <name>operation</name>
  1619.                                         <description>Operation to perform: "insert", "replace", "delete"</description>
  1620.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1621.                                     </featureDescription>
  1622.                                     <featureDescription>
  1623.                                         <name>reason</name>
  1624.                                         <description>The reason for the change.</description>
  1625.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1626.                                     </featureDescription>
  1627.                                 </features>
  1628.                             </typeDescription>
  1629.                         </types>
  1630.                     </typeSystemDescription>
  1631.                     <typePriorities/>
  1632.                     <fsIndexCollection/>
  1633.                     <capabilities/>
  1634.                     <operationalProperties>
  1635.                         <modifiesCas>true</modifiesCas>
  1636.                         <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
  1637.                         <outputsNewCASes>false</outputsNewCASes>
  1638.                     </operationalProperties>
  1639.                 </analysisEngineMetaData>
  1640.             </analysisEngineDescription>
  1641.         </delegateAnalysisEngine>
  1642.         <delegateAnalysisEngine key="CoreNLP Named Entity Recogizer (old API)">
  1643.             <analysisEngineDescription>
  1644.                 <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
  1645.                 <primitive>true</primitive>
  1646.                 <annotatorImplementationName>de.tudarmstadt.ukp.dkpro.core.stanfordnlp.StanfordNamedEntityRecognizer</annotatorImplementationName>
  1647.                 <analysisEngineMetaData>
  1648.                     <name>CoreNLP Named Entity Recogizer (old API)</name>
  1649.                     <description>Stanford Named Entity Recognizer component.</description>
  1650.                     <version>1.9.0-SNAPSHOT</version>
  1651.                     <vendor>DKPro Core Project</vendor>
  1652.                     <copyright>Copyright 2007-2017
  1653.                             Ubiquitous Knowledge Processing (UKP) Lab
  1654.                             Technische UniversitΓ€t Darmstadt</copyright>
  1655.                     <configurationParameters>
  1656.                         <configurationParameter>
  1657.                             <name>printTagSet</name>
  1658.                             <description>Log the tag set(s) when a model is loaded.</description>
  1659.                             <type>Boolean</type>
  1660.                             <multiValued>false</multiValued>
  1661.                             <mandatory>true</mandatory>
  1662.                         </configurationParameter>
  1663.                         <configurationParameter>
  1664.                             <name>language</name>
  1665.                             <description>Use this language instead of the document language to resolve the model.</description>
  1666.                             <type>String</type>
  1667.                             <multiValued>false</multiValued>
  1668.                             <mandatory>false</mandatory>
  1669.                         </configurationParameter>
  1670.                         <configurationParameter>
  1671.                             <name>modelVariant</name>
  1672.                             <description>Variant of a model the model. Used to address a specific model if here are multiple models
  1673. for one language.</description>
  1674.                             <type>String</type>
  1675.                             <multiValued>false</multiValued>
  1676.                             <mandatory>false</mandatory>
  1677.                         </configurationParameter>
  1678.                         <configurationParameter>
  1679.                             <name>modelLocation</name>
  1680.                             <description>Location from which the model is read.</description>
  1681.                             <type>String</type>
  1682.                             <multiValued>false</multiValued>
  1683.                             <mandatory>false</mandatory>
  1684.                         </configurationParameter>
  1685.                         <configurationParameter>
  1686.                             <name>NamedEntityMappingLocation</name>
  1687.                             <description>Location of the mapping file for named entity tags to UIMA types.</description>
  1688.                             <type>String</type>
  1689.                             <multiValued>false</multiValued>
  1690.                             <mandatory>false</mandatory>
  1691.                         </configurationParameter>
  1692.                         <configurationParameter>
  1693.                             <name>ptb3Escaping</name>
  1694.                             <description>Enable all traditional PTB3 token transforms (like -LRB-, -RRB-).</description>
  1695.                             <type>Boolean</type>
  1696.                             <multiValued>false</multiValued>
  1697.                             <mandatory>true</mandatory>
  1698.                         </configurationParameter>
  1699.                         <configurationParameter>
  1700.                             <name>quoteBegin</name>
  1701.                             <description>List of extra token texts (usually single character strings) that should be treated like
  1702. opening quotes and escaped accordingly before being sent to the parser.</description>
  1703.                             <type>String</type>
  1704.                             <multiValued>true</multiValued>
  1705.                             <mandatory>false</mandatory>
  1706.                         </configurationParameter>
  1707.                         <configurationParameter>
  1708.                             <name>quoteEnd</name>
  1709.                             <description>List of extra token texts (usually single character strings) that should be treated like
  1710. closing quotes and escaped accordingly before being sent to the parser.</description>
  1711.                             <type>String</type>
  1712.                             <multiValued>true</multiValued>
  1713.                             <mandatory>false</mandatory>
  1714.                         </configurationParameter>
  1715.                     </configurationParameters>
  1716.                     <configurationParameterSettings>
  1717.                         <nameValuePair>
  1718.                             <name>printTagSet</name>
  1719.                             <value>
  1720.                                 <boolean>false</boolean>
  1721.                             </value>
  1722.                         </nameValuePair>
  1723.                         <nameValuePair>
  1724.                             <name>ptb3Escaping</name>
  1725.                             <value>
  1726.                                 <boolean>true</boolean>
  1727.                             </value>
  1728.                         </nameValuePair>
  1729.                     </configurationParameterSettings>
  1730.                     <typeSystemDescription>
  1731.                         <types>
  1732.                             <typeDescription>
  1733.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceChain</name>
  1734.                                 <description>Marks the beginning of a chain.</description>
  1735.                                 <supertypeName>uima.cas.AnnotationBase</supertypeName>
  1736.                                 <features>
  1737.                                     <featureDescription>
  1738.                                         <name>first</name>
  1739.                                         <description>This is the first corefernce link in coreference chain</description>
  1740.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceLink</rangeTypeName>
  1741.                                     </featureDescription>
  1742.                                 </features>
  1743.                             </typeDescription>
  1744.                             <typeDescription>
  1745.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceLink</name>
  1746.                                 <description>A link in the coreference chain.</description>
  1747.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  1748.                                 <features>
  1749.                                     <featureDescription>
  1750.                                         <name>next</name>
  1751.                                         <description>If there is one, it is the next coreference link to the current coreference link</description>
  1752.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceLink</rangeTypeName>
  1753.                                     </featureDescription>
  1754.                                     <featureDescription>
  1755.                                         <name>referenceType</name>
  1756.                                         <description>The role or type which the covered text has in the coreference chain.</description>
  1757.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1758.                                     </featureDescription>
  1759.                                     <featureDescription>
  1760.                                         <name>referenceRelation</name>
  1761.                                         <description>The type of relation between this link and the next link in the chain.</description>
  1762.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1763.                                     </featureDescription>
  1764.                                 </features>
  1765.                             </typeDescription>
  1766.                             <typeDescription>
  1767.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.Morpheme</name>
  1768.                                 <description/>
  1769.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  1770.                                 <features>
  1771.                                     <featureDescription>
  1772.                                         <name>morphTag</name>
  1773.                                         <description/>
  1774.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1775.                                     </featureDescription>
  1776.                                 </features>
  1777.                             </typeDescription>
  1778.                             <typeDescription>
  1779.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.MorphologicalFeatures</name>
  1780.                                 <description>Morphological categories that can be attached to tokens.</description>
  1781.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  1782.                                 <features>
  1783.                                     <featureDescription>
  1784.                                         <name>gender</name>
  1785.                                         <description/>
  1786.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1787.                                     </featureDescription>
  1788.                                     <featureDescription>
  1789.                                         <name>number</name>
  1790.                                         <description>Singular/plural</description>
  1791.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1792.                                     </featureDescription>
  1793.                                     <featureDescription>
  1794.                                         <name>case</name>
  1795.                                         <description>Nouns: nominative, genetiv, dative, ...</description>
  1796.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1797.                                     </featureDescription>
  1798.                                     <featureDescription>
  1799.                                         <name>degree</name>
  1800.                                         <description>Adjectives: comparative/Superlative</description>
  1801.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1802.                                     </featureDescription>
  1803.                                     <featureDescription>
  1804.                                         <name>verbForm</name>
  1805.                                         <description/>
  1806.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1807.                                     </featureDescription>
  1808.                                     <featureDescription>
  1809.                                         <name>tense</name>
  1810.                                         <description>Verbs: past tense, present tense, future tense, etc.</description>
  1811.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1812.                                     </featureDescription>
  1813.                                     <featureDescription>
  1814.                                         <name>mood</name>
  1815.                                         <description>Verbs: indicative, imperative, subjunctive</description>
  1816.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1817.                                     </featureDescription>
  1818.                                     <featureDescription>
  1819.                                         <name>voice</name>
  1820.                                         <description>Verbs: active/passive</description>
  1821.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1822.                                     </featureDescription>
  1823.                                     <featureDescription>
  1824.                                         <name>definiteness</name>
  1825.                                         <description>Definite or indefinite</description>
  1826.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1827.                                     </featureDescription>
  1828.                                     <featureDescription>
  1829.                                         <name>value</name>
  1830.                                         <description>The original morphological analysis results as produced by a tool or as recorded in a corpus (if available). If the categories were originally encoded in such a string, the other features are filled by analyzing this string. If the categories were provided separately, e.g. by different attributed in an XML-encoded corpus, this field may remain empty.</description>
  1831.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1832.                                     </featureDescription>
  1833.                                     <featureDescription>
  1834.                                         <name>person</name>
  1835.                                         <description>Verbs: 1st, 2nd, 3rd person</description>
  1836.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1837.                                     </featureDescription>
  1838.                                     <featureDescription>
  1839.                                         <name>aspect</name>
  1840.                                         <description>Verbs: perfective, imperfective</description>
  1841.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1842.                                     </featureDescription>
  1843.                                     <featureDescription>
  1844.                                         <name>animacy</name>
  1845.                                         <description/>
  1846.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1847.                                     </featureDescription>
  1848.                                     <featureDescription>
  1849.                                         <name>negative</name>
  1850.                                         <description/>
  1851.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1852.                                     </featureDescription>
  1853.                                     <featureDescription>
  1854.                                         <name>numType</name>
  1855.                                         <description/>
  1856.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1857.                                     </featureDescription>
  1858.                                     <featureDescription>
  1859.                                         <name>possessive</name>
  1860.                                         <description/>
  1861.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1862.                                     </featureDescription>
  1863.                                     <featureDescription>
  1864.                                         <name>pronType</name>
  1865.                                         <description/>
  1866.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1867.                                     </featureDescription>
  1868.                                     <featureDescription>
  1869.                                         <name>reflex</name>
  1870.                                         <description/>
  1871.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1872.                                     </featureDescription>
  1873.                                 </features>
  1874.                             </typeDescription>
  1875.                             <typeDescription>
  1876.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</name>
  1877.                                 <description>The part of speech of a word or a phrase.</description>
  1878.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  1879.                                 <features>
  1880.                                     <featureDescription>
  1881.                                         <name>PosValue</name>
  1882.                                         <description>Fine-grained POS tag. This is the tag as produced by a POS tagger or obtained from a reader.</description>
  1883.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1884.                                     </featureDescription>
  1885.                                     <featureDescription>
  1886.                                         <name>coarseValue</name>
  1887.                                         <description>Coarse-grained POS tag. This may be produced by a POS tagger or reader in addition to the fine-grained tag.</description>
  1888.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  1889.                                     </featureDescription>
  1890.                                 </features>
  1891.                             </typeDescription>
  1892.                             <typeDescription>
  1893.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_ADJ</name>
  1894.                                 <description>Adjective</description>
  1895.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1896.                             </typeDescription>
  1897.                             <typeDescription>
  1898.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_ADP</name>
  1899.                                 <description>Adposition</description>
  1900.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1901.                             </typeDescription>
  1902.                             <typeDescription>
  1903.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_ADV</name>
  1904.                                 <description>Adverb</description>
  1905.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1906.                             </typeDescription>
  1907.                             <typeDescription>
  1908.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_AUX</name>
  1909.                                 <description>Auxiliary verb</description>
  1910.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1911.                             </typeDescription>
  1912.                             <typeDescription>
  1913.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_CONJ</name>
  1914.                                 <description>Conjunction</description>
  1915.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1916.                             </typeDescription>
  1917.                             <typeDescription>
  1918.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_DET</name>
  1919.                                 <description>Determiner</description>
  1920.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1921.                             </typeDescription>
  1922.                             <typeDescription>
  1923.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_INTJ</name>
  1924.                                 <description>Interjection</description>
  1925.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1926.                             </typeDescription>
  1927.                             <typeDescription>
  1928.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NOUN</name>
  1929.                                 <description>Noun</description>
  1930.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1931.                             </typeDescription>
  1932.                             <typeDescription>
  1933.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NUM</name>
  1934.                                 <description>Numeral</description>
  1935.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1936.                             </typeDescription>
  1937.                             <typeDescription>
  1938.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PART</name>
  1939.                                 <description>Particle</description>
  1940.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1941.                             </typeDescription>
  1942.                             <typeDescription>
  1943.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PRON</name>
  1944.                                 <description>Pronoun</description>
  1945.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1946.                             </typeDescription>
  1947.                             <typeDescription>
  1948.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PROPN</name>
  1949.                                 <description>Proper noun</description>
  1950.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1951.                             </typeDescription>
  1952.                             <typeDescription>
  1953.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PUNCT</name>
  1954.                                 <description>Punctuation</description>
  1955.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1956.                             </typeDescription>
  1957.                             <typeDescription>
  1958.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_SCONJ</name>
  1959.                                 <description>Subordinating conjunction</description>
  1960.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1961.                             </typeDescription>
  1962.                             <typeDescription>
  1963.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_SYM</name>
  1964.                                 <description>Symbol</description>
  1965.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1966.                             </typeDescription>
  1967.                             <typeDescription>
  1968.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_VERB</name>
  1969.                                 <description>Verb</description>
  1970.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1971.                             </typeDescription>
  1972.                             <typeDescription>
  1973.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</name>
  1974.                                 <description>Other</description>
  1975.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  1976.                             </typeDescription>
  1977.                             <typeDescription>
  1978.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_AT</name>
  1979.                                 <description>at-mention (indicates another user as a recipient of a tweet)</description>
  1980.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  1981.                             </typeDescription>
  1982.                             <typeDescription>
  1983.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_DM</name>
  1984.                                 <description>discourse marker, indications of continuation of a message across multiple tweets</description>
  1985.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  1986.                             </typeDescription>
  1987.                             <typeDescription>
  1988.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_EMO</name>
  1989.                                 <description>emoticon</description>
  1990.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  1991.                             </typeDescription>
  1992.                             <typeDescription>
  1993.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_HASH</name>
  1994.                                 <description>Hashtag (indicates topic/category for tweet)</description>
  1995.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  1996.                             </typeDescription>
  1997.                             <typeDescription>
  1998.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_INT</name>
  1999.                                 <description>proper noun + verbal</description>
  2000.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  2001.                             </typeDescription>
  2002.                             <typeDescription>
  2003.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_NNV</name>
  2004.                                 <description>nominal + verbal</description>
  2005.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NOUN</supertypeName>
  2006.                             </typeDescription>
  2007.                             <typeDescription>
  2008.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_NPV</name>
  2009.                                 <description>proper noun + verbal</description>
  2010.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NOUN</supertypeName>
  2011.                             </typeDescription>
  2012.                             <typeDescription>
  2013.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_URL</name>
  2014.                                 <description>URL or email address</description>
  2015.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  2016.                             </typeDescription>
  2017.                             <typeDescription>
  2018.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.DocumentMetaData</name>
  2019.                                 <description>&lt;p&gt;The DocumentMetaData annotation stores information about a single processed
  2020. document. There can only be one of these annotations per CAS. The annotation is
  2021. created by readers and contains information to uniquely identify the document from
  2022. which a CAS was created. Writer components use this information when determining
  2023. under which filename a CAS is stored.&lt;p&gt;
  2024.  
  2025. &lt;p&gt;There are two principle ways of identifying a document:&lt;p&gt;
  2026.  
  2027. &lt;ul&gt;
  2028. &lt;li&gt;&lt;b&gt;collection id / document id:&lt;/b&gt; this simple system identifies a document
  2029.   within a collection. The ID of the collection and the document are each
  2030.   simple strings without any further semantics such as e.g. a hierarchy. For
  2031.   this reason, this identification scheme is not well suited to preserve
  2032.   information about directory structures.&lt;/li&gt;
  2033.  
  2034. &lt;li&gt;&lt;b&gt;document base URI / document URI:&lt;/b&gt; this system identifies a document using
  2035.   a URI. The base URI is used to derive the relative path of the document with
  2036.   respect to the base location from where it has been read. E.g. if the base
  2037.   URI is &lt;code&gt;file:/texts&lt;/code&gt; and the document URI is &lt;code&gt;file:/texts/english/text1.txt&lt;/code&gt;, then the relativ
  2038.   path of the document is &lt;code&gt;english/text1.txt&lt;/code&gt;. This
  2039.   information is used by writers to recreate the directory structure found
  2040.   under the base location in the target location.&lt;/li&gt;
  2041. &lt;/ul&gt;
  2042.  
  2043. &lt;p&gt;It is possible and indeed common for a writer to initialize both systems of
  2044. identification. If both systems are present, most writers default to using the
  2045. URI-based systems. However, most writers also allow forcing the use of the ID-based
  2046. systems.&lt;/p&gt;
  2047.  
  2048. &lt;p&gt;In addition to the features given here, there is a &lt;i&gt;language&lt;/i&gt; feature inherited from UIMA's DocumentAnnotation. DKPro Core components expect a two letter ISO
  2049. 639-1 language code there.&lt;/p&gt;</description>
  2050.                                 <supertypeName>uima.tcas.DocumentAnnotation</supertypeName>
  2051.                                 <features>
  2052.                                     <featureDescription>
  2053.                                         <name>documentTitle</name>
  2054.                                         <description>The human readable title of the document.</description>
  2055.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2056.                                     </featureDescription>
  2057.                                     <featureDescription>
  2058.                                         <name>documentId</name>
  2059.                                         <description>The id of the document.</description>
  2060.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2061.                                     </featureDescription>
  2062.                                     <featureDescription>
  2063.                                         <name>documentUri</name>
  2064.                                         <description>The URI of the document.</description>
  2065.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2066.                                     </featureDescription>
  2067.                                     <featureDescription>
  2068.                                         <name>collectionId</name>
  2069.                                         <description>The ID of the whole document collection.</description>
  2070.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2071.                                     </featureDescription>
  2072.                                     <featureDescription>
  2073.                                         <name>documentBaseUri</name>
  2074.                                         <description>Base URI of the document.</description>
  2075.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2076.                                     </featureDescription>
  2077.                                     <featureDescription>
  2078.                                         <name>isLastSegment</name>
  2079.                                         <description>CAS de-multipliers need to know whether a CAS is the
  2080.                         last multiplied segment.
  2081.                         Thus CAS multipliers should set this field to true for the last CAS
  2082.                         they produce.</description>
  2083.                                         <rangeTypeName>uima.cas.Boolean</rangeTypeName>
  2084.                                     </featureDescription>
  2085.                                 </features>
  2086.                             </typeDescription>
  2087.                             <typeDescription>
  2088.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.MetaDataStringField</name>
  2089.                                 <description>&lt;p&gt;A general purpose annotation to store document-wide information in the form of arbitrary key-value string pairs.&lt;/p&gt;</description>
  2090.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2091.                                 <features>
  2092.                                     <featureDescription>
  2093.                                         <name>key</name>
  2094.                                         <description>Name of a metadata field.</description>
  2095.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2096.                                     </featureDescription>
  2097.                                     <featureDescription>
  2098.                                         <name>value</name>
  2099.                                         <description>The field value.</description>
  2100.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2101.                                     </featureDescription>
  2102.                                 </features>
  2103.                             </typeDescription>
  2104.                             <typeDescription>
  2105.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagDescription</name>
  2106.                                 <description>Description of an individual tag.</description>
  2107.                                 <supertypeName>uima.cas.TOP</supertypeName>
  2108.                                 <features>
  2109.                                     <featureDescription>
  2110.                                         <name>name</name>
  2111.                                         <description>The name of the tag.</description>
  2112.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2113.                                     </featureDescription>
  2114.                                 </features>
  2115.                             </typeDescription>
  2116.                             <typeDescription>
  2117.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagsetDescription</name>
  2118.                                 <description>Information about a tagset (controlled vocabulary).</description>
  2119.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2120.                                 <features>
  2121.                                     <featureDescription>
  2122.                                         <name>layer</name>
  2123.                                         <description>The layer to which the tagset applies. This is
  2124.                         typically the name of an UIMA type such as
  2125.                         "de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS".</description>
  2126.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2127.                                     </featureDescription>
  2128.                                     <featureDescription>
  2129.                                         <name>name</name>
  2130.                                         <description>The name of the tagset.</description>
  2131.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2132.                                     </featureDescription>
  2133.                                     <featureDescription>
  2134.                                         <name>tags</name>
  2135.                                         <description>Descriptions of the tags belonging to this tagset.</description>
  2136.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  2137.                                         <elementType>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagDescription</elementType>
  2138.                                     </featureDescription>
  2139.                                     <featureDescription>
  2140.                                         <name>componentName</name>
  2141.                                         <description/>
  2142.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2143.                                     </featureDescription>
  2144.                                     <featureDescription>
  2145.                                         <name>modelLocation</name>
  2146.                                         <description/>
  2147.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2148.                                     </featureDescription>
  2149.                                     <featureDescription>
  2150.                                         <name>modelVariant</name>
  2151.                                         <description/>
  2152.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2153.                                     </featureDescription>
  2154.                                     <featureDescription>
  2155.                                         <name>modelLanguage</name>
  2156.                                         <description/>
  2157.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2158.                                     </featureDescription>
  2159.                                     <featureDescription>
  2160.                                         <name>modelVersion</name>
  2161.                                         <description/>
  2162.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2163.                                     </featureDescription>
  2164.                                     <featureDescription>
  2165.                                         <name>input</name>
  2166.                                         <description>True if the tagset is used as input by the component/model, otherwise false.</description>
  2167.                                         <rangeTypeName>uima.cas.Boolean</rangeTypeName>
  2168.                                     </featureDescription>
  2169.                                 </features>
  2170.                             </typeDescription>
  2171.                             <typeDescription>
  2172.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Animal</name>
  2173.                                 <description/>
  2174.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2175.                             </typeDescription>
  2176.                             <typeDescription>
  2177.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Cardinal</name>
  2178.                                 <description/>
  2179.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2180.                             </typeDescription>
  2181.                             <typeDescription>
  2182.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.ContactInfo</name>
  2183.                                 <description/>
  2184.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2185.                             </typeDescription>
  2186.                             <typeDescription>
  2187.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Date</name>
  2188.                                 <description/>
  2189.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2190.                             </typeDescription>
  2191.                             <typeDescription>
  2192.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Disease</name>
  2193.                                 <description/>
  2194.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2195.                             </typeDescription>
  2196.                             <typeDescription>
  2197.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Event</name>
  2198.                                 <description/>
  2199.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2200.                             </typeDescription>
  2201.                             <typeDescription>
  2202.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Fac</name>
  2203.                                 <description/>
  2204.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2205.                             </typeDescription>
  2206.                             <typeDescription>
  2207.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.FacDesc</name>
  2208.                                 <description/>
  2209.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2210.                             </typeDescription>
  2211.                             <typeDescription>
  2212.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Game</name>
  2213.                                 <description/>
  2214.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2215.                             </typeDescription>
  2216.                             <typeDescription>
  2217.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Gpe</name>
  2218.                                 <description/>
  2219.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2220.                             </typeDescription>
  2221.                             <typeDescription>
  2222.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.GpeDesc</name>
  2223.                                 <description/>
  2224.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2225.                             </typeDescription>
  2226.                             <typeDescription>
  2227.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Language</name>
  2228.                                 <description/>
  2229.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2230.                             </typeDescription>
  2231.                             <typeDescription>
  2232.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Law</name>
  2233.                                 <description/>
  2234.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2235.                             </typeDescription>
  2236.                             <typeDescription>
  2237.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Location</name>
  2238.                                 <description/>
  2239.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2240.                             </typeDescription>
  2241.                             <typeDescription>
  2242.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Money</name>
  2243.                                 <description/>
  2244.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2245.                             </typeDescription>
  2246.                             <typeDescription>
  2247.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</name>
  2248.                                 <description>Named entities refer e.g. to persons, locations, organizations and so on. They often consist of multiple tokens.</description>
  2249.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2250.                                 <features>
  2251.                                     <featureDescription>
  2252.                                         <name>value</name>
  2253.                                         <description>The class/category of the named entity, e.g. person, location, etc.</description>
  2254.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2255.                                     </featureDescription>
  2256.                                     <featureDescription>
  2257.                                         <name>identifier</name>
  2258.                                         <description>Identifier of the named entity, e.g. a reference into a person database.</description>
  2259.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2260.                                     </featureDescription>
  2261.                                 </features>
  2262.                             </typeDescription>
  2263.                             <typeDescription>
  2264.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Nationality</name>
  2265.                                 <description/>
  2266.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2267.                             </typeDescription>
  2268.                             <typeDescription>
  2269.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Norp</name>
  2270.                                 <description/>
  2271.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2272.                             </typeDescription>
  2273.                             <typeDescription>
  2274.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Ordinal</name>
  2275.                                 <description/>
  2276.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2277.                             </typeDescription>
  2278.                             <typeDescription>
  2279.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.OrgDesc</name>
  2280.                                 <description/>
  2281.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2282.                             </typeDescription>
  2283.                             <typeDescription>
  2284.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Organization</name>
  2285.                                 <description/>
  2286.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2287.                             </typeDescription>
  2288.                             <typeDescription>
  2289.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.PerDesc</name>
  2290.                                 <description/>
  2291.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2292.                             </typeDescription>
  2293.                             <typeDescription>
  2294.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Percent</name>
  2295.                                 <description/>
  2296.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2297.                             </typeDescription>
  2298.                             <typeDescription>
  2299.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Person</name>
  2300.                                 <description/>
  2301.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2302.                             </typeDescription>
  2303.                             <typeDescription>
  2304.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Plant</name>
  2305.                                 <description/>
  2306.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2307.                             </typeDescription>
  2308.                             <typeDescription>
  2309.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Product</name>
  2310.                                 <description/>
  2311.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2312.                             </typeDescription>
  2313.                             <typeDescription>
  2314.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.ProductDesc</name>
  2315.                                 <description/>
  2316.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2317.                             </typeDescription>
  2318.                             <typeDescription>
  2319.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Quantity</name>
  2320.                                 <description/>
  2321.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2322.                             </typeDescription>
  2323.                             <typeDescription>
  2324.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Substance</name>
  2325.                                 <description/>
  2326.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2327.                             </typeDescription>
  2328.                             <typeDescription>
  2329.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Time</name>
  2330.                                 <description/>
  2331.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2332.                             </typeDescription>
  2333.                             <typeDescription>
  2334.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.WorkOfArt</name>
  2335.                                 <description/>
  2336.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  2337.                             </typeDescription>
  2338.                             <typeDescription>
  2339.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Compound</name>
  2340.                                 <description>This type represents a decompounding word, i.e.: flowerpot. Each Compound one have at least two Splits.</description>
  2341.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2342.                                 <features>
  2343.                                     <featureDescription>
  2344.                                         <name>splits</name>
  2345.                                         <description>A word that can be decomposed into different parts.</description>
  2346.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  2347.                                         <elementType>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</elementType>
  2348.                                     </featureDescription>
  2349.                                 </features>
  2350.                             </typeDescription>
  2351.                             <typeDescription>
  2352.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.CompoundPart</name>
  2353.                                 <description>&lt;p&gt;A CompoundPart represents one fragment from the compounding word. Besides that, it can store other CompoundParts if it can be split again. The way it stores a decompounding word represents a decompounding tree.&lt;/p&gt;</description>
  2354.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</supertypeName>
  2355.                             </typeDescription>
  2356.                             <typeDescription>
  2357.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</name>
  2358.                                 <description>Document structure element.</description>
  2359.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2360.                                 <features>
  2361.                                     <featureDescription>
  2362.                                         <name>divType</name>
  2363.                                         <description/>
  2364.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2365.                                     </featureDescription>
  2366.                                     <featureDescription>
  2367.                                         <name>id</name>
  2368.                                         <description>If this unit had an ID in the source format from which it was imported, it may be stored here. IDs are typically not assigned by DKPro Core components. If an ID is present, it should be respected by writers.</description>
  2369.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2370.                                     </featureDescription>
  2371.                                 </features>
  2372.                             </typeDescription>
  2373.                             <typeDescription>
  2374.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Document</name>
  2375.                                 <description/>
  2376.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</supertypeName>
  2377.                             </typeDescription>
  2378.                             <typeDescription>
  2379.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Heading</name>
  2380.                                 <description>Document title, section heading, etc.</description>
  2381.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</supertypeName>
  2382.                             </typeDescription>
  2383.                             <typeDescription>
  2384.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Lemma</name>
  2385.                                 <description/>
  2386.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2387.                                 <features>
  2388.                                     <featureDescription>
  2389.                                         <name>value</name>
  2390.                                         <description/>
  2391.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2392.                                     </featureDescription>
  2393.                                 </features>
  2394.                             </typeDescription>
  2395.                             <typeDescription>
  2396.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.LexicalPhrase</name>
  2397.                                 <description/>
  2398.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2399.                                 <features>
  2400.                                     <featureDescription>
  2401.                                         <name>text</name>
  2402.                                         <description/>
  2403.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2404.                                     </featureDescription>
  2405.                                 </features>
  2406.                             </typeDescription>
  2407.                             <typeDescription>
  2408.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.LinkingMorpheme</name>
  2409.                                 <description>This type represents a linking morpheme between two CompoundParts.</description>
  2410.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</supertypeName>
  2411.                             </typeDescription>
  2412.                             <typeDescription>
  2413.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.NGram</name>
  2414.                                 <description/>
  2415.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2416.                                 <features>
  2417.                                     <featureDescription>
  2418.                                         <name>text</name>
  2419.                                         <description/>
  2420.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2421.                                     </featureDescription>
  2422.                                 </features>
  2423.                             </typeDescription>
  2424.                             <typeDescription>
  2425.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Paragraph</name>
  2426.                                 <description/>
  2427.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</supertypeName>
  2428.                             </typeDescription>
  2429.                             <typeDescription>
  2430.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Sentence</name>
  2431.                                 <description/>
  2432.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2433.                                 <features>
  2434.                                     <featureDescription>
  2435.                                         <name>id</name>
  2436.                                         <description>If this unit had an ID in the source format from which it was imported, it may be stored here. IDs are typically not assigned by DKPro Core components. If an ID is present, it should be respected by writers.</description>
  2437.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2438.                                     </featureDescription>
  2439.                                 </features>
  2440.                             </typeDescription>
  2441.                             <typeDescription>
  2442.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</name>
  2443.                                 <description>This type represents a part of a decompounding word. A Split can be either a CompoundPart or a LinkingMorpheme.</description>
  2444.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2445.                                 <features>
  2446.                                     <featureDescription>
  2447.                                         <name>splits</name>
  2448.                                         <description>Sub-splits of the current split.</description>
  2449.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  2450.                                         <elementType>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</elementType>
  2451.                                     </featureDescription>
  2452.                                 </features>
  2453.                             </typeDescription>
  2454.                             <typeDescription>
  2455.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Stem</name>
  2456.                                 <description/>
  2457.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2458.                                 <features>
  2459.                                     <featureDescription>
  2460.                                         <name>value</name>
  2461.                                         <description/>
  2462.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2463.                                     </featureDescription>
  2464.                                 </features>
  2465.                             </typeDescription>
  2466.                             <typeDescription>
  2467.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.StopWord</name>
  2468.                                 <description/>
  2469.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2470.                             </typeDescription>
  2471.                             <typeDescription>
  2472.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.SurfaceForm</name>
  2473.                                 <description>This annotation can be used to indicate an alternate surface form. E.g. some corpora consider a normalized form of the text with resolved contractions as the canonical form and only maintain the original surface form as a secondary information. One example is the Conll-U format.</description>
  2474.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2475.                                 <features>
  2476.                                     <featureDescription>
  2477.                                         <name>value</name>
  2478.                                         <description>Alternate surface form.</description>
  2479.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2480.                                     </featureDescription>
  2481.                                 </features>
  2482.                             </typeDescription>
  2483.                             <typeDescription>
  2484.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</name>
  2485.                                 <description>&lt;p&gt;Token is one of the two types commonly produced by a segmenter (the other being Sentence). A Token usually represents a word, although it may be used to represent multiple tightly connected words (e.g. "New York") or parts of a word (e.g. the possessive "'s"). One may choose to split compound words into multiple tokens, e.g. ("CamelCase" -&amp;gt; "Camel", "Case"; "Zauberstab" -&amp;gt; "Zauber", "stab"). Most processing components operate on Tokens, usually within the limits of the surrounding Sentence. E.g. a part-of-speech tagger analyses each Token in a Sentence and assigns a part-of-speech to each Token.&lt;/p&gt;</description>
  2486.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2487.                                 <features>
  2488.                                     <featureDescription>
  2489.                                         <name>parent</name>
  2490.                                         <description>the parent of this token. This feature is meant to be used in when the token participates in a constituency parse and then refers to a constituent containing this token. The type of this feature is {@link Annotation} to avoid adding a dependency on the syntax API module.</description>
  2491.                                         <rangeTypeName>uima.tcas.Annotation</rangeTypeName>
  2492.                                     </featureDescription>
  2493.                                     <featureDescription>
  2494.                                         <name>lemma</name>
  2495.                                         <description/>
  2496.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Lemma</rangeTypeName>
  2497.                                     </featureDescription>
  2498.                                     <featureDescription>
  2499.                                         <name>stem</name>
  2500.                                         <description/>
  2501.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Stem</rangeTypeName>
  2502.                                     </featureDescription>
  2503.                                     <featureDescription>
  2504.                                         <name>pos</name>
  2505.                                         <description/>
  2506.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</rangeTypeName>
  2507.                                     </featureDescription>
  2508.                                     <featureDescription>
  2509.                                         <name>morph</name>
  2510.                                         <description>The morphological feature associated with this token.</description>
  2511.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.MorphologicalFeatures</rangeTypeName>
  2512.                                     </featureDescription>
  2513.                                     <featureDescription>
  2514.                                         <name>id</name>
  2515.                                         <description>If this unit had an ID in the source format from which it was imported, it may be stored here. IDs are typically not assigned by DKPro Core components. If an ID is present, it should be respected by writers.</description>
  2516.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2517.                                     </featureDescription>
  2518.                                     <featureDescription>
  2519.                                         <name>form</name>
  2520.                                         <description>Potentially normalized form of the token text that should be used instead of the covered text if set.</description>
  2521.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.TokenForm</rangeTypeName>
  2522.                                     </featureDescription>
  2523.                                     <featureDescription>
  2524.                                         <name>syntacticFunction</name>
  2525.                                         <description/>
  2526.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2527.                                     </featureDescription>
  2528.                                 </features>
  2529.                             </typeDescription>
  2530.                             <typeDescription>
  2531.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.TokenForm</name>
  2532.                                 <description>A alternative token text which should be used instead of the covered text if set on a token.</description>
  2533.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2534.                                 <features>
  2535.                                     <featureDescription>
  2536.                                         <name>value</name>
  2537.                                         <description/>
  2538.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2539.                                     </featureDescription>
  2540.                                 </features>
  2541.                             </typeDescription>
  2542.                             <typeDescription>
  2543.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.PennTree</name>
  2544.                                 <description>&lt;p&gt;The Penn Treebank-style phrase structure string.&lt;/p&gt;</description>
  2545.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2546.                                 <features>
  2547.                                     <featureDescription>
  2548.                                         <name>PennTree</name>
  2549.                                         <description>Contains a Penn Treebank-style representation of a tree.</description>
  2550.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2551.                                     </featureDescription>
  2552.                                     <featureDescription>
  2553.                                         <name>TransformationNames</name>
  2554.                                         <description>The name(s) of the transformation(s) that have been performed on the PennTree</description>
  2555.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2556.                                     </featureDescription>
  2557.                                 </features>
  2558.                             </typeDescription>
  2559.                             <typeDescription>
  2560.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.Tag</name>
  2561.                                 <description>A multi purpose tag</description>
  2562.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2563.                                 <features>
  2564.                                     <featureDescription>
  2565.                                         <name>value</name>
  2566.                                         <description/>
  2567.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2568.                                     </featureDescription>
  2569.                                 </features>
  2570.                             </typeDescription>
  2571.                             <typeDescription>
  2572.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.ADJC</name>
  2573.                                 <description>adjective chunks</description>
  2574.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  2575.                             </typeDescription>
  2576.                             <typeDescription>
  2577.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.ADVC</name>
  2578.                                 <description>adverb chunks</description>
  2579.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  2580.                             </typeDescription>
  2581.                             <typeDescription>
  2582.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.CONCJ</name>
  2583.                                 <description>complex coordinating conjunctions such as "as well (as)" or "rather (than)"</description>
  2584.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  2585.                             </typeDescription>
  2586.                             <typeDescription>
  2587.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</name>
  2588.                                 <description/>
  2589.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2590.                                 <features>
  2591.                                     <featureDescription>
  2592.                                         <name>chunkValue</name>
  2593.                                         <description/>
  2594.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2595.                                     </featureDescription>
  2596.                                 </features>
  2597.                             </typeDescription>
  2598.                             <typeDescription>
  2599.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.INTJ</name>
  2600.                                 <description>interjection</description>
  2601.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  2602.                             </typeDescription>
  2603.                             <typeDescription>
  2604.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.LST</name>
  2605.                                 <description>enumeration symbol</description>
  2606.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  2607.                             </typeDescription>
  2608.                             <typeDescription>
  2609.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.NC</name>
  2610.                                 <description>noun chunk (non-recursive noun phrase)</description>
  2611.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  2612.                             </typeDescription>
  2613.                             <typeDescription>
  2614.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.O</name>
  2615.                                 <description>other or outside a chunk</description>
  2616.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  2617.                             </typeDescription>
  2618.                             <typeDescription>
  2619.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.PC</name>
  2620.                                 <description>prepositional chunk</description>
  2621.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  2622.                             </typeDescription>
  2623.                             <typeDescription>
  2624.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.PRT</name>
  2625.                                 <description>verb particle</description>
  2626.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  2627.                             </typeDescription>
  2628.                             <typeDescription>
  2629.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.VC</name>
  2630.                                 <description>verb complex</description>
  2631.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  2632.                             </typeDescription>
  2633.                             <typeDescription>
  2634.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.ADJP</name>
  2635.                                 <description/>
  2636.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2637.                             </typeDescription>
  2638.                             <typeDescription>
  2639.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.ADVP</name>
  2640.                                 <description/>
  2641.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2642.                             </typeDescription>
  2643.                             <typeDescription>
  2644.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.CONJP</name>
  2645.                                 <description/>
  2646.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2647.                             </typeDescription>
  2648.                             <typeDescription>
  2649.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</name>
  2650.                                 <description/>
  2651.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2652.                                 <features>
  2653.                                     <featureDescription>
  2654.                                         <name>constituentType</name>
  2655.                                         <description/>
  2656.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2657.                                     </featureDescription>
  2658.                                     <featureDescription>
  2659.                                         <name>parent</name>
  2660.                                         <description>The parent constituent</description>
  2661.                                         <rangeTypeName>uima.tcas.Annotation</rangeTypeName>
  2662.                                     </featureDescription>
  2663.                                     <featureDescription>
  2664.                                         <name>children</name>
  2665.                                         <description/>
  2666.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  2667.                                         <elementType>uima.tcas.Annotation</elementType>
  2668.                                     </featureDescription>
  2669.                                     <featureDescription>
  2670.                                         <name>syntacticFunction</name>
  2671.                                         <description/>
  2672.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2673.                                     </featureDescription>
  2674.                                 </features>
  2675.                             </typeDescription>
  2676.                             <typeDescription>
  2677.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.FRAG</name>
  2678.                                 <description/>
  2679.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2680.                             </typeDescription>
  2681.                             <typeDescription>
  2682.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.INTJ</name>
  2683.                                 <description/>
  2684.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2685.                             </typeDescription>
  2686.                             <typeDescription>
  2687.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.LST</name>
  2688.                                 <description/>
  2689.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2690.                             </typeDescription>
  2691.                             <typeDescription>
  2692.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.NAC</name>
  2693.                                 <description/>
  2694.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2695.                             </typeDescription>
  2696.                             <typeDescription>
  2697.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.NP</name>
  2698.                                 <description/>
  2699.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2700.                             </typeDescription>
  2701.                             <typeDescription>
  2702.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.NX</name>
  2703.                                 <description/>
  2704.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2705.                             </typeDescription>
  2706.                             <typeDescription>
  2707.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PARN</name>
  2708.                                 <description>This cateory is called PRN in the Penn Treebank tagset. However, PRN is a reserved device name on Window. Thus we had to rename this category. The old PRN type is still present in the DKPro Core type system, but it is deprecated, no longer used, and no JCas classes are generated for it.</description>
  2709.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2710.                             </typeDescription>
  2711.                             <typeDescription>
  2712.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PP</name>
  2713.                                 <description/>
  2714.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2715.                             </typeDescription>
  2716.                             <typeDescription>
  2717.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PRP</name>
  2718.                                 <description/>
  2719.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2720.                             </typeDescription>
  2721.                             <typeDescription>
  2722.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PRT</name>
  2723.                                 <description/>
  2724.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2725.                             </typeDescription>
  2726.                             <typeDescription>
  2727.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.QP</name>
  2728.                                 <description/>
  2729.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2730.                             </typeDescription>
  2731.                             <typeDescription>
  2732.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.ROOT</name>
  2733.                                 <description/>
  2734.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2735.                             </typeDescription>
  2736.                             <typeDescription>
  2737.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.RRC</name>
  2738.                                 <description/>
  2739.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2740.                             </typeDescription>
  2741.                             <typeDescription>
  2742.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.S</name>
  2743.                                 <description/>
  2744.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2745.                             </typeDescription>
  2746.                             <typeDescription>
  2747.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SBAR</name>
  2748.                                 <description/>
  2749.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2750.                             </typeDescription>
  2751.                             <typeDescription>
  2752.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SBARQ</name>
  2753.                                 <description/>
  2754.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2755.                             </typeDescription>
  2756.                             <typeDescription>
  2757.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SINV</name>
  2758.                                 <description/>
  2759.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2760.                             </typeDescription>
  2761.                             <typeDescription>
  2762.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SQ</name>
  2763.                                 <description/>
  2764.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2765.                             </typeDescription>
  2766.                             <typeDescription>
  2767.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.UCP</name>
  2768.                                 <description/>
  2769.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2770.                             </typeDescription>
  2771.                             <typeDescription>
  2772.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.VP</name>
  2773.                                 <description/>
  2774.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2775.                             </typeDescription>
  2776.                             <typeDescription>
  2777.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHADJP</name>
  2778.                                 <description/>
  2779.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2780.                             </typeDescription>
  2781.                             <typeDescription>
  2782.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHADVP</name>
  2783.                                 <description/>
  2784.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2785.                             </typeDescription>
  2786.                             <typeDescription>
  2787.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHNP</name>
  2788.                                 <description/>
  2789.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2790.                             </typeDescription>
  2791.                             <typeDescription>
  2792.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHPP</name>
  2793.                                 <description/>
  2794.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2795.                             </typeDescription>
  2796.                             <typeDescription>
  2797.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.X</name>
  2798.                                 <description/>
  2799.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  2800.                             </typeDescription>
  2801.                             <typeDescription>
  2802.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ABBREV</name>
  2803.                                 <description/>
  2804.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2805.                             </typeDescription>
  2806.                             <typeDescription>
  2807.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ACOMP</name>
  2808.                                 <description/>
  2809.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2810.                             </typeDescription>
  2811.                             <typeDescription>
  2812.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ADVCL</name>
  2813.                                 <description/>
  2814.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2815.                             </typeDescription>
  2816.                             <typeDescription>
  2817.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ADVMOD</name>
  2818.                                 <description/>
  2819.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2820.                             </typeDescription>
  2821.                             <typeDescription>
  2822.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AGENT</name>
  2823.                                 <description/>
  2824.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2825.                             </typeDescription>
  2826.                             <typeDescription>
  2827.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AMOD</name>
  2828.                                 <description/>
  2829.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2830.                             </typeDescription>
  2831.                             <typeDescription>
  2832.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.APPOS</name>
  2833.                                 <description/>
  2834.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2835.                             </typeDescription>
  2836.                             <typeDescription>
  2837.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ATTR</name>
  2838.                                 <description/>
  2839.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2840.                             </typeDescription>
  2841.                             <typeDescription>
  2842.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AUX0</name>
  2843.                                 <description/>
  2844.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2845.                             </typeDescription>
  2846.                             <typeDescription>
  2847.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AUXPASS</name>
  2848.                                 <description/>
  2849.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2850.                             </typeDescription>
  2851.                             <typeDescription>
  2852.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CC</name>
  2853.                                 <description/>
  2854.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2855.                             </typeDescription>
  2856.                             <typeDescription>
  2857.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CCOMP</name>
  2858.                                 <description/>
  2859.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2860.                             </typeDescription>
  2861.                             <typeDescription>
  2862.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.COMPLM</name>
  2863.                                 <description/>
  2864.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2865.                             </typeDescription>
  2866.                             <typeDescription>
  2867.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CONJ</name>
  2868.                                 <description/>
  2869.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2870.                             </typeDescription>
  2871.                             <typeDescription>
  2872.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CONJP</name>
  2873.                                 <description/>
  2874.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2875.                             </typeDescription>
  2876.                             <typeDescription>
  2877.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CONJ_YET</name>
  2878.                                 <description/>
  2879.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2880.                             </typeDescription>
  2881.                             <typeDescription>
  2882.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.COP</name>
  2883.                                 <description/>
  2884.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2885.                             </typeDescription>
  2886.                             <typeDescription>
  2887.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CSUBJ</name>
  2888.                                 <description/>
  2889.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2890.                             </typeDescription>
  2891.                             <typeDescription>
  2892.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CSUBJPASS</name>
  2893.                                 <description/>
  2894.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2895.                             </typeDescription>
  2896.                             <typeDescription>
  2897.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.DEP</name>
  2898.                                 <description/>
  2899.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2900.                             </typeDescription>
  2901.                             <typeDescription>
  2902.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.DET</name>
  2903.                                 <description/>
  2904.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2905.                             </typeDescription>
  2906.                             <typeDescription>
  2907.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.DOBJ</name>
  2908.                                 <description/>
  2909.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2910.                             </typeDescription>
  2911.                             <typeDescription>
  2912.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</name>
  2913.                                 <description>A dependency relation between two tokens. The dependency annotation begin and end offsets correspond to those of the dependent.</description>
  2914.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  2915.                                 <features>
  2916.                                     <featureDescription>
  2917.                                         <name>Governor</name>
  2918.                                         <description>The governor word</description>
  2919.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</rangeTypeName>
  2920.                                     </featureDescription>
  2921.                                     <featureDescription>
  2922.                                         <name>Dependent</name>
  2923.                                         <description>The dependent word</description>
  2924.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</rangeTypeName>
  2925.                                     </featureDescription>
  2926.                                     <featureDescription>
  2927.                                         <name>DependencyType</name>
  2928.                                         <description>The dependency type</description>
  2929.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2930.                                     </featureDescription>
  2931.                                     <featureDescription>
  2932.                                         <name>flavor</name>
  2933.                                         <description>Flavor of the dependency relation (basic, collapsed, enhanced, etc...)</description>
  2934.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  2935.                                     </featureDescription>
  2936.                                 </features>
  2937.                             </typeDescription>
  2938.                             <typeDescription>
  2939.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.EXPL</name>
  2940.                                 <description/>
  2941.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2942.                             </typeDescription>
  2943.                             <typeDescription>
  2944.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.INFMOD</name>
  2945.                                 <description/>
  2946.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2947.                             </typeDescription>
  2948.                             <typeDescription>
  2949.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.IOBJ</name>
  2950.                                 <description/>
  2951.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2952.                             </typeDescription>
  2953.                             <typeDescription>
  2954.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.MARK</name>
  2955.                                 <description/>
  2956.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2957.                             </typeDescription>
  2958.                             <typeDescription>
  2959.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.MEASURE</name>
  2960.                                 <description/>
  2961.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2962.                             </typeDescription>
  2963.                             <typeDescription>
  2964.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.MWE</name>
  2965.                                 <description/>
  2966.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2967.                             </typeDescription>
  2968.                             <typeDescription>
  2969.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NEG</name>
  2970.                                 <description/>
  2971.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2972.                             </typeDescription>
  2973.                             <typeDescription>
  2974.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NN</name>
  2975.                                 <description/>
  2976.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2977.                             </typeDescription>
  2978.                             <typeDescription>
  2979.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NPADVMOD</name>
  2980.                                 <description/>
  2981.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2982.                             </typeDescription>
  2983.                             <typeDescription>
  2984.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NSUBJ</name>
  2985.                                 <description/>
  2986.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2987.                             </typeDescription>
  2988.                             <typeDescription>
  2989.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NSUBJPASS</name>
  2990.                                 <description/>
  2991.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2992.                             </typeDescription>
  2993.                             <typeDescription>
  2994.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NUM</name>
  2995.                                 <description/>
  2996.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  2997.                             </typeDescription>
  2998.                             <typeDescription>
  2999.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NUMBER</name>
  3000.                                 <description/>
  3001.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3002.                             </typeDescription>
  3003.                             <typeDescription>
  3004.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PARATAXIS</name>
  3005.                                 <description/>
  3006.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3007.                             </typeDescription>
  3008.                             <typeDescription>
  3009.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PARTMOD</name>
  3010.                                 <description/>
  3011.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3012.                             </typeDescription>
  3013.                             <typeDescription>
  3014.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PCOMP</name>
  3015.                                 <description/>
  3016.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3017.                             </typeDescription>
  3018.                             <typeDescription>
  3019.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.POBJ</name>
  3020.                                 <description/>
  3021.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3022.                             </typeDescription>
  3023.                             <typeDescription>
  3024.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.POSS</name>
  3025.                                 <description/>
  3026.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3027.                             </typeDescription>
  3028.                             <typeDescription>
  3029.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.POSSESSIVE</name>
  3030.                                 <description/>
  3031.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3032.                             </typeDescription>
  3033.                             <typeDescription>
  3034.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PRECONJ</name>
  3035.                                 <description/>
  3036.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3037.                             </typeDescription>
  3038.                             <typeDescription>
  3039.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PRED</name>
  3040.                                 <description/>
  3041.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3042.                             </typeDescription>
  3043.                             <typeDescription>
  3044.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PREDET</name>
  3045.                                 <description/>
  3046.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3047.                             </typeDescription>
  3048.                             <typeDescription>
  3049.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PREP</name>
  3050.                                 <description/>
  3051.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3052.                             </typeDescription>
  3053.                             <typeDescription>
  3054.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PREPC</name>
  3055.                                 <description/>
  3056.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3057.                             </typeDescription>
  3058.                             <typeDescription>
  3059.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PRT</name>
  3060.                                 <description/>
  3061.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3062.                             </typeDescription>
  3063.                             <typeDescription>
  3064.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PUNCT</name>
  3065.                                 <description/>
  3066.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3067.                             </typeDescription>
  3068.                             <typeDescription>
  3069.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PURPCL</name>
  3070.                                 <description/>
  3071.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3072.                             </typeDescription>
  3073.                             <typeDescription>
  3074.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.QUANTMOD</name>
  3075.                                 <description/>
  3076.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3077.                             </typeDescription>
  3078.                             <typeDescription>
  3079.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.RCMOD</name>
  3080.                                 <description/>
  3081.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3082.                             </typeDescription>
  3083.                             <typeDescription>
  3084.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.REF</name>
  3085.                                 <description/>
  3086.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3087.                             </typeDescription>
  3088.                             <typeDescription>
  3089.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.REL</name>
  3090.                                 <description/>
  3091.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3092.                             </typeDescription>
  3093.                             <typeDescription>
  3094.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ROOT</name>
  3095.                                 <description>Dependency tree root.</description>
  3096.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3097.                             </typeDescription>
  3098.                             <typeDescription>
  3099.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.TMOD</name>
  3100.                                 <description/>
  3101.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3102.                             </typeDescription>
  3103.                             <typeDescription>
  3104.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.XCOMP</name>
  3105.                                 <description/>
  3106.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3107.                             </typeDescription>
  3108.                             <typeDescription>
  3109.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.XSUBJ</name>
  3110.                                 <description/>
  3111.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  3112.                             </typeDescription>
  3113.                             <typeDescription>
  3114.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.transform.type.SofaChangeAnnotation</name>
  3115.                                 <description>Encodes an edit operation that can be interpreted by the ApplyChangesAnnotator.</description>
  3116.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  3117.                                 <features>
  3118.                                     <featureDescription>
  3119.                                         <name>value</name>
  3120.                                         <description>In case of an "insert" or "replace" operation, this feature indicates the value to be inserted or replaced.</description>
  3121.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3122.                                     </featureDescription>
  3123.                                     <featureDescription>
  3124.                                         <name>operation</name>
  3125.                                         <description>Operation to perform: "insert", "replace", "delete"</description>
  3126.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3127.                                     </featureDescription>
  3128.                                     <featureDescription>
  3129.                                         <name>reason</name>
  3130.                                         <description>The reason for the change.</description>
  3131.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3132.                                     </featureDescription>
  3133.                                 </features>
  3134.                             </typeDescription>
  3135.                         </types>
  3136.                     </typeSystemDescription>
  3137.                     <typePriorities/>
  3138.                     <fsIndexCollection/>
  3139.                     <capabilities>
  3140.                         <capability>
  3141.                             <inputs>
  3142.                                 <type>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</type>
  3143.                                 <type>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Sentence</type>
  3144.                             </inputs>
  3145.                             <outputs>
  3146.                                 <type>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</type>
  3147.                             </outputs>
  3148.                             <languagesSupported/>
  3149.                         </capability>
  3150.                     </capabilities>
  3151.                     <operationalProperties>
  3152.                         <modifiesCas>true</modifiesCas>
  3153.                         <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
  3154.                         <outputsNewCASes>false</outputsNewCASes>
  3155.                     </operationalProperties>
  3156.                 </analysisEngineMetaData>
  3157.             </analysisEngineDescription>
  3158.         </delegateAnalysisEngine>
  3159.         <delegateAnalysisEngine key="CoreNLP Parser (old API)">
  3160.             <analysisEngineDescription>
  3161.                 <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
  3162.                 <primitive>true</primitive>
  3163.                 <annotatorImplementationName>de.tudarmstadt.ukp.dkpro.core.stanfordnlp.StanfordParser</annotatorImplementationName>
  3164.                 <analysisEngineMetaData>
  3165.                     <name>CoreNLP Parser (old API)</name>
  3166.                     <description>Stanford Parser component.</description>
  3167.                     <version>1.9.0-SNAPSHOT</version>
  3168.                     <vendor>DKPro Core Project</vendor>
  3169.                     <copyright>Copyright 2007-2017
  3170.                             Ubiquitous Knowledge Processing (UKP) Lab
  3171.                             Technische UniversitΓ€t Darmstadt</copyright>
  3172.                     <configurationParameters>
  3173.                         <configurationParameter>
  3174.                             <name>printTagSet</name>
  3175.                             <description>Write the tag set(s) to the log when a model is loaded.</description>
  3176.                             <type>Boolean</type>
  3177.                             <multiValued>false</multiValued>
  3178.                             <mandatory>true</mandatory>
  3179.                         </configurationParameter>
  3180.                         <configurationParameter>
  3181.                             <name>language</name>
  3182.                             <description>Use this language instead of the document language to resolve the model and tag set mapping.</description>
  3183.                             <type>String</type>
  3184.                             <multiValued>false</multiValued>
  3185.                             <mandatory>false</mandatory>
  3186.                         </configurationParameter>
  3187.                         <configurationParameter>
  3188.                             <name>modelVariant</name>
  3189.                             <description>Variant of a model the model. Used to address a specific model if here are multiple models
  3190. for one language.</description>
  3191.                             <type>String</type>
  3192.                             <multiValued>false</multiValued>
  3193.                             <mandatory>false</mandatory>
  3194.                         </configurationParameter>
  3195.                         <configurationParameter>
  3196.                             <name>modelLocation</name>
  3197.                             <description>Location from which the model is read.</description>
  3198.                             <type>String</type>
  3199.                             <multiValued>false</multiValued>
  3200.                             <mandatory>false</mandatory>
  3201.                         </configurationParameter>
  3202.                         <configurationParameter>
  3203.                             <name>POSMappingLocation</name>
  3204.                             <description>Location of the mapping file for part-of-speech tags to UIMA types.</description>
  3205.                             <type>String</type>
  3206.                             <multiValued>false</multiValued>
  3207.                             <mandatory>false</mandatory>
  3208.                         </configurationParameter>
  3209.                         <configurationParameter>
  3210.                             <name>ConstituentMappingLocation</name>
  3211.                             <description>Location of the mapping file for constituent tags to UIMA types.</description>
  3212.                             <type>String</type>
  3213.                             <multiValued>false</multiValued>
  3214.                             <mandatory>false</mandatory>
  3215.                         </configurationParameter>
  3216.                         <configurationParameter>
  3217.                             <name>writeDependency</name>
  3218.                             <description>Sets whether to create or not to create dependency annotations.
  3219.  
  3220. &lt;p&gt;Default: true</description>
  3221.                             <type>Boolean</type>
  3222.                             <multiValued>false</multiValued>
  3223.                             <mandatory>true</mandatory>
  3224.                         </configurationParameter>
  3225.                         <configurationParameter>
  3226.                             <name>mode</name>
  3227.                             <description>Sets the kind of dependencies being created.
  3228.  
  3229. &lt;p&gt;Default: DependenciesMode#TREE TREE</description>
  3230.                             <type>String</type>
  3231.                             <multiValued>false</multiValued>
  3232.                             <mandatory>false</mandatory>
  3233.                         </configurationParameter>
  3234.                         <configurationParameter>
  3235.                             <name>writeConstituent</name>
  3236.                             <description>Sets whether to create or not to create constituent tags. This is required for POS-tagging
  3237. and lemmatization.
  3238. &lt;p&gt;
  3239. Default: true</description>
  3240.                             <type>Boolean</type>
  3241.                             <multiValued>false</multiValued>
  3242.                             <mandatory>true</mandatory>
  3243.                         </configurationParameter>
  3244.                         <configurationParameter>
  3245.                             <name>writePennTree</name>
  3246.                             <description>If this parameter is set to true, each sentence is annotated with a PennTree-Annotation,
  3247. containing the whole parse tree in Penn Treebank style format.
  3248. &lt;p&gt;
  3249. Default: false</description>
  3250.                             <type>Boolean</type>
  3251.                             <multiValued>false</multiValued>
  3252.                             <mandatory>true</mandatory>
  3253.                         </configurationParameter>
  3254.                         <configurationParameter>
  3255.                             <name>annotationTypeToParse</name>
  3256.                             <description>This parameter can be used to override the standard behavior which uses the &lt;i&gt;Sentence&lt;/i&gt;
  3257. annotation as the basic unit for parsing.
  3258. &lt;p&gt;If the parameter is set with the name of an annotation type &lt;i&gt;x&lt;/i&gt;, the parser will no
  3259. longer parse &lt;i&gt;Sentence&lt;/i&gt;-annotations, but &lt;i&gt;x&lt;/i&gt;-Annotations.&lt;/p&gt;
  3260. &lt;p&gt;Default: null</description>
  3261.                             <type>String</type>
  3262.                             <multiValued>false</multiValued>
  3263.                             <mandatory>false</mandatory>
  3264.                         </configurationParameter>
  3265.                         <configurationParameter>
  3266.                             <name>writePOS</name>
  3267.                             <description>Sets whether to create or not to create POS tags. The creation of constituent tags must be
  3268. turned on for this to work.
  3269. &lt;p&gt;
  3270. Default: false</description>
  3271.                             <type>Boolean</type>
  3272.                             <multiValued>false</multiValued>
  3273.                             <mandatory>true</mandatory>
  3274.                         </configurationParameter>
  3275.                         <configurationParameter>
  3276.                             <name>readPOS</name>
  3277.                             <description>Sets whether to use or not to use already existing POS tags from another annotator for the
  3278. parsing process.
  3279. &lt;p&gt;
  3280. Default: true</description>
  3281.                             <type>Boolean</type>
  3282.                             <multiValued>false</multiValued>
  3283.                             <mandatory>true</mandatory>
  3284.                         </configurationParameter>
  3285.                         <configurationParameter>
  3286.                             <name>maxSentenceLength</name>
  3287.                             <description>Maximum number of tokens in a sentence. Longer sentences are not parsed. This is to avoid out
  3288. of memory exceptions.
  3289. &lt;p&gt;
  3290. Default: 130</description>
  3291.                             <type>Integer</type>
  3292.                             <multiValued>false</multiValued>
  3293.                             <mandatory>true</mandatory>
  3294.                         </configurationParameter>
  3295.                         <configurationParameter>
  3296.                             <name>maxItems</name>
  3297.                             <description>Controls when the factored parser considers a sentence to be too complex and falls back to
  3298. the PCFG parser.
  3299. &lt;p&gt;
  3300. Default: 200000</description>
  3301.                             <type>Integer</type>
  3302.                             <multiValued>false</multiValued>
  3303.                             <mandatory>true</mandatory>
  3304.                         </configurationParameter>
  3305.                         <configurationParameter>
  3306.                             <name>ptb3Escaping</name>
  3307.                             <description>Enable all traditional PTB3 token transforms (like -LRB-, -RRB-).</description>
  3308.                             <type>Boolean</type>
  3309.                             <multiValued>false</multiValued>
  3310.                             <mandatory>true</mandatory>
  3311.                         </configurationParameter>
  3312.                         <configurationParameter>
  3313.                             <name>quoteBegin</name>
  3314.                             <description>List of extra token texts (usually single character strings) that should be treated like
  3315. opening quotes and escaped accordingly before being sent to the parser.</description>
  3316.                             <type>String</type>
  3317.                             <multiValued>true</multiValued>
  3318.                             <mandatory>false</mandatory>
  3319.                         </configurationParameter>
  3320.                         <configurationParameter>
  3321.                             <name>quoteEnd</name>
  3322.                             <description>List of extra token texts (usually single character strings) that should be treated like
  3323. closing quotes and escaped accordingly before being sent to the parser.</description>
  3324.                             <type>String</type>
  3325.                             <multiValued>true</multiValued>
  3326.                             <mandatory>false</mandatory>
  3327.                         </configurationParameter>
  3328.                         <configurationParameter>
  3329.                             <name>keepPunctuation</name>
  3330.                             <description/>
  3331.                             <type>Boolean</type>
  3332.                             <multiValued>false</multiValued>
  3333.                             <mandatory>true</mandatory>
  3334.                         </configurationParameter>
  3335.                     </configurationParameters>
  3336.                     <configurationParameterSettings>
  3337.                         <nameValuePair>
  3338.                             <name>printTagSet</name>
  3339.                             <value>
  3340.                                 <boolean>false</boolean>
  3341.                             </value>
  3342.                         </nameValuePair>
  3343.                         <nameValuePair>
  3344.                             <name>writeDependency</name>
  3345.                             <value>
  3346.                                 <boolean>true</boolean>
  3347.                             </value>
  3348.                         </nameValuePair>
  3349.                         <nameValuePair>
  3350.                             <name>mode</name>
  3351.                             <value>
  3352.                                 <string>TREE</string>
  3353.                             </value>
  3354.                         </nameValuePair>
  3355.                         <nameValuePair>
  3356.                             <name>writeConstituent</name>
  3357.                             <value>
  3358.                                 <boolean>true</boolean>
  3359.                             </value>
  3360.                         </nameValuePair>
  3361.                         <nameValuePair>
  3362.                             <name>writePennTree</name>
  3363.                             <value>
  3364.                                 <boolean>false</boolean>
  3365.                             </value>
  3366.                         </nameValuePair>
  3367.                         <nameValuePair>
  3368.                             <name>writePOS</name>
  3369.                             <value>
  3370.                                 <boolean>false</boolean>
  3371.                             </value>
  3372.                         </nameValuePair>
  3373.                         <nameValuePair>
  3374.                             <name>readPOS</name>
  3375.                             <value>
  3376.                                 <boolean>true</boolean>
  3377.                             </value>
  3378.                         </nameValuePair>
  3379.                         <nameValuePair>
  3380.                             <name>maxSentenceLength</name>
  3381.                             <value>
  3382.                                 <integer>130</integer>
  3383.                             </value>
  3384.                         </nameValuePair>
  3385.                         <nameValuePair>
  3386.                             <name>maxItems</name>
  3387.                             <value>
  3388.                                 <integer>200000</integer>
  3389.                             </value>
  3390.                         </nameValuePair>
  3391.                         <nameValuePair>
  3392.                             <name>ptb3Escaping</name>
  3393.                             <value>
  3394.                                 <boolean>true</boolean>
  3395.                             </value>
  3396.                         </nameValuePair>
  3397.                         <nameValuePair>
  3398.                             <name>keepPunctuation</name>
  3399.                             <value>
  3400.                                 <boolean>false</boolean>
  3401.                             </value>
  3402.                         </nameValuePair>
  3403.                     </configurationParameterSettings>
  3404.                     <typeSystemDescription>
  3405.                         <types>
  3406.                             <typeDescription>
  3407.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceChain</name>
  3408.                                 <description>Marks the beginning of a chain.</description>
  3409.                                 <supertypeName>uima.cas.AnnotationBase</supertypeName>
  3410.                                 <features>
  3411.                                     <featureDescription>
  3412.                                         <name>first</name>
  3413.                                         <description>This is the first corefernce link in coreference chain</description>
  3414.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceLink</rangeTypeName>
  3415.                                     </featureDescription>
  3416.                                 </features>
  3417.                             </typeDescription>
  3418.                             <typeDescription>
  3419.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceLink</name>
  3420.                                 <description>A link in the coreference chain.</description>
  3421.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  3422.                                 <features>
  3423.                                     <featureDescription>
  3424.                                         <name>next</name>
  3425.                                         <description>If there is one, it is the next coreference link to the current coreference link</description>
  3426.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceLink</rangeTypeName>
  3427.                                     </featureDescription>
  3428.                                     <featureDescription>
  3429.                                         <name>referenceType</name>
  3430.                                         <description>The role or type which the covered text has in the coreference chain.</description>
  3431.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3432.                                     </featureDescription>
  3433.                                     <featureDescription>
  3434.                                         <name>referenceRelation</name>
  3435.                                         <description>The type of relation between this link and the next link in the chain.</description>
  3436.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3437.                                     </featureDescription>
  3438.                                 </features>
  3439.                             </typeDescription>
  3440.                             <typeDescription>
  3441.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.Morpheme</name>
  3442.                                 <description/>
  3443.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  3444.                                 <features>
  3445.                                     <featureDescription>
  3446.                                         <name>morphTag</name>
  3447.                                         <description/>
  3448.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3449.                                     </featureDescription>
  3450.                                 </features>
  3451.                             </typeDescription>
  3452.                             <typeDescription>
  3453.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.MorphologicalFeatures</name>
  3454.                                 <description>Morphological categories that can be attached to tokens.</description>
  3455.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  3456.                                 <features>
  3457.                                     <featureDescription>
  3458.                                         <name>gender</name>
  3459.                                         <description/>
  3460.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3461.                                     </featureDescription>
  3462.                                     <featureDescription>
  3463.                                         <name>number</name>
  3464.                                         <description>Singular/plural</description>
  3465.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3466.                                     </featureDescription>
  3467.                                     <featureDescription>
  3468.                                         <name>case</name>
  3469.                                         <description>Nouns: nominative, genetiv, dative, ...</description>
  3470.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3471.                                     </featureDescription>
  3472.                                     <featureDescription>
  3473.                                         <name>degree</name>
  3474.                                         <description>Adjectives: comparative/Superlative</description>
  3475.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3476.                                     </featureDescription>
  3477.                                     <featureDescription>
  3478.                                         <name>verbForm</name>
  3479.                                         <description/>
  3480.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3481.                                     </featureDescription>
  3482.                                     <featureDescription>
  3483.                                         <name>tense</name>
  3484.                                         <description>Verbs: past tense, present tense, future tense, etc.</description>
  3485.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3486.                                     </featureDescription>
  3487.                                     <featureDescription>
  3488.                                         <name>mood</name>
  3489.                                         <description>Verbs: indicative, imperative, subjunctive</description>
  3490.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3491.                                     </featureDescription>
  3492.                                     <featureDescription>
  3493.                                         <name>voice</name>
  3494.                                         <description>Verbs: active/passive</description>
  3495.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3496.                                     </featureDescription>
  3497.                                     <featureDescription>
  3498.                                         <name>definiteness</name>
  3499.                                         <description>Definite or indefinite</description>
  3500.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3501.                                     </featureDescription>
  3502.                                     <featureDescription>
  3503.                                         <name>value</name>
  3504.                                         <description>The original morphological analysis results as produced by a tool or as recorded in a corpus (if available). If the categories were originally encoded in such a string, the other features are filled by analyzing this string. If the categories were provided separately, e.g. by different attributed in an XML-encoded corpus, this field may remain empty.</description>
  3505.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3506.                                     </featureDescription>
  3507.                                     <featureDescription>
  3508.                                         <name>person</name>
  3509.                                         <description>Verbs: 1st, 2nd, 3rd person</description>
  3510.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3511.                                     </featureDescription>
  3512.                                     <featureDescription>
  3513.                                         <name>aspect</name>
  3514.                                         <description>Verbs: perfective, imperfective</description>
  3515.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3516.                                     </featureDescription>
  3517.                                     <featureDescription>
  3518.                                         <name>animacy</name>
  3519.                                         <description/>
  3520.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3521.                                     </featureDescription>
  3522.                                     <featureDescription>
  3523.                                         <name>negative</name>
  3524.                                         <description/>
  3525.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3526.                                     </featureDescription>
  3527.                                     <featureDescription>
  3528.                                         <name>numType</name>
  3529.                                         <description/>
  3530.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3531.                                     </featureDescription>
  3532.                                     <featureDescription>
  3533.                                         <name>possessive</name>
  3534.                                         <description/>
  3535.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3536.                                     </featureDescription>
  3537.                                     <featureDescription>
  3538.                                         <name>pronType</name>
  3539.                                         <description/>
  3540.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3541.                                     </featureDescription>
  3542.                                     <featureDescription>
  3543.                                         <name>reflex</name>
  3544.                                         <description/>
  3545.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3546.                                     </featureDescription>
  3547.                                 </features>
  3548.                             </typeDescription>
  3549.                             <typeDescription>
  3550.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</name>
  3551.                                 <description>The part of speech of a word or a phrase.</description>
  3552.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  3553.                                 <features>
  3554.                                     <featureDescription>
  3555.                                         <name>PosValue</name>
  3556.                                         <description>Fine-grained POS tag. This is the tag as produced by a POS tagger or obtained from a reader.</description>
  3557.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3558.                                     </featureDescription>
  3559.                                     <featureDescription>
  3560.                                         <name>coarseValue</name>
  3561.                                         <description>Coarse-grained POS tag. This may be produced by a POS tagger or reader in addition to the fine-grained tag.</description>
  3562.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3563.                                     </featureDescription>
  3564.                                 </features>
  3565.                             </typeDescription>
  3566.                             <typeDescription>
  3567.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_ADJ</name>
  3568.                                 <description>Adjective</description>
  3569.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3570.                             </typeDescription>
  3571.                             <typeDescription>
  3572.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_ADP</name>
  3573.                                 <description>Adposition</description>
  3574.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3575.                             </typeDescription>
  3576.                             <typeDescription>
  3577.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_ADV</name>
  3578.                                 <description>Adverb</description>
  3579.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3580.                             </typeDescription>
  3581.                             <typeDescription>
  3582.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_AUX</name>
  3583.                                 <description>Auxiliary verb</description>
  3584.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3585.                             </typeDescription>
  3586.                             <typeDescription>
  3587.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_CONJ</name>
  3588.                                 <description>Conjunction</description>
  3589.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3590.                             </typeDescription>
  3591.                             <typeDescription>
  3592.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_DET</name>
  3593.                                 <description>Determiner</description>
  3594.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3595.                             </typeDescription>
  3596.                             <typeDescription>
  3597.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_INTJ</name>
  3598.                                 <description>Interjection</description>
  3599.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3600.                             </typeDescription>
  3601.                             <typeDescription>
  3602.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NOUN</name>
  3603.                                 <description>Noun</description>
  3604.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3605.                             </typeDescription>
  3606.                             <typeDescription>
  3607.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NUM</name>
  3608.                                 <description>Numeral</description>
  3609.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3610.                             </typeDescription>
  3611.                             <typeDescription>
  3612.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PART</name>
  3613.                                 <description>Particle</description>
  3614.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3615.                             </typeDescription>
  3616.                             <typeDescription>
  3617.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PRON</name>
  3618.                                 <description>Pronoun</description>
  3619.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3620.                             </typeDescription>
  3621.                             <typeDescription>
  3622.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PROPN</name>
  3623.                                 <description>Proper noun</description>
  3624.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3625.                             </typeDescription>
  3626.                             <typeDescription>
  3627.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PUNCT</name>
  3628.                                 <description>Punctuation</description>
  3629.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3630.                             </typeDescription>
  3631.                             <typeDescription>
  3632.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_SCONJ</name>
  3633.                                 <description>Subordinating conjunction</description>
  3634.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3635.                             </typeDescription>
  3636.                             <typeDescription>
  3637.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_SYM</name>
  3638.                                 <description>Symbol</description>
  3639.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3640.                             </typeDescription>
  3641.                             <typeDescription>
  3642.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_VERB</name>
  3643.                                 <description>Verb</description>
  3644.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3645.                             </typeDescription>
  3646.                             <typeDescription>
  3647.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</name>
  3648.                                 <description>Other</description>
  3649.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  3650.                             </typeDescription>
  3651.                             <typeDescription>
  3652.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_AT</name>
  3653.                                 <description>at-mention (indicates another user as a recipient of a tweet)</description>
  3654.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  3655.                             </typeDescription>
  3656.                             <typeDescription>
  3657.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_DM</name>
  3658.                                 <description>discourse marker, indications of continuation of a message across multiple tweets</description>
  3659.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  3660.                             </typeDescription>
  3661.                             <typeDescription>
  3662.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_EMO</name>
  3663.                                 <description>emoticon</description>
  3664.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  3665.                             </typeDescription>
  3666.                             <typeDescription>
  3667.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_HASH</name>
  3668.                                 <description>Hashtag (indicates topic/category for tweet)</description>
  3669.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  3670.                             </typeDescription>
  3671.                             <typeDescription>
  3672.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_INT</name>
  3673.                                 <description>proper noun + verbal</description>
  3674.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  3675.                             </typeDescription>
  3676.                             <typeDescription>
  3677.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_NNV</name>
  3678.                                 <description>nominal + verbal</description>
  3679.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NOUN</supertypeName>
  3680.                             </typeDescription>
  3681.                             <typeDescription>
  3682.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_NPV</name>
  3683.                                 <description>proper noun + verbal</description>
  3684.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NOUN</supertypeName>
  3685.                             </typeDescription>
  3686.                             <typeDescription>
  3687.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_URL</name>
  3688.                                 <description>URL or email address</description>
  3689.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  3690.                             </typeDescription>
  3691.                             <typeDescription>
  3692.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.DocumentMetaData</name>
  3693.                                 <description>&lt;p&gt;The DocumentMetaData annotation stores information about a single processed
  3694. document. There can only be one of these annotations per CAS. The annotation is
  3695. created by readers and contains information to uniquely identify the document from
  3696. which a CAS was created. Writer components use this information when determining
  3697. under which filename a CAS is stored.&lt;p&gt;
  3698.  
  3699. &lt;p&gt;There are two principle ways of identifying a document:&lt;p&gt;
  3700.  
  3701. &lt;ul&gt;
  3702. &lt;li&gt;&lt;b&gt;collection id / document id:&lt;/b&gt; this simple system identifies a document
  3703.   within a collection. The ID of the collection and the document are each
  3704.   simple strings without any further semantics such as e.g. a hierarchy. For
  3705.   this reason, this identification scheme is not well suited to preserve
  3706.   information about directory structures.&lt;/li&gt;
  3707.  
  3708. &lt;li&gt;&lt;b&gt;document base URI / document URI:&lt;/b&gt; this system identifies a document using
  3709.   a URI. The base URI is used to derive the relative path of the document with
  3710.   respect to the base location from where it has been read. E.g. if the base
  3711.   URI is &lt;code&gt;file:/texts&lt;/code&gt; and the document URI is &lt;code&gt;file:/texts/english/text1.txt&lt;/code&gt;, then the relativ
  3712.   path of the document is &lt;code&gt;english/text1.txt&lt;/code&gt;. This
  3713.   information is used by writers to recreate the directory structure found
  3714.   under the base location in the target location.&lt;/li&gt;
  3715. &lt;/ul&gt;
  3716.  
  3717. &lt;p&gt;It is possible and indeed common for a writer to initialize both systems of
  3718. identification. If both systems are present, most writers default to using the
  3719. URI-based systems. However, most writers also allow forcing the use of the ID-based
  3720. systems.&lt;/p&gt;
  3721.  
  3722. &lt;p&gt;In addition to the features given here, there is a &lt;i&gt;language&lt;/i&gt; feature inherited from UIMA's DocumentAnnotation. DKPro Core components expect a two letter ISO
  3723. 639-1 language code there.&lt;/p&gt;</description>
  3724.                                 <supertypeName>uima.tcas.DocumentAnnotation</supertypeName>
  3725.                                 <features>
  3726.                                     <featureDescription>
  3727.                                         <name>documentTitle</name>
  3728.                                         <description>The human readable title of the document.</description>
  3729.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3730.                                     </featureDescription>
  3731.                                     <featureDescription>
  3732.                                         <name>documentId</name>
  3733.                                         <description>The id of the document.</description>
  3734.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3735.                                     </featureDescription>
  3736.                                     <featureDescription>
  3737.                                         <name>documentUri</name>
  3738.                                         <description>The URI of the document.</description>
  3739.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3740.                                     </featureDescription>
  3741.                                     <featureDescription>
  3742.                                         <name>collectionId</name>
  3743.                                         <description>The ID of the whole document collection.</description>
  3744.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3745.                                     </featureDescription>
  3746.                                     <featureDescription>
  3747.                                         <name>documentBaseUri</name>
  3748.                                         <description>Base URI of the document.</description>
  3749.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3750.                                     </featureDescription>
  3751.                                     <featureDescription>
  3752.                                         <name>isLastSegment</name>
  3753.                                         <description>CAS de-multipliers need to know whether a CAS is the
  3754.                         last multiplied segment.
  3755.                         Thus CAS multipliers should set this field to true for the last CAS
  3756.                         they produce.</description>
  3757.                                         <rangeTypeName>uima.cas.Boolean</rangeTypeName>
  3758.                                     </featureDescription>
  3759.                                 </features>
  3760.                             </typeDescription>
  3761.                             <typeDescription>
  3762.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.MetaDataStringField</name>
  3763.                                 <description>&lt;p&gt;A general purpose annotation to store document-wide information in the form of arbitrary key-value string pairs.&lt;/p&gt;</description>
  3764.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  3765.                                 <features>
  3766.                                     <featureDescription>
  3767.                                         <name>key</name>
  3768.                                         <description>Name of a metadata field.</description>
  3769.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3770.                                     </featureDescription>
  3771.                                     <featureDescription>
  3772.                                         <name>value</name>
  3773.                                         <description>The field value.</description>
  3774.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3775.                                     </featureDescription>
  3776.                                 </features>
  3777.                             </typeDescription>
  3778.                             <typeDescription>
  3779.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagDescription</name>
  3780.                                 <description>Description of an individual tag.</description>
  3781.                                 <supertypeName>uima.cas.TOP</supertypeName>
  3782.                                 <features>
  3783.                                     <featureDescription>
  3784.                                         <name>name</name>
  3785.                                         <description>The name of the tag.</description>
  3786.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3787.                                     </featureDescription>
  3788.                                 </features>
  3789.                             </typeDescription>
  3790.                             <typeDescription>
  3791.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagsetDescription</name>
  3792.                                 <description>Information about a tagset (controlled vocabulary).</description>
  3793.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  3794.                                 <features>
  3795.                                     <featureDescription>
  3796.                                         <name>layer</name>
  3797.                                         <description>The layer to which the tagset applies. This is
  3798.                         typically the name of an UIMA type such as
  3799.                         "de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS".</description>
  3800.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3801.                                     </featureDescription>
  3802.                                     <featureDescription>
  3803.                                         <name>name</name>
  3804.                                         <description>The name of the tagset.</description>
  3805.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3806.                                     </featureDescription>
  3807.                                     <featureDescription>
  3808.                                         <name>tags</name>
  3809.                                         <description>Descriptions of the tags belonging to this tagset.</description>
  3810.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  3811.                                         <elementType>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagDescription</elementType>
  3812.                                     </featureDescription>
  3813.                                     <featureDescription>
  3814.                                         <name>componentName</name>
  3815.                                         <description/>
  3816.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3817.                                     </featureDescription>
  3818.                                     <featureDescription>
  3819.                                         <name>modelLocation</name>
  3820.                                         <description/>
  3821.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3822.                                     </featureDescription>
  3823.                                     <featureDescription>
  3824.                                         <name>modelVariant</name>
  3825.                                         <description/>
  3826.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3827.                                     </featureDescription>
  3828.                                     <featureDescription>
  3829.                                         <name>modelLanguage</name>
  3830.                                         <description/>
  3831.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3832.                                     </featureDescription>
  3833.                                     <featureDescription>
  3834.                                         <name>modelVersion</name>
  3835.                                         <description/>
  3836.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3837.                                     </featureDescription>
  3838.                                     <featureDescription>
  3839.                                         <name>input</name>
  3840.                                         <description>True if the tagset is used as input by the component/model, otherwise false.</description>
  3841.                                         <rangeTypeName>uima.cas.Boolean</rangeTypeName>
  3842.                                     </featureDescription>
  3843.                                 </features>
  3844.                             </typeDescription>
  3845.                             <typeDescription>
  3846.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Animal</name>
  3847.                                 <description/>
  3848.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3849.                             </typeDescription>
  3850.                             <typeDescription>
  3851.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Cardinal</name>
  3852.                                 <description/>
  3853.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3854.                             </typeDescription>
  3855.                             <typeDescription>
  3856.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.ContactInfo</name>
  3857.                                 <description/>
  3858.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3859.                             </typeDescription>
  3860.                             <typeDescription>
  3861.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Date</name>
  3862.                                 <description/>
  3863.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3864.                             </typeDescription>
  3865.                             <typeDescription>
  3866.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Disease</name>
  3867.                                 <description/>
  3868.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3869.                             </typeDescription>
  3870.                             <typeDescription>
  3871.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Event</name>
  3872.                                 <description/>
  3873.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3874.                             </typeDescription>
  3875.                             <typeDescription>
  3876.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Fac</name>
  3877.                                 <description/>
  3878.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3879.                             </typeDescription>
  3880.                             <typeDescription>
  3881.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.FacDesc</name>
  3882.                                 <description/>
  3883.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3884.                             </typeDescription>
  3885.                             <typeDescription>
  3886.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Game</name>
  3887.                                 <description/>
  3888.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3889.                             </typeDescription>
  3890.                             <typeDescription>
  3891.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Gpe</name>
  3892.                                 <description/>
  3893.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3894.                             </typeDescription>
  3895.                             <typeDescription>
  3896.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.GpeDesc</name>
  3897.                                 <description/>
  3898.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3899.                             </typeDescription>
  3900.                             <typeDescription>
  3901.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Language</name>
  3902.                                 <description/>
  3903.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3904.                             </typeDescription>
  3905.                             <typeDescription>
  3906.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Law</name>
  3907.                                 <description/>
  3908.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3909.                             </typeDescription>
  3910.                             <typeDescription>
  3911.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Location</name>
  3912.                                 <description/>
  3913.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3914.                             </typeDescription>
  3915.                             <typeDescription>
  3916.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Money</name>
  3917.                                 <description/>
  3918.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3919.                             </typeDescription>
  3920.                             <typeDescription>
  3921.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</name>
  3922.                                 <description>Named entities refer e.g. to persons, locations, organizations and so on. They often consist of multiple tokens.</description>
  3923.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  3924.                                 <features>
  3925.                                     <featureDescription>
  3926.                                         <name>value</name>
  3927.                                         <description>The class/category of the named entity, e.g. person, location, etc.</description>
  3928.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3929.                                     </featureDescription>
  3930.                                     <featureDescription>
  3931.                                         <name>identifier</name>
  3932.                                         <description>Identifier of the named entity, e.g. a reference into a person database.</description>
  3933.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  3934.                                     </featureDescription>
  3935.                                 </features>
  3936.                             </typeDescription>
  3937.                             <typeDescription>
  3938.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Nationality</name>
  3939.                                 <description/>
  3940.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3941.                             </typeDescription>
  3942.                             <typeDescription>
  3943.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Norp</name>
  3944.                                 <description/>
  3945.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3946.                             </typeDescription>
  3947.                             <typeDescription>
  3948.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Ordinal</name>
  3949.                                 <description/>
  3950.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3951.                             </typeDescription>
  3952.                             <typeDescription>
  3953.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.OrgDesc</name>
  3954.                                 <description/>
  3955.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3956.                             </typeDescription>
  3957.                             <typeDescription>
  3958.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Organization</name>
  3959.                                 <description/>
  3960.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3961.                             </typeDescription>
  3962.                             <typeDescription>
  3963.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.PerDesc</name>
  3964.                                 <description/>
  3965.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3966.                             </typeDescription>
  3967.                             <typeDescription>
  3968.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Percent</name>
  3969.                                 <description/>
  3970.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3971.                             </typeDescription>
  3972.                             <typeDescription>
  3973.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Person</name>
  3974.                                 <description/>
  3975.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3976.                             </typeDescription>
  3977.                             <typeDescription>
  3978.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Plant</name>
  3979.                                 <description/>
  3980.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3981.                             </typeDescription>
  3982.                             <typeDescription>
  3983.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Product</name>
  3984.                                 <description/>
  3985.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3986.                             </typeDescription>
  3987.                             <typeDescription>
  3988.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.ProductDesc</name>
  3989.                                 <description/>
  3990.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3991.                             </typeDescription>
  3992.                             <typeDescription>
  3993.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Quantity</name>
  3994.                                 <description/>
  3995.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  3996.                             </typeDescription>
  3997.                             <typeDescription>
  3998.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Substance</name>
  3999.                                 <description/>
  4000.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  4001.                             </typeDescription>
  4002.                             <typeDescription>
  4003.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Time</name>
  4004.                                 <description/>
  4005.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  4006.                             </typeDescription>
  4007.                             <typeDescription>
  4008.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.WorkOfArt</name>
  4009.                                 <description/>
  4010.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  4011.                             </typeDescription>
  4012.                             <typeDescription>
  4013.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Compound</name>
  4014.                                 <description>This type represents a decompounding word, i.e.: flowerpot. Each Compound one have at least two Splits.</description>
  4015.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4016.                                 <features>
  4017.                                     <featureDescription>
  4018.                                         <name>splits</name>
  4019.                                         <description>A word that can be decomposed into different parts.</description>
  4020.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  4021.                                         <elementType>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</elementType>
  4022.                                     </featureDescription>
  4023.                                 </features>
  4024.                             </typeDescription>
  4025.                             <typeDescription>
  4026.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.CompoundPart</name>
  4027.                                 <description>&lt;p&gt;A CompoundPart represents one fragment from the compounding word. Besides that, it can store other CompoundParts if it can be split again. The way it stores a decompounding word represents a decompounding tree.&lt;/p&gt;</description>
  4028.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</supertypeName>
  4029.                             </typeDescription>
  4030.                             <typeDescription>
  4031.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</name>
  4032.                                 <description>Document structure element.</description>
  4033.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4034.                                 <features>
  4035.                                     <featureDescription>
  4036.                                         <name>divType</name>
  4037.                                         <description/>
  4038.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4039.                                     </featureDescription>
  4040.                                     <featureDescription>
  4041.                                         <name>id</name>
  4042.                                         <description>If this unit had an ID in the source format from which it was imported, it may be stored here. IDs are typically not assigned by DKPro Core components. If an ID is present, it should be respected by writers.</description>
  4043.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4044.                                     </featureDescription>
  4045.                                 </features>
  4046.                             </typeDescription>
  4047.                             <typeDescription>
  4048.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Document</name>
  4049.                                 <description/>
  4050.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</supertypeName>
  4051.                             </typeDescription>
  4052.                             <typeDescription>
  4053.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Heading</name>
  4054.                                 <description>Document title, section heading, etc.</description>
  4055.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</supertypeName>
  4056.                             </typeDescription>
  4057.                             <typeDescription>
  4058.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Lemma</name>
  4059.                                 <description/>
  4060.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4061.                                 <features>
  4062.                                     <featureDescription>
  4063.                                         <name>value</name>
  4064.                                         <description/>
  4065.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4066.                                     </featureDescription>
  4067.                                 </features>
  4068.                             </typeDescription>
  4069.                             <typeDescription>
  4070.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.LexicalPhrase</name>
  4071.                                 <description/>
  4072.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4073.                                 <features>
  4074.                                     <featureDescription>
  4075.                                         <name>text</name>
  4076.                                         <description/>
  4077.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4078.                                     </featureDescription>
  4079.                                 </features>
  4080.                             </typeDescription>
  4081.                             <typeDescription>
  4082.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.LinkingMorpheme</name>
  4083.                                 <description>This type represents a linking morpheme between two CompoundParts.</description>
  4084.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</supertypeName>
  4085.                             </typeDescription>
  4086.                             <typeDescription>
  4087.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.NGram</name>
  4088.                                 <description/>
  4089.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4090.                                 <features>
  4091.                                     <featureDescription>
  4092.                                         <name>text</name>
  4093.                                         <description/>
  4094.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4095.                                     </featureDescription>
  4096.                                 </features>
  4097.                             </typeDescription>
  4098.                             <typeDescription>
  4099.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Paragraph</name>
  4100.                                 <description/>
  4101.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</supertypeName>
  4102.                             </typeDescription>
  4103.                             <typeDescription>
  4104.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Sentence</name>
  4105.                                 <description/>
  4106.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4107.                                 <features>
  4108.                                     <featureDescription>
  4109.                                         <name>id</name>
  4110.                                         <description>If this unit had an ID in the source format from which it was imported, it may be stored here. IDs are typically not assigned by DKPro Core components. If an ID is present, it should be respected by writers.</description>
  4111.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4112.                                     </featureDescription>
  4113.                                 </features>
  4114.                             </typeDescription>
  4115.                             <typeDescription>
  4116.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</name>
  4117.                                 <description>This type represents a part of a decompounding word. A Split can be either a CompoundPart or a LinkingMorpheme.</description>
  4118.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4119.                                 <features>
  4120.                                     <featureDescription>
  4121.                                         <name>splits</name>
  4122.                                         <description>Sub-splits of the current split.</description>
  4123.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  4124.                                         <elementType>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</elementType>
  4125.                                     </featureDescription>
  4126.                                 </features>
  4127.                             </typeDescription>
  4128.                             <typeDescription>
  4129.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Stem</name>
  4130.                                 <description/>
  4131.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4132.                                 <features>
  4133.                                     <featureDescription>
  4134.                                         <name>value</name>
  4135.                                         <description/>
  4136.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4137.                                     </featureDescription>
  4138.                                 </features>
  4139.                             </typeDescription>
  4140.                             <typeDescription>
  4141.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.StopWord</name>
  4142.                                 <description/>
  4143.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4144.                             </typeDescription>
  4145.                             <typeDescription>
  4146.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.SurfaceForm</name>
  4147.                                 <description>This annotation can be used to indicate an alternate surface form. E.g. some corpora consider a normalized form of the text with resolved contractions as the canonical form and only maintain the original surface form as a secondary information. One example is the Conll-U format.</description>
  4148.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4149.                                 <features>
  4150.                                     <featureDescription>
  4151.                                         <name>value</name>
  4152.                                         <description>Alternate surface form.</description>
  4153.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4154.                                     </featureDescription>
  4155.                                 </features>
  4156.                             </typeDescription>
  4157.                             <typeDescription>
  4158.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</name>
  4159.                                 <description>&lt;p&gt;Token is one of the two types commonly produced by a segmenter (the other being Sentence). A Token usually represents a word, although it may be used to represent multiple tightly connected words (e.g. "New York") or parts of a word (e.g. the possessive "'s"). One may choose to split compound words into multiple tokens, e.g. ("CamelCase" -&amp;gt; "Camel", "Case"; "Zauberstab" -&amp;gt; "Zauber", "stab"). Most processing components operate on Tokens, usually within the limits of the surrounding Sentence. E.g. a part-of-speech tagger analyses each Token in a Sentence and assigns a part-of-speech to each Token.&lt;/p&gt;</description>
  4160.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4161.                                 <features>
  4162.                                     <featureDescription>
  4163.                                         <name>parent</name>
  4164.                                         <description>the parent of this token. This feature is meant to be used in when the token participates in a constituency parse and then refers to a constituent containing this token. The type of this feature is {@link Annotation} to avoid adding a dependency on the syntax API module.</description>
  4165.                                         <rangeTypeName>uima.tcas.Annotation</rangeTypeName>
  4166.                                     </featureDescription>
  4167.                                     <featureDescription>
  4168.                                         <name>lemma</name>
  4169.                                         <description/>
  4170.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Lemma</rangeTypeName>
  4171.                                     </featureDescription>
  4172.                                     <featureDescription>
  4173.                                         <name>stem</name>
  4174.                                         <description/>
  4175.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Stem</rangeTypeName>
  4176.                                     </featureDescription>
  4177.                                     <featureDescription>
  4178.                                         <name>pos</name>
  4179.                                         <description/>
  4180.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</rangeTypeName>
  4181.                                     </featureDescription>
  4182.                                     <featureDescription>
  4183.                                         <name>morph</name>
  4184.                                         <description>The morphological feature associated with this token.</description>
  4185.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.MorphologicalFeatures</rangeTypeName>
  4186.                                     </featureDescription>
  4187.                                     <featureDescription>
  4188.                                         <name>id</name>
  4189.                                         <description>If this unit had an ID in the source format from which it was imported, it may be stored here. IDs are typically not assigned by DKPro Core components. If an ID is present, it should be respected by writers.</description>
  4190.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4191.                                     </featureDescription>
  4192.                                     <featureDescription>
  4193.                                         <name>form</name>
  4194.                                         <description>Potentially normalized form of the token text that should be used instead of the covered text if set.</description>
  4195.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.TokenForm</rangeTypeName>
  4196.                                     </featureDescription>
  4197.                                     <featureDescription>
  4198.                                         <name>syntacticFunction</name>
  4199.                                         <description/>
  4200.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4201.                                     </featureDescription>
  4202.                                 </features>
  4203.                             </typeDescription>
  4204.                             <typeDescription>
  4205.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.TokenForm</name>
  4206.                                 <description>A alternative token text which should be used instead of the covered text if set on a token.</description>
  4207.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4208.                                 <features>
  4209.                                     <featureDescription>
  4210.                                         <name>value</name>
  4211.                                         <description/>
  4212.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4213.                                     </featureDescription>
  4214.                                 </features>
  4215.                             </typeDescription>
  4216.                             <typeDescription>
  4217.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.PennTree</name>
  4218.                                 <description>&lt;p&gt;The Penn Treebank-style phrase structure string.&lt;/p&gt;</description>
  4219.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4220.                                 <features>
  4221.                                     <featureDescription>
  4222.                                         <name>PennTree</name>
  4223.                                         <description>Contains a Penn Treebank-style representation of a tree.</description>
  4224.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4225.                                     </featureDescription>
  4226.                                     <featureDescription>
  4227.                                         <name>TransformationNames</name>
  4228.                                         <description>The name(s) of the transformation(s) that have been performed on the PennTree</description>
  4229.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4230.                                     </featureDescription>
  4231.                                 </features>
  4232.                             </typeDescription>
  4233.                             <typeDescription>
  4234.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.Tag</name>
  4235.                                 <description>A multi purpose tag</description>
  4236.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4237.                                 <features>
  4238.                                     <featureDescription>
  4239.                                         <name>value</name>
  4240.                                         <description/>
  4241.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4242.                                     </featureDescription>
  4243.                                 </features>
  4244.                             </typeDescription>
  4245.                             <typeDescription>
  4246.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.ADJC</name>
  4247.                                 <description>adjective chunks</description>
  4248.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  4249.                             </typeDescription>
  4250.                             <typeDescription>
  4251.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.ADVC</name>
  4252.                                 <description>adverb chunks</description>
  4253.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  4254.                             </typeDescription>
  4255.                             <typeDescription>
  4256.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.CONCJ</name>
  4257.                                 <description>complex coordinating conjunctions such as "as well (as)" or "rather (than)"</description>
  4258.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  4259.                             </typeDescription>
  4260.                             <typeDescription>
  4261.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</name>
  4262.                                 <description/>
  4263.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4264.                                 <features>
  4265.                                     <featureDescription>
  4266.                                         <name>chunkValue</name>
  4267.                                         <description/>
  4268.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4269.                                     </featureDescription>
  4270.                                 </features>
  4271.                             </typeDescription>
  4272.                             <typeDescription>
  4273.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.INTJ</name>
  4274.                                 <description>interjection</description>
  4275.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  4276.                             </typeDescription>
  4277.                             <typeDescription>
  4278.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.LST</name>
  4279.                                 <description>enumeration symbol</description>
  4280.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  4281.                             </typeDescription>
  4282.                             <typeDescription>
  4283.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.NC</name>
  4284.                                 <description>noun chunk (non-recursive noun phrase)</description>
  4285.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  4286.                             </typeDescription>
  4287.                             <typeDescription>
  4288.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.O</name>
  4289.                                 <description>other or outside a chunk</description>
  4290.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  4291.                             </typeDescription>
  4292.                             <typeDescription>
  4293.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.PC</name>
  4294.                                 <description>prepositional chunk</description>
  4295.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  4296.                             </typeDescription>
  4297.                             <typeDescription>
  4298.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.PRT</name>
  4299.                                 <description>verb particle</description>
  4300.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  4301.                             </typeDescription>
  4302.                             <typeDescription>
  4303.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.VC</name>
  4304.                                 <description>verb complex</description>
  4305.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  4306.                             </typeDescription>
  4307.                             <typeDescription>
  4308.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.ADJP</name>
  4309.                                 <description/>
  4310.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4311.                             </typeDescription>
  4312.                             <typeDescription>
  4313.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.ADVP</name>
  4314.                                 <description/>
  4315.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4316.                             </typeDescription>
  4317.                             <typeDescription>
  4318.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.CONJP</name>
  4319.                                 <description/>
  4320.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4321.                             </typeDescription>
  4322.                             <typeDescription>
  4323.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</name>
  4324.                                 <description/>
  4325.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4326.                                 <features>
  4327.                                     <featureDescription>
  4328.                                         <name>constituentType</name>
  4329.                                         <description/>
  4330.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4331.                                     </featureDescription>
  4332.                                     <featureDescription>
  4333.                                         <name>parent</name>
  4334.                                         <description>The parent constituent</description>
  4335.                                         <rangeTypeName>uima.tcas.Annotation</rangeTypeName>
  4336.                                     </featureDescription>
  4337.                                     <featureDescription>
  4338.                                         <name>children</name>
  4339.                                         <description/>
  4340.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  4341.                                         <elementType>uima.tcas.Annotation</elementType>
  4342.                                     </featureDescription>
  4343.                                     <featureDescription>
  4344.                                         <name>syntacticFunction</name>
  4345.                                         <description/>
  4346.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4347.                                     </featureDescription>
  4348.                                 </features>
  4349.                             </typeDescription>
  4350.                             <typeDescription>
  4351.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.FRAG</name>
  4352.                                 <description/>
  4353.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4354.                             </typeDescription>
  4355.                             <typeDescription>
  4356.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.INTJ</name>
  4357.                                 <description/>
  4358.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4359.                             </typeDescription>
  4360.                             <typeDescription>
  4361.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.LST</name>
  4362.                                 <description/>
  4363.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4364.                             </typeDescription>
  4365.                             <typeDescription>
  4366.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.NAC</name>
  4367.                                 <description/>
  4368.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4369.                             </typeDescription>
  4370.                             <typeDescription>
  4371.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.NP</name>
  4372.                                 <description/>
  4373.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4374.                             </typeDescription>
  4375.                             <typeDescription>
  4376.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.NX</name>
  4377.                                 <description/>
  4378.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4379.                             </typeDescription>
  4380.                             <typeDescription>
  4381.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PARN</name>
  4382.                                 <description>This cateory is called PRN in the Penn Treebank tagset. However, PRN is a reserved device name on Window. Thus we had to rename this category. The old PRN type is still present in the DKPro Core type system, but it is deprecated, no longer used, and no JCas classes are generated for it.</description>
  4383.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4384.                             </typeDescription>
  4385.                             <typeDescription>
  4386.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PP</name>
  4387.                                 <description/>
  4388.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4389.                             </typeDescription>
  4390.                             <typeDescription>
  4391.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PRP</name>
  4392.                                 <description/>
  4393.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4394.                             </typeDescription>
  4395.                             <typeDescription>
  4396.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PRT</name>
  4397.                                 <description/>
  4398.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4399.                             </typeDescription>
  4400.                             <typeDescription>
  4401.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.QP</name>
  4402.                                 <description/>
  4403.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4404.                             </typeDescription>
  4405.                             <typeDescription>
  4406.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.ROOT</name>
  4407.                                 <description/>
  4408.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4409.                             </typeDescription>
  4410.                             <typeDescription>
  4411.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.RRC</name>
  4412.                                 <description/>
  4413.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4414.                             </typeDescription>
  4415.                             <typeDescription>
  4416.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.S</name>
  4417.                                 <description/>
  4418.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4419.                             </typeDescription>
  4420.                             <typeDescription>
  4421.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SBAR</name>
  4422.                                 <description/>
  4423.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4424.                             </typeDescription>
  4425.                             <typeDescription>
  4426.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SBARQ</name>
  4427.                                 <description/>
  4428.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4429.                             </typeDescription>
  4430.                             <typeDescription>
  4431.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SINV</name>
  4432.                                 <description/>
  4433.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4434.                             </typeDescription>
  4435.                             <typeDescription>
  4436.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SQ</name>
  4437.                                 <description/>
  4438.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4439.                             </typeDescription>
  4440.                             <typeDescription>
  4441.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.UCP</name>
  4442.                                 <description/>
  4443.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4444.                             </typeDescription>
  4445.                             <typeDescription>
  4446.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.VP</name>
  4447.                                 <description/>
  4448.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4449.                             </typeDescription>
  4450.                             <typeDescription>
  4451.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHADJP</name>
  4452.                                 <description/>
  4453.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4454.                             </typeDescription>
  4455.                             <typeDescription>
  4456.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHADVP</name>
  4457.                                 <description/>
  4458.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4459.                             </typeDescription>
  4460.                             <typeDescription>
  4461.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHNP</name>
  4462.                                 <description/>
  4463.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4464.                             </typeDescription>
  4465.                             <typeDescription>
  4466.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHPP</name>
  4467.                                 <description/>
  4468.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4469.                             </typeDescription>
  4470.                             <typeDescription>
  4471.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.X</name>
  4472.                                 <description/>
  4473.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  4474.                             </typeDescription>
  4475.                             <typeDescription>
  4476.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ABBREV</name>
  4477.                                 <description/>
  4478.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4479.                             </typeDescription>
  4480.                             <typeDescription>
  4481.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ACOMP</name>
  4482.                                 <description/>
  4483.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4484.                             </typeDescription>
  4485.                             <typeDescription>
  4486.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ADVCL</name>
  4487.                                 <description/>
  4488.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4489.                             </typeDescription>
  4490.                             <typeDescription>
  4491.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ADVMOD</name>
  4492.                                 <description/>
  4493.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4494.                             </typeDescription>
  4495.                             <typeDescription>
  4496.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AGENT</name>
  4497.                                 <description/>
  4498.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4499.                             </typeDescription>
  4500.                             <typeDescription>
  4501.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AMOD</name>
  4502.                                 <description/>
  4503.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4504.                             </typeDescription>
  4505.                             <typeDescription>
  4506.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.APPOS</name>
  4507.                                 <description/>
  4508.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4509.                             </typeDescription>
  4510.                             <typeDescription>
  4511.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ATTR</name>
  4512.                                 <description/>
  4513.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4514.                             </typeDescription>
  4515.                             <typeDescription>
  4516.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AUX0</name>
  4517.                                 <description/>
  4518.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4519.                             </typeDescription>
  4520.                             <typeDescription>
  4521.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AUXPASS</name>
  4522.                                 <description/>
  4523.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4524.                             </typeDescription>
  4525.                             <typeDescription>
  4526.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CC</name>
  4527.                                 <description/>
  4528.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4529.                             </typeDescription>
  4530.                             <typeDescription>
  4531.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CCOMP</name>
  4532.                                 <description/>
  4533.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4534.                             </typeDescription>
  4535.                             <typeDescription>
  4536.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.COMPLM</name>
  4537.                                 <description/>
  4538.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4539.                             </typeDescription>
  4540.                             <typeDescription>
  4541.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CONJ</name>
  4542.                                 <description/>
  4543.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4544.                             </typeDescription>
  4545.                             <typeDescription>
  4546.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CONJP</name>
  4547.                                 <description/>
  4548.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4549.                             </typeDescription>
  4550.                             <typeDescription>
  4551.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CONJ_YET</name>
  4552.                                 <description/>
  4553.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4554.                             </typeDescription>
  4555.                             <typeDescription>
  4556.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.COP</name>
  4557.                                 <description/>
  4558.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4559.                             </typeDescription>
  4560.                             <typeDescription>
  4561.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CSUBJ</name>
  4562.                                 <description/>
  4563.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4564.                             </typeDescription>
  4565.                             <typeDescription>
  4566.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CSUBJPASS</name>
  4567.                                 <description/>
  4568.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4569.                             </typeDescription>
  4570.                             <typeDescription>
  4571.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.DEP</name>
  4572.                                 <description/>
  4573.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4574.                             </typeDescription>
  4575.                             <typeDescription>
  4576.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.DET</name>
  4577.                                 <description/>
  4578.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4579.                             </typeDescription>
  4580.                             <typeDescription>
  4581.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.DOBJ</name>
  4582.                                 <description/>
  4583.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4584.                             </typeDescription>
  4585.                             <typeDescription>
  4586.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</name>
  4587.                                 <description>A dependency relation between two tokens. The dependency annotation begin and end offsets correspond to those of the dependent.</description>
  4588.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4589.                                 <features>
  4590.                                     <featureDescription>
  4591.                                         <name>Governor</name>
  4592.                                         <description>The governor word</description>
  4593.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</rangeTypeName>
  4594.                                     </featureDescription>
  4595.                                     <featureDescription>
  4596.                                         <name>Dependent</name>
  4597.                                         <description>The dependent word</description>
  4598.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</rangeTypeName>
  4599.                                     </featureDescription>
  4600.                                     <featureDescription>
  4601.                                         <name>DependencyType</name>
  4602.                                         <description>The dependency type</description>
  4603.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4604.                                     </featureDescription>
  4605.                                     <featureDescription>
  4606.                                         <name>flavor</name>
  4607.                                         <description>Flavor of the dependency relation (basic, collapsed, enhanced, etc...)</description>
  4608.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4609.                                     </featureDescription>
  4610.                                 </features>
  4611.                             </typeDescription>
  4612.                             <typeDescription>
  4613.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.EXPL</name>
  4614.                                 <description/>
  4615.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4616.                             </typeDescription>
  4617.                             <typeDescription>
  4618.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.INFMOD</name>
  4619.                                 <description/>
  4620.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4621.                             </typeDescription>
  4622.                             <typeDescription>
  4623.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.IOBJ</name>
  4624.                                 <description/>
  4625.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4626.                             </typeDescription>
  4627.                             <typeDescription>
  4628.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.MARK</name>
  4629.                                 <description/>
  4630.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4631.                             </typeDescription>
  4632.                             <typeDescription>
  4633.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.MEASURE</name>
  4634.                                 <description/>
  4635.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4636.                             </typeDescription>
  4637.                             <typeDescription>
  4638.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.MWE</name>
  4639.                                 <description/>
  4640.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4641.                             </typeDescription>
  4642.                             <typeDescription>
  4643.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NEG</name>
  4644.                                 <description/>
  4645.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4646.                             </typeDescription>
  4647.                             <typeDescription>
  4648.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NN</name>
  4649.                                 <description/>
  4650.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4651.                             </typeDescription>
  4652.                             <typeDescription>
  4653.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NPADVMOD</name>
  4654.                                 <description/>
  4655.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4656.                             </typeDescription>
  4657.                             <typeDescription>
  4658.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NSUBJ</name>
  4659.                                 <description/>
  4660.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4661.                             </typeDescription>
  4662.                             <typeDescription>
  4663.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NSUBJPASS</name>
  4664.                                 <description/>
  4665.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4666.                             </typeDescription>
  4667.                             <typeDescription>
  4668.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NUM</name>
  4669.                                 <description/>
  4670.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4671.                             </typeDescription>
  4672.                             <typeDescription>
  4673.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NUMBER</name>
  4674.                                 <description/>
  4675.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4676.                             </typeDescription>
  4677.                             <typeDescription>
  4678.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PARATAXIS</name>
  4679.                                 <description/>
  4680.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4681.                             </typeDescription>
  4682.                             <typeDescription>
  4683.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PARTMOD</name>
  4684.                                 <description/>
  4685.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4686.                             </typeDescription>
  4687.                             <typeDescription>
  4688.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PCOMP</name>
  4689.                                 <description/>
  4690.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4691.                             </typeDescription>
  4692.                             <typeDescription>
  4693.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.POBJ</name>
  4694.                                 <description/>
  4695.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4696.                             </typeDescription>
  4697.                             <typeDescription>
  4698.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.POSS</name>
  4699.                                 <description/>
  4700.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4701.                             </typeDescription>
  4702.                             <typeDescription>
  4703.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.POSSESSIVE</name>
  4704.                                 <description/>
  4705.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4706.                             </typeDescription>
  4707.                             <typeDescription>
  4708.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PRECONJ</name>
  4709.                                 <description/>
  4710.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4711.                             </typeDescription>
  4712.                             <typeDescription>
  4713.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PRED</name>
  4714.                                 <description/>
  4715.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4716.                             </typeDescription>
  4717.                             <typeDescription>
  4718.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PREDET</name>
  4719.                                 <description/>
  4720.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4721.                             </typeDescription>
  4722.                             <typeDescription>
  4723.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PREP</name>
  4724.                                 <description/>
  4725.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4726.                             </typeDescription>
  4727.                             <typeDescription>
  4728.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PREPC</name>
  4729.                                 <description/>
  4730.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4731.                             </typeDescription>
  4732.                             <typeDescription>
  4733.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PRT</name>
  4734.                                 <description/>
  4735.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4736.                             </typeDescription>
  4737.                             <typeDescription>
  4738.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PUNCT</name>
  4739.                                 <description/>
  4740.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4741.                             </typeDescription>
  4742.                             <typeDescription>
  4743.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PURPCL</name>
  4744.                                 <description/>
  4745.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4746.                             </typeDescription>
  4747.                             <typeDescription>
  4748.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.QUANTMOD</name>
  4749.                                 <description/>
  4750.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4751.                             </typeDescription>
  4752.                             <typeDescription>
  4753.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.RCMOD</name>
  4754.                                 <description/>
  4755.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4756.                             </typeDescription>
  4757.                             <typeDescription>
  4758.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.REF</name>
  4759.                                 <description/>
  4760.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4761.                             </typeDescription>
  4762.                             <typeDescription>
  4763.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.REL</name>
  4764.                                 <description/>
  4765.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4766.                             </typeDescription>
  4767.                             <typeDescription>
  4768.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ROOT</name>
  4769.                                 <description>Dependency tree root.</description>
  4770.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4771.                             </typeDescription>
  4772.                             <typeDescription>
  4773.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.TMOD</name>
  4774.                                 <description/>
  4775.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4776.                             </typeDescription>
  4777.                             <typeDescription>
  4778.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.XCOMP</name>
  4779.                                 <description/>
  4780.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4781.                             </typeDescription>
  4782.                             <typeDescription>
  4783.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.XSUBJ</name>
  4784.                                 <description/>
  4785.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  4786.                             </typeDescription>
  4787.                             <typeDescription>
  4788.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.transform.type.SofaChangeAnnotation</name>
  4789.                                 <description>Encodes an edit operation that can be interpreted by the ApplyChangesAnnotator.</description>
  4790.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4791.                                 <features>
  4792.                                     <featureDescription>
  4793.                                         <name>value</name>
  4794.                                         <description>In case of an "insert" or "replace" operation, this feature indicates the value to be inserted or replaced.</description>
  4795.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4796.                                     </featureDescription>
  4797.                                     <featureDescription>
  4798.                                         <name>operation</name>
  4799.                                         <description>Operation to perform: "insert", "replace", "delete"</description>
  4800.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4801.                                     </featureDescription>
  4802.                                     <featureDescription>
  4803.                                         <name>reason</name>
  4804.                                         <description>The reason for the change.</description>
  4805.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4806.                                     </featureDescription>
  4807.                                 </features>
  4808.                             </typeDescription>
  4809.                         </types>
  4810.                     </typeSystemDescription>
  4811.                     <typePriorities/>
  4812.                     <fsIndexCollection/>
  4813.                     <capabilities>
  4814.                         <capability>
  4815.                             <inputs>
  4816.                                 <type>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Sentence</type>
  4817.                                 <type>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</type>
  4818.                                 <type>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</type>
  4819.                             </inputs>
  4820.                             <outputs>
  4821.                                 <type>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</type>
  4822.                                 <type>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</type>
  4823.                             </outputs>
  4824.                             <languagesSupported/>
  4825.                         </capability>
  4826.                     </capabilities>
  4827.                     <operationalProperties>
  4828.                         <modifiesCas>true</modifiesCas>
  4829.                         <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
  4830.                         <outputsNewCASes>false</outputsNewCASes>
  4831.                     </operationalProperties>
  4832.                 </analysisEngineMetaData>
  4833.             </analysisEngineDescription>
  4834.         </delegateAnalysisEngine>
  4835.         <delegateAnalysisEngine key="de.tudarmstadt.ukp.dkpro.examples.stanfordcorecomponents.NPNEWriter">
  4836.             <analysisEngineDescription>
  4837.                 <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
  4838.                 <primitive>true</primitive>
  4839.                 <annotatorImplementationName>de.tudarmstadt.ukp.dkpro.examples.stanfordcorecomponents.NPNEWriter</annotatorImplementationName>
  4840.                 <analysisEngineMetaData>
  4841.                     <name>de.tudarmstadt.ukp.dkpro.examples.stanfordcorecomponents.NPNEWriter</name>
  4842.                     <description>Descriptor automatically generated by uimaFIT</description>
  4843.                     <version>unknown</version>
  4844.                     <vendor>de.tudarmstadt.ukp.dkpro.examples.stanfordcorecomponents</vendor>
  4845.                     <configurationParameters/>
  4846.                     <configurationParameterSettings/>
  4847.                     <typeSystemDescription>
  4848.                         <types>
  4849.                             <typeDescription>
  4850.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceChain</name>
  4851.                                 <description>Marks the beginning of a chain.</description>
  4852.                                 <supertypeName>uima.cas.AnnotationBase</supertypeName>
  4853.                                 <features>
  4854.                                     <featureDescription>
  4855.                                         <name>first</name>
  4856.                                         <description>This is the first corefernce link in coreference chain</description>
  4857.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceLink</rangeTypeName>
  4858.                                     </featureDescription>
  4859.                                 </features>
  4860.                             </typeDescription>
  4861.                             <typeDescription>
  4862.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceLink</name>
  4863.                                 <description>A link in the coreference chain.</description>
  4864.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4865.                                 <features>
  4866.                                     <featureDescription>
  4867.                                         <name>next</name>
  4868.                                         <description>If there is one, it is the next coreference link to the current coreference link</description>
  4869.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.coref.type.CoreferenceLink</rangeTypeName>
  4870.                                     </featureDescription>
  4871.                                     <featureDescription>
  4872.                                         <name>referenceType</name>
  4873.                                         <description>The role or type which the covered text has in the coreference chain.</description>
  4874.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4875.                                     </featureDescription>
  4876.                                     <featureDescription>
  4877.                                         <name>referenceRelation</name>
  4878.                                         <description>The type of relation between this link and the next link in the chain.</description>
  4879.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4880.                                     </featureDescription>
  4881.                                 </features>
  4882.                             </typeDescription>
  4883.                             <typeDescription>
  4884.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.Morpheme</name>
  4885.                                 <description/>
  4886.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4887.                                 <features>
  4888.                                     <featureDescription>
  4889.                                         <name>morphTag</name>
  4890.                                         <description/>
  4891.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4892.                                     </featureDescription>
  4893.                                 </features>
  4894.                             </typeDescription>
  4895.                             <typeDescription>
  4896.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.MorphologicalFeatures</name>
  4897.                                 <description>Morphological categories that can be attached to tokens.</description>
  4898.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4899.                                 <features>
  4900.                                     <featureDescription>
  4901.                                         <name>gender</name>
  4902.                                         <description/>
  4903.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4904.                                     </featureDescription>
  4905.                                     <featureDescription>
  4906.                                         <name>number</name>
  4907.                                         <description>Singular/plural</description>
  4908.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4909.                                     </featureDescription>
  4910.                                     <featureDescription>
  4911.                                         <name>case</name>
  4912.                                         <description>Nouns: nominative, genetiv, dative, ...</description>
  4913.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4914.                                     </featureDescription>
  4915.                                     <featureDescription>
  4916.                                         <name>degree</name>
  4917.                                         <description>Adjectives: comparative/Superlative</description>
  4918.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4919.                                     </featureDescription>
  4920.                                     <featureDescription>
  4921.                                         <name>verbForm</name>
  4922.                                         <description/>
  4923.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4924.                                     </featureDescription>
  4925.                                     <featureDescription>
  4926.                                         <name>tense</name>
  4927.                                         <description>Verbs: past tense, present tense, future tense, etc.</description>
  4928.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4929.                                     </featureDescription>
  4930.                                     <featureDescription>
  4931.                                         <name>mood</name>
  4932.                                         <description>Verbs: indicative, imperative, subjunctive</description>
  4933.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4934.                                     </featureDescription>
  4935.                                     <featureDescription>
  4936.                                         <name>voice</name>
  4937.                                         <description>Verbs: active/passive</description>
  4938.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4939.                                     </featureDescription>
  4940.                                     <featureDescription>
  4941.                                         <name>definiteness</name>
  4942.                                         <description>Definite or indefinite</description>
  4943.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4944.                                     </featureDescription>
  4945.                                     <featureDescription>
  4946.                                         <name>value</name>
  4947.                                         <description>The original morphological analysis results as produced by a tool or as recorded in a corpus (if available). If the categories were originally encoded in such a string, the other features are filled by analyzing this string. If the categories were provided separately, e.g. by different attributed in an XML-encoded corpus, this field may remain empty.</description>
  4948.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4949.                                     </featureDescription>
  4950.                                     <featureDescription>
  4951.                                         <name>person</name>
  4952.                                         <description>Verbs: 1st, 2nd, 3rd person</description>
  4953.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4954.                                     </featureDescription>
  4955.                                     <featureDescription>
  4956.                                         <name>aspect</name>
  4957.                                         <description>Verbs: perfective, imperfective</description>
  4958.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4959.                                     </featureDescription>
  4960.                                     <featureDescription>
  4961.                                         <name>animacy</name>
  4962.                                         <description/>
  4963.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4964.                                     </featureDescription>
  4965.                                     <featureDescription>
  4966.                                         <name>negative</name>
  4967.                                         <description/>
  4968.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4969.                                     </featureDescription>
  4970.                                     <featureDescription>
  4971.                                         <name>numType</name>
  4972.                                         <description/>
  4973.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4974.                                     </featureDescription>
  4975.                                     <featureDescription>
  4976.                                         <name>possessive</name>
  4977.                                         <description/>
  4978.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4979.                                     </featureDescription>
  4980.                                     <featureDescription>
  4981.                                         <name>pronType</name>
  4982.                                         <description/>
  4983.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4984.                                     </featureDescription>
  4985.                                     <featureDescription>
  4986.                                         <name>reflex</name>
  4987.                                         <description/>
  4988.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  4989.                                     </featureDescription>
  4990.                                 </features>
  4991.                             </typeDescription>
  4992.                             <typeDescription>
  4993.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</name>
  4994.                                 <description>The part of speech of a word or a phrase.</description>
  4995.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  4996.                                 <features>
  4997.                                     <featureDescription>
  4998.                                         <name>PosValue</name>
  4999.                                         <description>Fine-grained POS tag. This is the tag as produced by a POS tagger or obtained from a reader.</description>
  5000.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5001.                                     </featureDescription>
  5002.                                     <featureDescription>
  5003.                                         <name>coarseValue</name>
  5004.                                         <description>Coarse-grained POS tag. This may be produced by a POS tagger or reader in addition to the fine-grained tag.</description>
  5005.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5006.                                     </featureDescription>
  5007.                                 </features>
  5008.                             </typeDescription>
  5009.                             <typeDescription>
  5010.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_ADJ</name>
  5011.                                 <description>Adjective</description>
  5012.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5013.                             </typeDescription>
  5014.                             <typeDescription>
  5015.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_ADP</name>
  5016.                                 <description>Adposition</description>
  5017.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5018.                             </typeDescription>
  5019.                             <typeDescription>
  5020.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_ADV</name>
  5021.                                 <description>Adverb</description>
  5022.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5023.                             </typeDescription>
  5024.                             <typeDescription>
  5025.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_AUX</name>
  5026.                                 <description>Auxiliary verb</description>
  5027.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5028.                             </typeDescription>
  5029.                             <typeDescription>
  5030.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_CONJ</name>
  5031.                                 <description>Conjunction</description>
  5032.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5033.                             </typeDescription>
  5034.                             <typeDescription>
  5035.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_DET</name>
  5036.                                 <description>Determiner</description>
  5037.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5038.                             </typeDescription>
  5039.                             <typeDescription>
  5040.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_INTJ</name>
  5041.                                 <description>Interjection</description>
  5042.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5043.                             </typeDescription>
  5044.                             <typeDescription>
  5045.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NOUN</name>
  5046.                                 <description>Noun</description>
  5047.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5048.                             </typeDescription>
  5049.                             <typeDescription>
  5050.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NUM</name>
  5051.                                 <description>Numeral</description>
  5052.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5053.                             </typeDescription>
  5054.                             <typeDescription>
  5055.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PART</name>
  5056.                                 <description>Particle</description>
  5057.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5058.                             </typeDescription>
  5059.                             <typeDescription>
  5060.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PRON</name>
  5061.                                 <description>Pronoun</description>
  5062.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5063.                             </typeDescription>
  5064.                             <typeDescription>
  5065.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PROPN</name>
  5066.                                 <description>Proper noun</description>
  5067.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5068.                             </typeDescription>
  5069.                             <typeDescription>
  5070.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_PUNCT</name>
  5071.                                 <description>Punctuation</description>
  5072.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5073.                             </typeDescription>
  5074.                             <typeDescription>
  5075.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_SCONJ</name>
  5076.                                 <description>Subordinating conjunction</description>
  5077.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5078.                             </typeDescription>
  5079.                             <typeDescription>
  5080.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_SYM</name>
  5081.                                 <description>Symbol</description>
  5082.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5083.                             </typeDescription>
  5084.                             <typeDescription>
  5085.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_VERB</name>
  5086.                                 <description>Verb</description>
  5087.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5088.                             </typeDescription>
  5089.                             <typeDescription>
  5090.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</name>
  5091.                                 <description>Other</description>
  5092.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</supertypeName>
  5093.                             </typeDescription>
  5094.                             <typeDescription>
  5095.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_AT</name>
  5096.                                 <description>at-mention (indicates another user as a recipient of a tweet)</description>
  5097.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  5098.                             </typeDescription>
  5099.                             <typeDescription>
  5100.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_DM</name>
  5101.                                 <description>discourse marker, indications of continuation of a message across multiple tweets</description>
  5102.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  5103.                             </typeDescription>
  5104.                             <typeDescription>
  5105.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_EMO</name>
  5106.                                 <description>emoticon</description>
  5107.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  5108.                             </typeDescription>
  5109.                             <typeDescription>
  5110.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_HASH</name>
  5111.                                 <description>Hashtag (indicates topic/category for tweet)</description>
  5112.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  5113.                             </typeDescription>
  5114.                             <typeDescription>
  5115.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_INT</name>
  5116.                                 <description>proper noun + verbal</description>
  5117.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  5118.                             </typeDescription>
  5119.                             <typeDescription>
  5120.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_NNV</name>
  5121.                                 <description>nominal + verbal</description>
  5122.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NOUN</supertypeName>
  5123.                             </typeDescription>
  5124.                             <typeDescription>
  5125.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_NPV</name>
  5126.                                 <description>proper noun + verbal</description>
  5127.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_NOUN</supertypeName>
  5128.                             </typeDescription>
  5129.                             <typeDescription>
  5130.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.tweet.POS_URL</name>
  5131.                                 <description>URL or email address</description>
  5132.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS_X</supertypeName>
  5133.                             </typeDescription>
  5134.                             <typeDescription>
  5135.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.DocumentMetaData</name>
  5136.                                 <description>&lt;p&gt;The DocumentMetaData annotation stores information about a single processed
  5137. document. There can only be one of these annotations per CAS. The annotation is
  5138. created by readers and contains information to uniquely identify the document from
  5139. which a CAS was created. Writer components use this information when determining
  5140. under which filename a CAS is stored.&lt;p&gt;
  5141.  
  5142. &lt;p&gt;There are two principle ways of identifying a document:&lt;p&gt;
  5143.  
  5144. &lt;ul&gt;
  5145. &lt;li&gt;&lt;b&gt;collection id / document id:&lt;/b&gt; this simple system identifies a document
  5146.   within a collection. The ID of the collection and the document are each
  5147.   simple strings without any further semantics such as e.g. a hierarchy. For
  5148.   this reason, this identification scheme is not well suited to preserve
  5149.   information about directory structures.&lt;/li&gt;
  5150.  
  5151. &lt;li&gt;&lt;b&gt;document base URI / document URI:&lt;/b&gt; this system identifies a document using
  5152.   a URI. The base URI is used to derive the relative path of the document with
  5153.   respect to the base location from where it has been read. E.g. if the base
  5154.   URI is &lt;code&gt;file:/texts&lt;/code&gt; and the document URI is &lt;code&gt;file:/texts/english/text1.txt&lt;/code&gt;, then the relativ
  5155.   path of the document is &lt;code&gt;english/text1.txt&lt;/code&gt;. This
  5156.   information is used by writers to recreate the directory structure found
  5157.   under the base location in the target location.&lt;/li&gt;
  5158. &lt;/ul&gt;
  5159.  
  5160. &lt;p&gt;It is possible and indeed common for a writer to initialize both systems of
  5161. identification. If both systems are present, most writers default to using the
  5162. URI-based systems. However, most writers also allow forcing the use of the ID-based
  5163. systems.&lt;/p&gt;
  5164.  
  5165. &lt;p&gt;In addition to the features given here, there is a &lt;i&gt;language&lt;/i&gt; feature inherited from UIMA's DocumentAnnotation. DKPro Core components expect a two letter ISO
  5166. 639-1 language code there.&lt;/p&gt;</description>
  5167.                                 <supertypeName>uima.tcas.DocumentAnnotation</supertypeName>
  5168.                                 <features>
  5169.                                     <featureDescription>
  5170.                                         <name>documentTitle</name>
  5171.                                         <description>The human readable title of the document.</description>
  5172.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5173.                                     </featureDescription>
  5174.                                     <featureDescription>
  5175.                                         <name>documentId</name>
  5176.                                         <description>The id of the document.</description>
  5177.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5178.                                     </featureDescription>
  5179.                                     <featureDescription>
  5180.                                         <name>documentUri</name>
  5181.                                         <description>The URI of the document.</description>
  5182.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5183.                                     </featureDescription>
  5184.                                     <featureDescription>
  5185.                                         <name>collectionId</name>
  5186.                                         <description>The ID of the whole document collection.</description>
  5187.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5188.                                     </featureDescription>
  5189.                                     <featureDescription>
  5190.                                         <name>documentBaseUri</name>
  5191.                                         <description>Base URI of the document.</description>
  5192.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5193.                                     </featureDescription>
  5194.                                     <featureDescription>
  5195.                                         <name>isLastSegment</name>
  5196.                                         <description>CAS de-multipliers need to know whether a CAS is the
  5197.                         last multiplied segment.
  5198.                         Thus CAS multipliers should set this field to true for the last CAS
  5199.                         they produce.</description>
  5200.                                         <rangeTypeName>uima.cas.Boolean</rangeTypeName>
  5201.                                     </featureDescription>
  5202.                                 </features>
  5203.                             </typeDescription>
  5204.                             <typeDescription>
  5205.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.MetaDataStringField</name>
  5206.                                 <description>&lt;p&gt;A general purpose annotation to store document-wide information in the form of arbitrary key-value string pairs.&lt;/p&gt;</description>
  5207.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5208.                                 <features>
  5209.                                     <featureDescription>
  5210.                                         <name>key</name>
  5211.                                         <description>Name of a metadata field.</description>
  5212.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5213.                                     </featureDescription>
  5214.                                     <featureDescription>
  5215.                                         <name>value</name>
  5216.                                         <description>The field value.</description>
  5217.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5218.                                     </featureDescription>
  5219.                                 </features>
  5220.                             </typeDescription>
  5221.                             <typeDescription>
  5222.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagDescription</name>
  5223.                                 <description>Description of an individual tag.</description>
  5224.                                 <supertypeName>uima.cas.TOP</supertypeName>
  5225.                                 <features>
  5226.                                     <featureDescription>
  5227.                                         <name>name</name>
  5228.                                         <description>The name of the tag.</description>
  5229.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5230.                                     </featureDescription>
  5231.                                 </features>
  5232.                             </typeDescription>
  5233.                             <typeDescription>
  5234.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagsetDescription</name>
  5235.                                 <description>Information about a tagset (controlled vocabulary).</description>
  5236.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5237.                                 <features>
  5238.                                     <featureDescription>
  5239.                                         <name>layer</name>
  5240.                                         <description>The layer to which the tagset applies. This is
  5241.                         typically the name of an UIMA type such as
  5242.                         "de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS".</description>
  5243.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5244.                                     </featureDescription>
  5245.                                     <featureDescription>
  5246.                                         <name>name</name>
  5247.                                         <description>The name of the tagset.</description>
  5248.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5249.                                     </featureDescription>
  5250.                                     <featureDescription>
  5251.                                         <name>tags</name>
  5252.                                         <description>Descriptions of the tags belonging to this tagset.</description>
  5253.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  5254.                                         <elementType>de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagDescription</elementType>
  5255.                                     </featureDescription>
  5256.                                     <featureDescription>
  5257.                                         <name>componentName</name>
  5258.                                         <description/>
  5259.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5260.                                     </featureDescription>
  5261.                                     <featureDescription>
  5262.                                         <name>modelLocation</name>
  5263.                                         <description/>
  5264.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5265.                                     </featureDescription>
  5266.                                     <featureDescription>
  5267.                                         <name>modelVariant</name>
  5268.                                         <description/>
  5269.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5270.                                     </featureDescription>
  5271.                                     <featureDescription>
  5272.                                         <name>modelLanguage</name>
  5273.                                         <description/>
  5274.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5275.                                     </featureDescription>
  5276.                                     <featureDescription>
  5277.                                         <name>modelVersion</name>
  5278.                                         <description/>
  5279.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5280.                                     </featureDescription>
  5281.                                     <featureDescription>
  5282.                                         <name>input</name>
  5283.                                         <description>True if the tagset is used as input by the component/model, otherwise false.</description>
  5284.                                         <rangeTypeName>uima.cas.Boolean</rangeTypeName>
  5285.                                     </featureDescription>
  5286.                                 </features>
  5287.                             </typeDescription>
  5288.                             <typeDescription>
  5289.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Animal</name>
  5290.                                 <description/>
  5291.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5292.                             </typeDescription>
  5293.                             <typeDescription>
  5294.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Cardinal</name>
  5295.                                 <description/>
  5296.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5297.                             </typeDescription>
  5298.                             <typeDescription>
  5299.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.ContactInfo</name>
  5300.                                 <description/>
  5301.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5302.                             </typeDescription>
  5303.                             <typeDescription>
  5304.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Date</name>
  5305.                                 <description/>
  5306.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5307.                             </typeDescription>
  5308.                             <typeDescription>
  5309.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Disease</name>
  5310.                                 <description/>
  5311.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5312.                             </typeDescription>
  5313.                             <typeDescription>
  5314.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Event</name>
  5315.                                 <description/>
  5316.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5317.                             </typeDescription>
  5318.                             <typeDescription>
  5319.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Fac</name>
  5320.                                 <description/>
  5321.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5322.                             </typeDescription>
  5323.                             <typeDescription>
  5324.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.FacDesc</name>
  5325.                                 <description/>
  5326.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5327.                             </typeDescription>
  5328.                             <typeDescription>
  5329.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Game</name>
  5330.                                 <description/>
  5331.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5332.                             </typeDescription>
  5333.                             <typeDescription>
  5334.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Gpe</name>
  5335.                                 <description/>
  5336.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5337.                             </typeDescription>
  5338.                             <typeDescription>
  5339.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.GpeDesc</name>
  5340.                                 <description/>
  5341.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5342.                             </typeDescription>
  5343.                             <typeDescription>
  5344.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Language</name>
  5345.                                 <description/>
  5346.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5347.                             </typeDescription>
  5348.                             <typeDescription>
  5349.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Law</name>
  5350.                                 <description/>
  5351.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5352.                             </typeDescription>
  5353.                             <typeDescription>
  5354.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Location</name>
  5355.                                 <description/>
  5356.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5357.                             </typeDescription>
  5358.                             <typeDescription>
  5359.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Money</name>
  5360.                                 <description/>
  5361.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5362.                             </typeDescription>
  5363.                             <typeDescription>
  5364.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</name>
  5365.                                 <description>Named entities refer e.g. to persons, locations, organizations and so on. They often consist of multiple tokens.</description>
  5366.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5367.                                 <features>
  5368.                                     <featureDescription>
  5369.                                         <name>value</name>
  5370.                                         <description>The class/category of the named entity, e.g. person, location, etc.</description>
  5371.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5372.                                     </featureDescription>
  5373.                                     <featureDescription>
  5374.                                         <name>identifier</name>
  5375.                                         <description>Identifier of the named entity, e.g. a reference into a person database.</description>
  5376.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5377.                                     </featureDescription>
  5378.                                 </features>
  5379.                             </typeDescription>
  5380.                             <typeDescription>
  5381.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Nationality</name>
  5382.                                 <description/>
  5383.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5384.                             </typeDescription>
  5385.                             <typeDescription>
  5386.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Norp</name>
  5387.                                 <description/>
  5388.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5389.                             </typeDescription>
  5390.                             <typeDescription>
  5391.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Ordinal</name>
  5392.                                 <description/>
  5393.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5394.                             </typeDescription>
  5395.                             <typeDescription>
  5396.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.OrgDesc</name>
  5397.                                 <description/>
  5398.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5399.                             </typeDescription>
  5400.                             <typeDescription>
  5401.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Organization</name>
  5402.                                 <description/>
  5403.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5404.                             </typeDescription>
  5405.                             <typeDescription>
  5406.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.PerDesc</name>
  5407.                                 <description/>
  5408.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5409.                             </typeDescription>
  5410.                             <typeDescription>
  5411.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Percent</name>
  5412.                                 <description/>
  5413.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5414.                             </typeDescription>
  5415.                             <typeDescription>
  5416.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Person</name>
  5417.                                 <description/>
  5418.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5419.                             </typeDescription>
  5420.                             <typeDescription>
  5421.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Plant</name>
  5422.                                 <description/>
  5423.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5424.                             </typeDescription>
  5425.                             <typeDescription>
  5426.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Product</name>
  5427.                                 <description/>
  5428.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5429.                             </typeDescription>
  5430.                             <typeDescription>
  5431.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.ProductDesc</name>
  5432.                                 <description/>
  5433.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5434.                             </typeDescription>
  5435.                             <typeDescription>
  5436.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Quantity</name>
  5437.                                 <description/>
  5438.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5439.                             </typeDescription>
  5440.                             <typeDescription>
  5441.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Substance</name>
  5442.                                 <description/>
  5443.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5444.                             </typeDescription>
  5445.                             <typeDescription>
  5446.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.Time</name>
  5447.                                 <description/>
  5448.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5449.                             </typeDescription>
  5450.                             <typeDescription>
  5451.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.ner.type.WorkOfArt</name>
  5452.                                 <description/>
  5453.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity</supertypeName>
  5454.                             </typeDescription>
  5455.                             <typeDescription>
  5456.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Compound</name>
  5457.                                 <description>This type represents a decompounding word, i.e.: flowerpot. Each Compound one have at least two Splits.</description>
  5458.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5459.                                 <features>
  5460.                                     <featureDescription>
  5461.                                         <name>splits</name>
  5462.                                         <description>A word that can be decomposed into different parts.</description>
  5463.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  5464.                                         <elementType>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</elementType>
  5465.                                     </featureDescription>
  5466.                                 </features>
  5467.                             </typeDescription>
  5468.                             <typeDescription>
  5469.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.CompoundPart</name>
  5470.                                 <description>&lt;p&gt;A CompoundPart represents one fragment from the compounding word. Besides that, it can store other CompoundParts if it can be split again. The way it stores a decompounding word represents a decompounding tree.&lt;/p&gt;</description>
  5471.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</supertypeName>
  5472.                             </typeDescription>
  5473.                             <typeDescription>
  5474.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</name>
  5475.                                 <description>Document structure element.</description>
  5476.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5477.                                 <features>
  5478.                                     <featureDescription>
  5479.                                         <name>divType</name>
  5480.                                         <description/>
  5481.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5482.                                     </featureDescription>
  5483.                                     <featureDescription>
  5484.                                         <name>id</name>
  5485.                                         <description>If this unit had an ID in the source format from which it was imported, it may be stored here. IDs are typically not assigned by DKPro Core components. If an ID is present, it should be respected by writers.</description>
  5486.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5487.                                     </featureDescription>
  5488.                                 </features>
  5489.                             </typeDescription>
  5490.                             <typeDescription>
  5491.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Document</name>
  5492.                                 <description/>
  5493.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</supertypeName>
  5494.                             </typeDescription>
  5495.                             <typeDescription>
  5496.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Heading</name>
  5497.                                 <description>Document title, section heading, etc.</description>
  5498.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</supertypeName>
  5499.                             </typeDescription>
  5500.                             <typeDescription>
  5501.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Lemma</name>
  5502.                                 <description/>
  5503.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5504.                                 <features>
  5505.                                     <featureDescription>
  5506.                                         <name>value</name>
  5507.                                         <description/>
  5508.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5509.                                     </featureDescription>
  5510.                                 </features>
  5511.                             </typeDescription>
  5512.                             <typeDescription>
  5513.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.LexicalPhrase</name>
  5514.                                 <description/>
  5515.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5516.                                 <features>
  5517.                                     <featureDescription>
  5518.                                         <name>text</name>
  5519.                                         <description/>
  5520.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5521.                                     </featureDescription>
  5522.                                 </features>
  5523.                             </typeDescription>
  5524.                             <typeDescription>
  5525.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.LinkingMorpheme</name>
  5526.                                 <description>This type represents a linking morpheme between two CompoundParts.</description>
  5527.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</supertypeName>
  5528.                             </typeDescription>
  5529.                             <typeDescription>
  5530.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.NGram</name>
  5531.                                 <description/>
  5532.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5533.                                 <features>
  5534.                                     <featureDescription>
  5535.                                         <name>text</name>
  5536.                                         <description/>
  5537.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5538.                                     </featureDescription>
  5539.                                 </features>
  5540.                             </typeDescription>
  5541.                             <typeDescription>
  5542.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Paragraph</name>
  5543.                                 <description/>
  5544.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Div</supertypeName>
  5545.                             </typeDescription>
  5546.                             <typeDescription>
  5547.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Sentence</name>
  5548.                                 <description/>
  5549.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5550.                                 <features>
  5551.                                     <featureDescription>
  5552.                                         <name>id</name>
  5553.                                         <description>If this unit had an ID in the source format from which it was imported, it may be stored here. IDs are typically not assigned by DKPro Core components. If an ID is present, it should be respected by writers.</description>
  5554.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5555.                                     </featureDescription>
  5556.                                 </features>
  5557.                             </typeDescription>
  5558.                             <typeDescription>
  5559.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</name>
  5560.                                 <description>This type represents a part of a decompounding word. A Split can be either a CompoundPart or a LinkingMorpheme.</description>
  5561.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5562.                                 <features>
  5563.                                     <featureDescription>
  5564.                                         <name>splits</name>
  5565.                                         <description>Sub-splits of the current split.</description>
  5566.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  5567.                                         <elementType>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Split</elementType>
  5568.                                     </featureDescription>
  5569.                                 </features>
  5570.                             </typeDescription>
  5571.                             <typeDescription>
  5572.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Stem</name>
  5573.                                 <description/>
  5574.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5575.                                 <features>
  5576.                                     <featureDescription>
  5577.                                         <name>value</name>
  5578.                                         <description/>
  5579.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5580.                                     </featureDescription>
  5581.                                 </features>
  5582.                             </typeDescription>
  5583.                             <typeDescription>
  5584.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.StopWord</name>
  5585.                                 <description/>
  5586.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5587.                             </typeDescription>
  5588.                             <typeDescription>
  5589.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.SurfaceForm</name>
  5590.                                 <description>This annotation can be used to indicate an alternate surface form. E.g. some corpora consider a normalized form of the text with resolved contractions as the canonical form and only maintain the original surface form as a secondary information. One example is the Conll-U format.</description>
  5591.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5592.                                 <features>
  5593.                                     <featureDescription>
  5594.                                         <name>value</name>
  5595.                                         <description>Alternate surface form.</description>
  5596.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5597.                                     </featureDescription>
  5598.                                 </features>
  5599.                             </typeDescription>
  5600.                             <typeDescription>
  5601.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</name>
  5602.                                 <description>&lt;p&gt;Token is one of the two types commonly produced by a segmenter (the other being Sentence). A Token usually represents a word, although it may be used to represent multiple tightly connected words (e.g. "New York") or parts of a word (e.g. the possessive "'s"). One may choose to split compound words into multiple tokens, e.g. ("CamelCase" -&amp;gt; "Camel", "Case"; "Zauberstab" -&amp;gt; "Zauber", "stab"). Most processing components operate on Tokens, usually within the limits of the surrounding Sentence. E.g. a part-of-speech tagger analyses each Token in a Sentence and assigns a part-of-speech to each Token.&lt;/p&gt;</description>
  5603.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5604.                                 <features>
  5605.                                     <featureDescription>
  5606.                                         <name>parent</name>
  5607.                                         <description>the parent of this token. This feature is meant to be used in when the token participates in a constituency parse and then refers to a constituent containing this token. The type of this feature is {@link Annotation} to avoid adding a dependency on the syntax API module.</description>
  5608.                                         <rangeTypeName>uima.tcas.Annotation</rangeTypeName>
  5609.                                     </featureDescription>
  5610.                                     <featureDescription>
  5611.                                         <name>lemma</name>
  5612.                                         <description/>
  5613.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Lemma</rangeTypeName>
  5614.                                     </featureDescription>
  5615.                                     <featureDescription>
  5616.                                         <name>stem</name>
  5617.                                         <description/>
  5618.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Stem</rangeTypeName>
  5619.                                     </featureDescription>
  5620.                                     <featureDescription>
  5621.                                         <name>pos</name>
  5622.                                         <description/>
  5623.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS</rangeTypeName>
  5624.                                     </featureDescription>
  5625.                                     <featureDescription>
  5626.                                         <name>morph</name>
  5627.                                         <description>The morphological feature associated with this token.</description>
  5628.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.morph.MorphologicalFeatures</rangeTypeName>
  5629.                                     </featureDescription>
  5630.                                     <featureDescription>
  5631.                                         <name>id</name>
  5632.                                         <description>If this unit had an ID in the source format from which it was imported, it may be stored here. IDs are typically not assigned by DKPro Core components. If an ID is present, it should be respected by writers.</description>
  5633.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5634.                                     </featureDescription>
  5635.                                     <featureDescription>
  5636.                                         <name>form</name>
  5637.                                         <description>Potentially normalized form of the token text that should be used instead of the covered text if set.</description>
  5638.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.TokenForm</rangeTypeName>
  5639.                                     </featureDescription>
  5640.                                     <featureDescription>
  5641.                                         <name>syntacticFunction</name>
  5642.                                         <description/>
  5643.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5644.                                     </featureDescription>
  5645.                                 </features>
  5646.                             </typeDescription>
  5647.                             <typeDescription>
  5648.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.TokenForm</name>
  5649.                                 <description>A alternative token text which should be used instead of the covered text if set on a token.</description>
  5650.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5651.                                 <features>
  5652.                                     <featureDescription>
  5653.                                         <name>value</name>
  5654.                                         <description/>
  5655.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5656.                                     </featureDescription>
  5657.                                 </features>
  5658.                             </typeDescription>
  5659.                             <typeDescription>
  5660.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.PennTree</name>
  5661.                                 <description>&lt;p&gt;The Penn Treebank-style phrase structure string.&lt;/p&gt;</description>
  5662.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5663.                                 <features>
  5664.                                     <featureDescription>
  5665.                                         <name>PennTree</name>
  5666.                                         <description>Contains a Penn Treebank-style representation of a tree.</description>
  5667.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5668.                                     </featureDescription>
  5669.                                     <featureDescription>
  5670.                                         <name>TransformationNames</name>
  5671.                                         <description>The name(s) of the transformation(s) that have been performed on the PennTree</description>
  5672.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5673.                                     </featureDescription>
  5674.                                 </features>
  5675.                             </typeDescription>
  5676.                             <typeDescription>
  5677.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.Tag</name>
  5678.                                 <description>A multi purpose tag</description>
  5679.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5680.                                 <features>
  5681.                                     <featureDescription>
  5682.                                         <name>value</name>
  5683.                                         <description/>
  5684.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5685.                                     </featureDescription>
  5686.                                 </features>
  5687.                             </typeDescription>
  5688.                             <typeDescription>
  5689.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.ADJC</name>
  5690.                                 <description>adjective chunks</description>
  5691.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  5692.                             </typeDescription>
  5693.                             <typeDescription>
  5694.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.ADVC</name>
  5695.                                 <description>adverb chunks</description>
  5696.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  5697.                             </typeDescription>
  5698.                             <typeDescription>
  5699.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.CONCJ</name>
  5700.                                 <description>complex coordinating conjunctions such as "as well (as)" or "rather (than)"</description>
  5701.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  5702.                             </typeDescription>
  5703.                             <typeDescription>
  5704.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</name>
  5705.                                 <description/>
  5706.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5707.                                 <features>
  5708.                                     <featureDescription>
  5709.                                         <name>chunkValue</name>
  5710.                                         <description/>
  5711.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5712.                                     </featureDescription>
  5713.                                 </features>
  5714.                             </typeDescription>
  5715.                             <typeDescription>
  5716.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.INTJ</name>
  5717.                                 <description>interjection</description>
  5718.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  5719.                             </typeDescription>
  5720.                             <typeDescription>
  5721.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.LST</name>
  5722.                                 <description>enumeration symbol</description>
  5723.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  5724.                             </typeDescription>
  5725.                             <typeDescription>
  5726.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.NC</name>
  5727.                                 <description>noun chunk (non-recursive noun phrase)</description>
  5728.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  5729.                             </typeDescription>
  5730.                             <typeDescription>
  5731.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.O</name>
  5732.                                 <description>other or outside a chunk</description>
  5733.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  5734.                             </typeDescription>
  5735.                             <typeDescription>
  5736.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.PC</name>
  5737.                                 <description>prepositional chunk</description>
  5738.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  5739.                             </typeDescription>
  5740.                             <typeDescription>
  5741.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.PRT</name>
  5742.                                 <description>verb particle</description>
  5743.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  5744.                             </typeDescription>
  5745.                             <typeDescription>
  5746.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.VC</name>
  5747.                                 <description>verb complex</description>
  5748.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.chunk.Chunk</supertypeName>
  5749.                             </typeDescription>
  5750.                             <typeDescription>
  5751.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.ADJP</name>
  5752.                                 <description/>
  5753.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5754.                             </typeDescription>
  5755.                             <typeDescription>
  5756.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.ADVP</name>
  5757.                                 <description/>
  5758.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5759.                             </typeDescription>
  5760.                             <typeDescription>
  5761.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.CONJP</name>
  5762.                                 <description/>
  5763.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5764.                             </typeDescription>
  5765.                             <typeDescription>
  5766.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</name>
  5767.                                 <description/>
  5768.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  5769.                                 <features>
  5770.                                     <featureDescription>
  5771.                                         <name>constituentType</name>
  5772.                                         <description/>
  5773.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5774.                                     </featureDescription>
  5775.                                     <featureDescription>
  5776.                                         <name>parent</name>
  5777.                                         <description>The parent constituent</description>
  5778.                                         <rangeTypeName>uima.tcas.Annotation</rangeTypeName>
  5779.                                     </featureDescription>
  5780.                                     <featureDescription>
  5781.                                         <name>children</name>
  5782.                                         <description/>
  5783.                                         <rangeTypeName>uima.cas.FSArray</rangeTypeName>
  5784.                                         <elementType>uima.tcas.Annotation</elementType>
  5785.                                     </featureDescription>
  5786.                                     <featureDescription>
  5787.                                         <name>syntacticFunction</name>
  5788.                                         <description/>
  5789.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  5790.                                     </featureDescription>
  5791.                                 </features>
  5792.                             </typeDescription>
  5793.                             <typeDescription>
  5794.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.FRAG</name>
  5795.                                 <description/>
  5796.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5797.                             </typeDescription>
  5798.                             <typeDescription>
  5799.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.INTJ</name>
  5800.                                 <description/>
  5801.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5802.                             </typeDescription>
  5803.                             <typeDescription>
  5804.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.LST</name>
  5805.                                 <description/>
  5806.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5807.                             </typeDescription>
  5808.                             <typeDescription>
  5809.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.NAC</name>
  5810.                                 <description/>
  5811.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5812.                             </typeDescription>
  5813.                             <typeDescription>
  5814.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.NP</name>
  5815.                                 <description/>
  5816.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5817.                             </typeDescription>
  5818.                             <typeDescription>
  5819.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.NX</name>
  5820.                                 <description/>
  5821.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5822.                             </typeDescription>
  5823.                             <typeDescription>
  5824.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PARN</name>
  5825.                                 <description>This cateory is called PRN in the Penn Treebank tagset. However, PRN is a reserved device name on Window. Thus we had to rename this category. The old PRN type is still present in the DKPro Core type system, but it is deprecated, no longer used, and no JCas classes are generated for it.</description>
  5826.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5827.                             </typeDescription>
  5828.                             <typeDescription>
  5829.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PP</name>
  5830.                                 <description/>
  5831.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5832.                             </typeDescription>
  5833.                             <typeDescription>
  5834.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PRP</name>
  5835.                                 <description/>
  5836.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5837.                             </typeDescription>
  5838.                             <typeDescription>
  5839.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.PRT</name>
  5840.                                 <description/>
  5841.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5842.                             </typeDescription>
  5843.                             <typeDescription>
  5844.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.QP</name>
  5845.                                 <description/>
  5846.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5847.                             </typeDescription>
  5848.                             <typeDescription>
  5849.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.ROOT</name>
  5850.                                 <description/>
  5851.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5852.                             </typeDescription>
  5853.                             <typeDescription>
  5854.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.RRC</name>
  5855.                                 <description/>
  5856.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5857.                             </typeDescription>
  5858.                             <typeDescription>
  5859.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.S</name>
  5860.                                 <description/>
  5861.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5862.                             </typeDescription>
  5863.                             <typeDescription>
  5864.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SBAR</name>
  5865.                                 <description/>
  5866.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5867.                             </typeDescription>
  5868.                             <typeDescription>
  5869.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SBARQ</name>
  5870.                                 <description/>
  5871.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5872.                             </typeDescription>
  5873.                             <typeDescription>
  5874.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SINV</name>
  5875.                                 <description/>
  5876.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5877.                             </typeDescription>
  5878.                             <typeDescription>
  5879.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.SQ</name>
  5880.                                 <description/>
  5881.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5882.                             </typeDescription>
  5883.                             <typeDescription>
  5884.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.UCP</name>
  5885.                                 <description/>
  5886.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5887.                             </typeDescription>
  5888.                             <typeDescription>
  5889.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.VP</name>
  5890.                                 <description/>
  5891.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5892.                             </typeDescription>
  5893.                             <typeDescription>
  5894.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHADJP</name>
  5895.                                 <description/>
  5896.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5897.                             </typeDescription>
  5898.                             <typeDescription>
  5899.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHADVP</name>
  5900.                                 <description/>
  5901.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5902.                             </typeDescription>
  5903.                             <typeDescription>
  5904.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHNP</name>
  5905.                                 <description/>
  5906.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5907.                             </typeDescription>
  5908.                             <typeDescription>
  5909.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.WHPP</name>
  5910.                                 <description/>
  5911.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5912.                             </typeDescription>
  5913.                             <typeDescription>
  5914.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.X</name>
  5915.                                 <description/>
  5916.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.constituent.Constituent</supertypeName>
  5917.                             </typeDescription>
  5918.                             <typeDescription>
  5919.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ABBREV</name>
  5920.                                 <description/>
  5921.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5922.                             </typeDescription>
  5923.                             <typeDescription>
  5924.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ACOMP</name>
  5925.                                 <description/>
  5926.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5927.                             </typeDescription>
  5928.                             <typeDescription>
  5929.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ADVCL</name>
  5930.                                 <description/>
  5931.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5932.                             </typeDescription>
  5933.                             <typeDescription>
  5934.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ADVMOD</name>
  5935.                                 <description/>
  5936.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5937.                             </typeDescription>
  5938.                             <typeDescription>
  5939.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AGENT</name>
  5940.                                 <description/>
  5941.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5942.                             </typeDescription>
  5943.                             <typeDescription>
  5944.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AMOD</name>
  5945.                                 <description/>
  5946.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5947.                             </typeDescription>
  5948.                             <typeDescription>
  5949.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.APPOS</name>
  5950.                                 <description/>
  5951.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5952.                             </typeDescription>
  5953.                             <typeDescription>
  5954.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ATTR</name>
  5955.                                 <description/>
  5956.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5957.                             </typeDescription>
  5958.                             <typeDescription>
  5959.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AUX0</name>
  5960.                                 <description/>
  5961.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5962.                             </typeDescription>
  5963.                             <typeDescription>
  5964.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.AUXPASS</name>
  5965.                                 <description/>
  5966.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5967.                             </typeDescription>
  5968.                             <typeDescription>
  5969.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CC</name>
  5970.                                 <description/>
  5971.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5972.                             </typeDescription>
  5973.                             <typeDescription>
  5974.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CCOMP</name>
  5975.                                 <description/>
  5976.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5977.                             </typeDescription>
  5978.                             <typeDescription>
  5979.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.COMPLM</name>
  5980.                                 <description/>
  5981.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5982.                             </typeDescription>
  5983.                             <typeDescription>
  5984.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CONJ</name>
  5985.                                 <description/>
  5986.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5987.                             </typeDescription>
  5988.                             <typeDescription>
  5989.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CONJP</name>
  5990.                                 <description/>
  5991.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5992.                             </typeDescription>
  5993.                             <typeDescription>
  5994.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CONJ_YET</name>
  5995.                                 <description/>
  5996.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  5997.                             </typeDescription>
  5998.                             <typeDescription>
  5999.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.COP</name>
  6000.                                 <description/>
  6001.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6002.                             </typeDescription>
  6003.                             <typeDescription>
  6004.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CSUBJ</name>
  6005.                                 <description/>
  6006.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6007.                             </typeDescription>
  6008.                             <typeDescription>
  6009.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.CSUBJPASS</name>
  6010.                                 <description/>
  6011.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6012.                             </typeDescription>
  6013.                             <typeDescription>
  6014.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.DEP</name>
  6015.                                 <description/>
  6016.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6017.                             </typeDescription>
  6018.                             <typeDescription>
  6019.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.DET</name>
  6020.                                 <description/>
  6021.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6022.                             </typeDescription>
  6023.                             <typeDescription>
  6024.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.DOBJ</name>
  6025.                                 <description/>
  6026.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6027.                             </typeDescription>
  6028.                             <typeDescription>
  6029.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</name>
  6030.                                 <description>A dependency relation between two tokens. The dependency annotation begin and end offsets correspond to those of the dependent.</description>
  6031.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  6032.                                 <features>
  6033.                                     <featureDescription>
  6034.                                         <name>Governor</name>
  6035.                                         <description>The governor word</description>
  6036.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</rangeTypeName>
  6037.                                     </featureDescription>
  6038.                                     <featureDescription>
  6039.                                         <name>Dependent</name>
  6040.                                         <description>The dependent word</description>
  6041.                                         <rangeTypeName>de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Token</rangeTypeName>
  6042.                                     </featureDescription>
  6043.                                     <featureDescription>
  6044.                                         <name>DependencyType</name>
  6045.                                         <description>The dependency type</description>
  6046.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  6047.                                     </featureDescription>
  6048.                                     <featureDescription>
  6049.                                         <name>flavor</name>
  6050.                                         <description>Flavor of the dependency relation (basic, collapsed, enhanced, etc...)</description>
  6051.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  6052.                                     </featureDescription>
  6053.                                 </features>
  6054.                             </typeDescription>
  6055.                             <typeDescription>
  6056.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.EXPL</name>
  6057.                                 <description/>
  6058.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6059.                             </typeDescription>
  6060.                             <typeDescription>
  6061.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.INFMOD</name>
  6062.                                 <description/>
  6063.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6064.                             </typeDescription>
  6065.                             <typeDescription>
  6066.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.IOBJ</name>
  6067.                                 <description/>
  6068.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6069.                             </typeDescription>
  6070.                             <typeDescription>
  6071.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.MARK</name>
  6072.                                 <description/>
  6073.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6074.                             </typeDescription>
  6075.                             <typeDescription>
  6076.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.MEASURE</name>
  6077.                                 <description/>
  6078.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6079.                             </typeDescription>
  6080.                             <typeDescription>
  6081.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.MWE</name>
  6082.                                 <description/>
  6083.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6084.                             </typeDescription>
  6085.                             <typeDescription>
  6086.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NEG</name>
  6087.                                 <description/>
  6088.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6089.                             </typeDescription>
  6090.                             <typeDescription>
  6091.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NN</name>
  6092.                                 <description/>
  6093.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6094.                             </typeDescription>
  6095.                             <typeDescription>
  6096.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NPADVMOD</name>
  6097.                                 <description/>
  6098.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6099.                             </typeDescription>
  6100.                             <typeDescription>
  6101.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NSUBJ</name>
  6102.                                 <description/>
  6103.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6104.                             </typeDescription>
  6105.                             <typeDescription>
  6106.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NSUBJPASS</name>
  6107.                                 <description/>
  6108.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6109.                             </typeDescription>
  6110.                             <typeDescription>
  6111.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NUM</name>
  6112.                                 <description/>
  6113.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6114.                             </typeDescription>
  6115.                             <typeDescription>
  6116.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NUMBER</name>
  6117.                                 <description/>
  6118.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6119.                             </typeDescription>
  6120.                             <typeDescription>
  6121.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PARATAXIS</name>
  6122.                                 <description/>
  6123.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6124.                             </typeDescription>
  6125.                             <typeDescription>
  6126.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PARTMOD</name>
  6127.                                 <description/>
  6128.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6129.                             </typeDescription>
  6130.                             <typeDescription>
  6131.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PCOMP</name>
  6132.                                 <description/>
  6133.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6134.                             </typeDescription>
  6135.                             <typeDescription>
  6136.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.POBJ</name>
  6137.                                 <description/>
  6138.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6139.                             </typeDescription>
  6140.                             <typeDescription>
  6141.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.POSS</name>
  6142.                                 <description/>
  6143.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6144.                             </typeDescription>
  6145.                             <typeDescription>
  6146.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.POSSESSIVE</name>
  6147.                                 <description/>
  6148.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6149.                             </typeDescription>
  6150.                             <typeDescription>
  6151.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PRECONJ</name>
  6152.                                 <description/>
  6153.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6154.                             </typeDescription>
  6155.                             <typeDescription>
  6156.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PRED</name>
  6157.                                 <description/>
  6158.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6159.                             </typeDescription>
  6160.                             <typeDescription>
  6161.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PREDET</name>
  6162.                                 <description/>
  6163.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6164.                             </typeDescription>
  6165.                             <typeDescription>
  6166.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PREP</name>
  6167.                                 <description/>
  6168.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6169.                             </typeDescription>
  6170.                             <typeDescription>
  6171.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PREPC</name>
  6172.                                 <description/>
  6173.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6174.                             </typeDescription>
  6175.                             <typeDescription>
  6176.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PRT</name>
  6177.                                 <description/>
  6178.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6179.                             </typeDescription>
  6180.                             <typeDescription>
  6181.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PUNCT</name>
  6182.                                 <description/>
  6183.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6184.                             </typeDescription>
  6185.                             <typeDescription>
  6186.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.PURPCL</name>
  6187.                                 <description/>
  6188.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6189.                             </typeDescription>
  6190.                             <typeDescription>
  6191.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.QUANTMOD</name>
  6192.                                 <description/>
  6193.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6194.                             </typeDescription>
  6195.                             <typeDescription>
  6196.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.RCMOD</name>
  6197.                                 <description/>
  6198.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6199.                             </typeDescription>
  6200.                             <typeDescription>
  6201.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.REF</name>
  6202.                                 <description/>
  6203.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6204.                             </typeDescription>
  6205.                             <typeDescription>
  6206.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.REL</name>
  6207.                                 <description/>
  6208.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6209.                             </typeDescription>
  6210.                             <typeDescription>
  6211.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.ROOT</name>
  6212.                                 <description>Dependency tree root.</description>
  6213.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6214.                             </typeDescription>
  6215.                             <typeDescription>
  6216.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.TMOD</name>
  6217.                                 <description/>
  6218.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6219.                             </typeDescription>
  6220.                             <typeDescription>
  6221.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.XCOMP</name>
  6222.                                 <description/>
  6223.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6224.                             </typeDescription>
  6225.                             <typeDescription>
  6226.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.XSUBJ</name>
  6227.                                 <description/>
  6228.                                 <supertypeName>de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.Dependency</supertypeName>
  6229.                             </typeDescription>
  6230.                             <typeDescription>
  6231.                                 <name>de.tudarmstadt.ukp.dkpro.core.api.transform.type.SofaChangeAnnotation</name>
  6232.                                 <description>Encodes an edit operation that can be interpreted by the ApplyChangesAnnotator.</description>
  6233.                                 <supertypeName>uima.tcas.Annotation</supertypeName>
  6234.                                 <features>
  6235.                                     <featureDescription>
  6236.                                         <name>value</name>
  6237.                                         <description>In case of an "insert" or "replace" operation, this feature indicates the value to be inserted or replaced.</description>
  6238.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  6239.                                     </featureDescription>
  6240.                                     <featureDescription>
  6241.                                         <name>operation</name>
  6242.                                         <description>Operation to perform: "insert", "replace", "delete"</description>
  6243.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  6244.                                     </featureDescription>
  6245.                                     <featureDescription>
  6246.                                         <name>reason</name>
  6247.                                         <description>The reason for the change.</description>
  6248.                                         <rangeTypeName>uima.cas.String</rangeTypeName>
  6249.                                     </featureDescription>
  6250.                                 </features>
  6251.                             </typeDescription>
  6252.                         </types>
  6253.                     </typeSystemDescription>
  6254.                     <typePriorities/>
  6255.                     <fsIndexCollection/>
  6256.                     <capabilities/>
  6257.                     <operationalProperties>
  6258.                         <modifiesCas>true</modifiesCas>
  6259.                         <multipleDeploymentAllowed>false</multipleDeploymentAllowed>
  6260.                         <outputsNewCASes>false</outputsNewCASes>
  6261.                     </operationalProperties>
  6262.                 </analysisEngineMetaData>
  6263.             </analysisEngineDescription>
  6264.         </delegateAnalysisEngine>
  6265.     </delegateAnalysisEngineSpecifiers>
  6266.     <analysisEngineMetaData>
  6267.         <name/>
  6268.         <configurationParameters/>
  6269.         <configurationParameterSettings/>
  6270.         <flowConstraints>
  6271.             <fixedFlow>
  6272.                 <node>CoreNLP Segmenter (old API)</node>
  6273.                 <node>CoreNLP Named Entity Recogizer (old API)</node>
  6274.                 <node>CoreNLP Parser (old API)</node>
  6275.                 <node>de.tudarmstadt.ukp.dkpro.examples.stanfordcorecomponents.NPNEWriter</node>
  6276.             </fixedFlow>
  6277.         </flowConstraints>
  6278.         <capabilities/>
  6279.         <operationalProperties>
  6280.             <modifiesCas>true</modifiesCas>
  6281.             <multipleDeploymentAllowed>false</multipleDeploymentAllowed>
  6282.             <outputsNewCASes>false</outputsNewCASes>
  6283.         </operationalProperties>
  6284.     </analysisEngineMetaData>
  6285.     <sofaMappings>
  6286.         <sofaMapping>
  6287.             <componentKey>CoreNLP Segmenter (old API)</componentKey>
  6288.             <componentSofaName>_InitialView</componentSofaName>
  6289.             <aggregateSofaName>TargetView</aggregateSofaName>
  6290.         </sofaMapping>
  6291.         <sofaMapping>
  6292.             <componentKey>CoreNLP Named Entity Recogizer (old API)</componentKey>
  6293.             <componentSofaName>_InitialView</componentSofaName>
  6294.             <aggregateSofaName>TargetView</aggregateSofaName>
  6295.         </sofaMapping>
  6296.         <sofaMapping>
  6297.             <componentKey>CoreNLP Parser (old API)</componentKey>
  6298.             <componentSofaName>_InitialView</componentSofaName>
  6299.             <aggregateSofaName>TargetView</aggregateSofaName>
  6300.         </sofaMapping>
  6301.         <sofaMapping>
  6302.             <componentKey>de.tudarmstadt.ukp.dkpro.examples.stanfordcorecomponents.NPNEWriter</componentKey>
  6303.             <componentSofaName>_InitialView</componentSofaName>
  6304.             <aggregateSofaName>TargetView</aggregateSofaName>
  6305.         </sofaMapping>
  6306.     </sofaMappings>
  6307. </analysisEngineDescription>
Advertisement
Add Comment
Please, Sign In to add comment