-
Notifications
You must be signed in to change notification settings - Fork 1
/
stats.xml
57 lines (57 loc) · 2.45 KB
/
stats.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<treebank>
<!-- tokens means "surface tokens", e.g. Spanish "vámonos" counts as one token
words means "syntactic words", e.g. Spanish "vámonos" is split to two words, "vamos" and "nos"
fused is the number of tokens that are split to two or more syntactic words
The words and fused elements can be omitted if no token is split to smaller syntactic words. -->
<size>
<total><sentences>20</sentences><tokens>158</tokens><words>158</words><fused>0</fused></total>
<train><sentences>0</sentences><tokens>0</tokens><words>0</words><fused>0</fused></train>
<dev><sentences>0</sentences><tokens>0</tokens><words>0</words><fused>0</fused></dev>
<test><sentences>20</sentences><tokens>158</tokens><words>158</words><fused>0</fused></test>
</size>
<lemmas unique="0" /><!-- -->
<forms unique="75" /><!-- :, 𐰓𐰃, 𐰴𐰀, 𐰃, 𐰏, 𐰀𐰼, 𐰢𐰃𐱀, 𐰼, 𐰾𐰇𐰇𐰭𐱀, 𐰃𐰲𐰚, 𐰆𐰍𐰔, 𐰇𐰇𐰲, 𐰉𐰃𐰬, 𐰋𐰀𐱀, 𐰋𐰃𐰼 -->
<fusions unique="0" /><!-- -->
<!-- Statistics of universal POS tags. The comments show the most frequent lemmas. -->
<tags unique="13">
<tag name="ADJ">1</tag><!-- _ -->
<tag name="ADP">12</tag><!-- _ -->
<tag name="ADV">1</tag><!-- _ -->
<tag name="AUX">24</tag><!-- _ -->
<tag name="CCONJ">1</tag><!-- _ -->
<tag name="DET">7</tag><!-- _ -->
<tag name="NOUN">16</tag><!-- _ -->
<tag name="NUM">21</tag><!-- _ -->
<tag name="PRON">1</tag><!-- _ -->
<tag name="PROPN">7</tag><!-- _ -->
<tag name="PUNCT">47</tag><!-- _ -->
<tag name="SCONJ">1</tag><!-- _ -->
<tag name="VERB">19</tag><!-- _ -->
</tags>
<!-- Statistics of features and values. The comments show the most frequent word forms. -->
<feats unique="0">
</feats>
<!-- Statistics of universal dependency relations. -->
<deps unique="19">
<dep name="advcl">1</dep>
<dep name="advmod">1</dep>
<dep name="amod">1</dep>
<dep name="aux">22</dep>
<dep name="case">12</dep>
<dep name="cc">1</dep>
<dep name="ccomp">3</dep>
<dep name="compound">6</dep>
<dep name="conj">3</dep>
<dep name="cop">4</dep>
<dep name="det">5</dep>
<dep name="mark">1</dep>
<dep name="nmod">1</dep>
<dep name="nsubj">5</dep>
<dep name="nummod">9</dep>
<dep name="obj">5</dep>
<dep name="obl">11</dep>
<dep name="punct">47</dep>
<dep name="root">20</dep>
</deps>
</treebank>