stam-tools 0.15.3

Command-line tools for working with stand-off annotations on text (STAM)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<text language="en" author="proycon">
    <p xml:id="par1">
        <s xml:id="sen1">This is a sentence.</s>
        <s>This is the second&nbsp;sentence.</s>
    </p>
    <p>
        <strong>This</strong> is    the <em>second</em> paragraph.
    </p>
    <p><![CDATA[This    third
paragraph consists
of CDATA.]]></p>
</text>