blob: 5f81119fa7fcc82d0d8ad3e28e273e99cf8556fd (
plain)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
|
QA output created by 240
-- null --
Compiled PMNS contains
1 hash table entries
0 leaf nodes
1 non-leaf nodes
5 bytes of symbol table
root {
}
PMNS appears to be empty!
-- r1 --
boo PMID: 1.2.3
eek.stumble PMID: 1.2.4
foo.bar.mumble PMID: 1.2.2
foo.fumble PMID: 1.2.1
-- r5 --
eek.eek_ PMID: 2.2.3
foo.bar.foobar_ PMID: 2.2.2
foo.bar.xtra.x1_ PMID: 2.4.1
foo.bar.xtra.x2_ PMID: 2.4.2
foo.foo_ PMID: 2.2.1
root_ PMID: 2.2.0
surprise.s1_ PMID: 2.3.1
surprise.s2_ PMID: 2.3.2
-- null + r1 --
Compiled PMNS contains
1 hash table entries
4 leaf nodes
4 non-leaf nodes
43 bytes of symbol table
root {
boo 1:2:3
foo
eek
}
foo {
fumble 1:2:1
bar
}
foo.bar {
mumble 1:2:2
}
eek {
stumble 1:2:4
}
boo PMID: 1.2.3
eek.stumble PMID: 1.2.4
foo.bar.mumble PMID: 1.2.2
foo.fumble PMID: 1.2.1
-- null + r1 + r5 --
Compiled PMNS contains
7 hash table entries
12 leaf nodes
6 non-leaf nodes
97 bytes of symbol table
root {
boo 1:2:3
foo
eek
root_ 2:2:0
surprise
}
foo {
fumble 1:2:1
bar
foo_ 2:2:1
}
foo.bar {
mumble 1:2:2
foobar_ 2:2:2
xtra
}
foo.bar.xtra {
x1_ 2:4:1
x2_ 2:4:2
}
eek {
stumble 1:2:4
eek_ 2:2:3
}
surprise {
s1_ 2:3:1
s2_ 2:3:2
}
boo PMID: 1.2.3
eek.eek_ PMID: 2.2.3
eek.stumble PMID: 1.2.4
foo.bar.foobar_ PMID: 2.2.2
foo.bar.mumble PMID: 1.2.2
foo.bar.xtra.x1_ PMID: 2.4.1
foo.bar.xtra.x2_ PMID: 2.4.2
foo.foo_ PMID: 2.2.1
foo.fumble PMID: 1.2.1
root_ PMID: 2.2.0
surprise.s1_ PMID: 2.3.1
surprise.s2_ PMID: 2.3.2
-- r1 + r5 --
Compiled PMNS contains
7 hash table entries
12 leaf nodes
6 non-leaf nodes
97 bytes of symbol table
root {
foo
boo 1:2:3
eek
root_ 2:2:0
surprise
}
foo {
fumble 1:2:1
bar
foo_ 2:2:1
}
foo.bar {
mumble 1:2:2
foobar_ 2:2:2
xtra
}
foo.bar.xtra {
x1_ 2:4:1
x2_ 2:4:2
}
eek {
stumble 1:2:4
eek_ 2:2:3
}
surprise {
s1_ 2:3:1
s2_ 2:3:2
}
boo PMID: 1.2.3
eek.eek_ PMID: 2.2.3
eek.stumble PMID: 1.2.4
foo.bar.foobar_ PMID: 2.2.2
foo.bar.mumble PMID: 1.2.2
foo.bar.xtra.x1_ PMID: 2.4.1
foo.bar.xtra.x2_ PMID: 2.4.2
foo.foo_ PMID: 2.2.1
foo.fumble PMID: 1.2.1
root_ PMID: 2.2.0
surprise.s1_ PMID: 2.3.1
surprise.s2_ PMID: 2.3.2
|