73 lines
4.1 KiB
XML
73 lines
4.1 KiB
XML
<svg width="680" height="320" xmlns="http://www.w3.org/2000/svg">
|
|
<text x="340" y="22" fill="#333" font-size="14" font-weight="bold" text-anchor="middle">Constituency (Parse) Tree: "the cat sat on the mat"</text>
|
|
|
|
<!-- S -->
|
|
<circle cx="340" cy="55" r="18" fill="#e74c3c" opacity="0.15" stroke="#e74c3c" stroke-width="2"/>
|
|
<text x="340" y="60" fill="#e74c3c" font-size="13" text-anchor="middle" font-weight="bold">S</text>
|
|
|
|
<!-- S → NP, VP -->
|
|
<line x1="326" y1="70" x2="170" y2="105" stroke="#555" stroke-width="1.5"/>
|
|
<line x1="354" y1="70" x2="460" y2="105" stroke="#555" stroke-width="1.5"/>
|
|
|
|
<!-- NP (left) -->
|
|
<circle cx="170" cy="115" r="18" fill="#3498db" opacity="0.15" stroke="#3498db" stroke-width="2"/>
|
|
<text x="170" y="120" fill="#3498db" font-size="12" text-anchor="middle" font-weight="bold">NP</text>
|
|
|
|
<!-- NP → Det, N -->
|
|
<line x1="158" y1="130" x2="110" y2="165" stroke="#555" stroke-width="1.5"/>
|
|
<line x1="182" y1="130" x2="230" y2="165" stroke="#555" stroke-width="1.5"/>
|
|
|
|
<!-- Det: "the" -->
|
|
<circle cx="110" cy="175" r="16" fill="#f39c12" opacity="0.15" stroke="#f39c12" stroke-width="1.5"/>
|
|
<text x="110" y="180" fill="#f39c12" font-size="11" text-anchor="middle">Det</text>
|
|
<line x1="110" y1="191" x2="110" y2="220" stroke="#555" stroke-width="1"/>
|
|
<text x="110" y="238" fill="#333" font-size="13" text-anchor="middle" font-weight="bold">the</text>
|
|
|
|
<!-- N: "cat" -->
|
|
<circle cx="230" cy="175" r="16" fill="#f39c12" opacity="0.15" stroke="#f39c12" stroke-width="1.5"/>
|
|
<text x="230" y="180" fill="#f39c12" font-size="11" text-anchor="middle">N</text>
|
|
<line x1="230" y1="191" x2="230" y2="220" stroke="#555" stroke-width="1"/>
|
|
<text x="230" y="238" fill="#333" font-size="13" text-anchor="middle" font-weight="bold">cat</text>
|
|
|
|
<!-- VP -->
|
|
<circle cx="460" cy="115" r="18" fill="#27ae60" opacity="0.15" stroke="#27ae60" stroke-width="2"/>
|
|
<text x="460" y="120" fill="#27ae60" font-size="12" text-anchor="middle" font-weight="bold">VP</text>
|
|
|
|
<!-- VP → V, PP -->
|
|
<line x1="448" y1="130" x2="380" y2="165" stroke="#555" stroke-width="1.5"/>
|
|
<line x1="472" y1="130" x2="540" y2="165" stroke="#555" stroke-width="1.5"/>
|
|
|
|
<!-- V: "sat" -->
|
|
<circle cx="380" cy="175" r="16" fill="#f39c12" opacity="0.15" stroke="#f39c12" stroke-width="1.5"/>
|
|
<text x="380" y="180" fill="#f39c12" font-size="11" text-anchor="middle">V</text>
|
|
<line x1="380" y1="191" x2="380" y2="220" stroke="#555" stroke-width="1"/>
|
|
<text x="380" y="238" fill="#333" font-size="13" text-anchor="middle" font-weight="bold">sat</text>
|
|
|
|
<!-- PP -->
|
|
<circle cx="540" cy="175" r="18" fill="#9b59b6" opacity="0.15" stroke="#9b59b6" stroke-width="2"/>
|
|
<text x="540" y="180" fill="#9b59b6" font-size="12" text-anchor="middle" font-weight="bold">PP</text>
|
|
|
|
<!-- PP → P, NP -->
|
|
<line x1="528" y1="190" x2="480" y2="225" stroke="#555" stroke-width="1.5"/>
|
|
<line x1="552" y1="190" x2="600" y2="225" stroke="#555" stroke-width="1.5"/>
|
|
|
|
<!-- P: "on" -->
|
|
<circle cx="480" cy="235" r="14" fill="#f39c12" opacity="0.15" stroke="#f39c12" stroke-width="1.5"/>
|
|
<text x="480" y="240" fill="#f39c12" font-size="10" text-anchor="middle">P</text>
|
|
<line x1="480" y1="249" x2="480" y2="270" stroke="#555" stroke-width="1"/>
|
|
<text x="480" y="288" fill="#333" font-size="13" text-anchor="middle" font-weight="bold">on</text>
|
|
|
|
<!-- NP (right) -->
|
|
<circle cx="600" cy="235" r="16" fill="#3498db" opacity="0.15" stroke="#3498db" stroke-width="1.5"/>
|
|
<text x="600" y="240" fill="#3498db" font-size="11" text-anchor="middle" font-weight="bold">NP</text>
|
|
|
|
<!-- NP → Det, N (right) -->
|
|
<line x1="590" y1="249" x2="560" y2="270" stroke="#555" stroke-width="1"/>
|
|
<line x1="610" y1="249" x2="640" y2="270" stroke="#555" stroke-width="1"/>
|
|
|
|
<text x="560" y="288" fill="#333" font-size="13" text-anchor="middle" font-weight="bold">the</text>
|
|
<text x="640" y="288" fill="#333" font-size="13" text-anchor="middle" font-weight="bold">mat</text>
|
|
|
|
<!-- Legend -->
|
|
<text x="340" y="313" fill="#666" font-size="10" text-anchor="middle">Each internal node is a phrase type; each leaf is a word. Phrases nest inside phrases.</text>
|
|
</svg> |