<templates xmlns:html='http://www.w3.org/1999/xhtml'>
 <template title='parenting (min =, max =)'>
  Local configurational features with anywhere between <html:b>min</html:b> and <html:b>max</html:b> (grand)parents.
  Example: (grandparent,parent:lhs:rhs)
 </template>
 <template title='balance'>
  For binary nodes only, adds binned metrics for: height of the subtree on the left, height of the subtree on the right, and difference in height between the subtrees on the left and right.  Versions annotated with parent only and also with parent + 1 GP.
 </template>
 <template title='fragments'>
  For binary nodes only, adds features (parent:lhs) and (parent:rhs).
 </template>
 <template title='surface ngrams (min =, max =)'>
  Finds the string of letypes (augmented with _ and ^ start/stop markers), and then outputs ngrams on that string with n between <html:b>min</html:b> and <html:b>max</html:b>.
 </template>
 <template title='leaf projection ngrams'>
  For each lexeme, finds the string of parent-names to root (augmented with _ and ^ start/stop markers), and then outputs ngrams on that string with n between <html:b>min</html:b> and <html:b>max</html:b>.
  These ngrams are additionally "lexicalized" with the letype of the lexeme.
 </template>
 <template title='punctuation'>
  Adds a (virtual) feature for the sentence-final punctuation mark (which does nothing for discrimination),
  	and adds (real) conjunction features with that and every other pre-existing feature.
 </template>
</templates>
