simple_bioc 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +13 -0
- data/html/BioCMerger.html +748 -0
- data/html/BioCReader.html +138 -146
- data/html/BioCWriter.html +84 -131
- data/html/README_md.html +79 -100
- data/html/SimpleBioC/Annotation.html +70 -113
- data/html/SimpleBioC/Collection.html +70 -113
- data/html/SimpleBioC/Document.html +76 -119
- data/html/SimpleBioC/Location.html +70 -113
- data/html/SimpleBioC/Node.html +72 -115
- data/html/SimpleBioC/NodeBase.html +63 -108
- data/html/SimpleBioC/Passage.html +74 -117
- data/html/SimpleBioC/Relation.html +85 -115
- data/html/SimpleBioC/Sentence.html +74 -117
- data/html/SimpleBioC.html +221 -129
- data/html/created.rid +16 -15
- data/html/css/fonts.css +167 -0
- data/html/css/rdoc.css +590 -0
- data/html/fonts/Lato-Light.ttf +0 -0
- data/html/fonts/Lato-LightItalic.ttf +0 -0
- data/html/fonts/Lato-Regular.ttf +0 -0
- data/html/fonts/Lato-RegularItalic.ttf +0 -0
- data/html/fonts/SourceCodePro-Bold.ttf +0 -0
- data/html/fonts/SourceCodePro-Regular.ttf +0 -0
- data/html/index.html +71 -53
- data/html/js/darkfish.js +32 -26
- data/html/js/jquery.js +4 -18
- data/html/js/navigation.js.gz +0 -0
- data/html/js/search.js +20 -5
- data/html/js/search_index.js +1 -1
- data/html/js/search_index.js.gz +0 -0
- data/html/js/searcher.js.gz +0 -0
- data/html/table_of_contents.html +379 -136
- data/lib/simple_bioc/bioc_merger.rb +209 -0
- data/lib/simple_bioc/relation.rb +1 -1
- data/lib/simple_bioc/version.rb +1 -1
- data/lib/simple_bioc.rb +8 -4
- data/spec/file_check_spec.rb +14 -1
- data/xml/PMC2133144.xml +3 -0
- data/xml/merge/9864355.xml +1 -0
- data/xml/merge/9864355_1.xml +1 -0
- data/xml/merge/9864355_2.xml +1974 -0
- data/xml/merge/9864355_3.xml +1 -0
- data/xml/merge/output.xml +6742 -0
- metadata +21 -2
data/html/table_of_contents.html
CHANGED
|
@@ -2,40 +2,38 @@
|
|
|
2
2
|
|
|
3
3
|
<html>
|
|
4
4
|
<head>
|
|
5
|
-
<meta
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
7
|
<title>Table of Contents - RDoc Documentation</title>
|
|
8
8
|
|
|
9
|
-
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
|
10
|
-
|
|
11
9
|
<script type="text/javascript">
|
|
12
10
|
var rdoc_rel_prefix = "./";
|
|
13
11
|
</script>
|
|
14
12
|
|
|
15
|
-
<script
|
|
16
|
-
<script
|
|
17
|
-
|
|
18
|
-
<
|
|
19
|
-
<
|
|
20
|
-
|
|
13
|
+
<script src="./js/jquery.js"></script>
|
|
14
|
+
<script src="./js/darkfish.js"></script>
|
|
15
|
+
|
|
16
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
|
17
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
|
18
|
+
|
|
21
19
|
|
|
22
20
|
|
|
23
|
-
<body class="
|
|
24
|
-
<
|
|
21
|
+
<body id="top" class="table-of-contents">
|
|
22
|
+
<main role="main">
|
|
23
|
+
<h1 class="class">Table of Contents - RDoc Documentation</h1>
|
|
25
24
|
|
|
26
|
-
<h2>Pages</h2>
|
|
25
|
+
<h2 id="pages">Pages</h2>
|
|
27
26
|
<ul>
|
|
28
27
|
<li class="file">
|
|
29
28
|
<a href="README_md.html">README</a>
|
|
30
29
|
|
|
31
|
-
<
|
|
32
|
-
<ul class="initially-hidden">
|
|
30
|
+
<ul>
|
|
33
31
|
<li><a href="README_md.html#label-SimpleBioC">SimpleBioC</a>
|
|
34
|
-
<li><a href="README_md.html#label-Feature
|
|
32
|
+
<li><a href="README_md.html#label-Feature-3A">Feature:</a>
|
|
35
33
|
<li><a href="README_md.html#label-Installation">Installation</a>
|
|
36
34
|
<li><a href="README_md.html#label-Simple+Usages">Simple Usages</a>
|
|
37
35
|
<li><a href="README_md.html#label-Options">Options</a>
|
|
38
|
-
<li><a href="README_md.html#label-Specify+set+of
|
|
36
|
+
<li><a href="README_md.html#label-Specify+set+of+-3Cdocument-3Es+to+parse">Specify set of <document>s to parse</a>
|
|
39
37
|
<li><a href="README_md.html#label-No+whitespace+in+output">No whitespace in output</a>
|
|
40
38
|
<li><a href="README_md.html#label-Sample">Sample</a>
|
|
41
39
|
<li><a href="README_md.html#label-Contributing">Contributing</a>
|
|
@@ -45,158 +43,403 @@
|
|
|
45
43
|
|
|
46
44
|
</ul>
|
|
47
45
|
|
|
48
|
-
<h2 id="classes">Classes
|
|
46
|
+
<h2 id="classes">Classes and Modules</h2>
|
|
49
47
|
<ul>
|
|
48
|
+
<li class="module">
|
|
49
|
+
<a href="BioCMerger.html">BioCMerger</a>
|
|
50
|
+
</li>
|
|
50
51
|
<li class="module">
|
|
51
52
|
<a href="BioCReader.html">BioCReader</a>
|
|
52
53
|
</li>
|
|
53
|
-
|
|
54
|
+
<li class="module">
|
|
54
55
|
<a href="BioCWriter.html">BioCWriter</a>
|
|
55
56
|
</li>
|
|
56
|
-
|
|
57
|
+
<li class="module">
|
|
57
58
|
<a href="SimpleBioC.html">SimpleBioC</a>
|
|
58
59
|
</li>
|
|
59
|
-
|
|
60
|
+
<li class="class">
|
|
60
61
|
<a href="SimpleBioC/Annotation.html">SimpleBioC::Annotation</a>
|
|
61
62
|
</li>
|
|
62
|
-
|
|
63
|
+
<li class="class">
|
|
63
64
|
<a href="SimpleBioC/Collection.html">SimpleBioC::Collection</a>
|
|
64
65
|
</li>
|
|
65
|
-
|
|
66
|
+
<li class="class">
|
|
66
67
|
<a href="SimpleBioC/Document.html">SimpleBioC::Document</a>
|
|
67
68
|
</li>
|
|
68
|
-
|
|
69
|
+
<li class="class">
|
|
69
70
|
<a href="SimpleBioC/Location.html">SimpleBioC::Location</a>
|
|
70
71
|
</li>
|
|
71
|
-
|
|
72
|
+
<li class="class">
|
|
72
73
|
<a href="SimpleBioC/Node.html">SimpleBioC::Node</a>
|
|
73
74
|
</li>
|
|
74
|
-
|
|
75
|
+
<li class="class">
|
|
75
76
|
<a href="SimpleBioC/NodeBase.html">SimpleBioC::NodeBase</a>
|
|
76
77
|
</li>
|
|
77
|
-
|
|
78
|
+
<li class="class">
|
|
78
79
|
<a href="SimpleBioC/Passage.html">SimpleBioC::Passage</a>
|
|
79
80
|
</li>
|
|
80
|
-
|
|
81
|
+
<li class="class">
|
|
81
82
|
<a href="SimpleBioC/Relation.html">SimpleBioC::Relation</a>
|
|
82
83
|
</li>
|
|
83
|
-
|
|
84
|
+
<li class="class">
|
|
84
85
|
<a href="SimpleBioC/Sentence.html">SimpleBioC::Sentence</a>
|
|
85
86
|
</li>
|
|
86
|
-
|
|
87
87
|
</ul>
|
|
88
88
|
|
|
89
89
|
<h2 id="methods">Methods</h2>
|
|
90
90
|
<ul>
|
|
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
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
<
|
|
169
|
-
|
|
170
|
-
<
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
<
|
|
179
|
-
|
|
180
|
-
<
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
<
|
|
189
|
-
|
|
190
|
-
<
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
91
|
+
|
|
92
|
+
<li class="method">
|
|
93
|
+
<a href="SimpleBioC/Annotation.html#method-c-new">::new</a>
|
|
94
|
+
—
|
|
95
|
+
<span class="container">SimpleBioC::Annotation</span>
|
|
96
|
+
|
|
97
|
+
<li class="method">
|
|
98
|
+
<a href="SimpleBioC/Sentence.html#method-c-new">::new</a>
|
|
99
|
+
—
|
|
100
|
+
<span class="container">SimpleBioC::Sentence</span>
|
|
101
|
+
|
|
102
|
+
<li class="method">
|
|
103
|
+
<a href="SimpleBioC/Collection.html#method-c-new">::new</a>
|
|
104
|
+
—
|
|
105
|
+
<span class="container">SimpleBioC::Collection</span>
|
|
106
|
+
|
|
107
|
+
<li class="method">
|
|
108
|
+
<a href="SimpleBioC/Relation.html#method-c-new">::new</a>
|
|
109
|
+
—
|
|
110
|
+
<span class="container">SimpleBioC::Relation</span>
|
|
111
|
+
|
|
112
|
+
<li class="method">
|
|
113
|
+
<a href="SimpleBioC/Document.html#method-c-new">::new</a>
|
|
114
|
+
—
|
|
115
|
+
<span class="container">SimpleBioC::Document</span>
|
|
116
|
+
|
|
117
|
+
<li class="method">
|
|
118
|
+
<a href="SimpleBioC/Location.html#method-c-new">::new</a>
|
|
119
|
+
—
|
|
120
|
+
<span class="container">SimpleBioC::Location</span>
|
|
121
|
+
|
|
122
|
+
<li class="method">
|
|
123
|
+
<a href="SimpleBioC/NodeBase.html#method-c-new">::new</a>
|
|
124
|
+
—
|
|
125
|
+
<span class="container">SimpleBioC::NodeBase</span>
|
|
126
|
+
|
|
127
|
+
<li class="method">
|
|
128
|
+
<a href="SimpleBioC/Node.html#method-c-new">::new</a>
|
|
129
|
+
—
|
|
130
|
+
<span class="container">SimpleBioC::Node</span>
|
|
131
|
+
|
|
132
|
+
<li class="method">
|
|
133
|
+
<a href="SimpleBioC/Passage.html#method-c-new">::new</a>
|
|
134
|
+
—
|
|
135
|
+
<span class="container">SimpleBioC::Passage</span>
|
|
136
|
+
|
|
137
|
+
<li class="method">
|
|
138
|
+
<a href="BioCMerger.html#method-i-adjust_annotation_offset">#adjust_annotation_offset</a>
|
|
139
|
+
—
|
|
140
|
+
<span class="container">BioCMerger</span>
|
|
141
|
+
|
|
142
|
+
<li class="method">
|
|
143
|
+
<a href="SimpleBioC/Relation.html#method-i-adjust_ref">#adjust_ref</a>
|
|
144
|
+
—
|
|
145
|
+
<span class="container">SimpleBioC::Relation</span>
|
|
146
|
+
|
|
147
|
+
<li class="method">
|
|
148
|
+
<a href="SimpleBioC/Node.html#method-i-adjust_ref">#adjust_ref</a>
|
|
149
|
+
—
|
|
150
|
+
<span class="container">SimpleBioC::Node</span>
|
|
151
|
+
|
|
152
|
+
<li class="method">
|
|
153
|
+
<a href="SimpleBioC/Document.html#method-i-adjust_ref">#adjust_ref</a>
|
|
154
|
+
—
|
|
155
|
+
<span class="container">SimpleBioC::Document</span>
|
|
156
|
+
|
|
157
|
+
<li class="method">
|
|
158
|
+
<a href="BioCMerger.html#method-i-adjust_relation_refid">#adjust_relation_refid</a>
|
|
159
|
+
—
|
|
160
|
+
<span class="container">BioCMerger</span>
|
|
161
|
+
|
|
162
|
+
<li class="method">
|
|
163
|
+
<a href="BioCMerger.html#method-i-adjust_relation_refids">#adjust_relation_refids</a>
|
|
164
|
+
—
|
|
165
|
+
<span class="container">BioCMerger</span>
|
|
166
|
+
|
|
167
|
+
<li class="method">
|
|
168
|
+
<a href="BioCMerger.html#method-i-blank-3F">#blank?</a>
|
|
169
|
+
—
|
|
170
|
+
<span class="container">BioCMerger</span>
|
|
171
|
+
|
|
172
|
+
<li class="method">
|
|
173
|
+
<a href="BioCMerger.html#method-i-choose_id">#choose_id</a>
|
|
174
|
+
—
|
|
175
|
+
<span class="container">BioCMerger</span>
|
|
176
|
+
|
|
177
|
+
<li class="method">
|
|
178
|
+
<a href="BioCMerger.html#method-i-choose_offset_candidate">#choose_offset_candidate</a>
|
|
179
|
+
—
|
|
180
|
+
<span class="container">BioCMerger</span>
|
|
181
|
+
|
|
182
|
+
<li class="method">
|
|
183
|
+
<a href="BioCMerger.html#method-i-copy_annotation">#copy_annotation</a>
|
|
184
|
+
—
|
|
185
|
+
<span class="container">BioCMerger</span>
|
|
186
|
+
|
|
187
|
+
<li class="method">
|
|
188
|
+
<a href="BioCMerger.html#method-i-copy_annotations">#copy_annotations</a>
|
|
189
|
+
—
|
|
190
|
+
<span class="container">BioCMerger</span>
|
|
191
|
+
|
|
192
|
+
<li class="method">
|
|
193
|
+
<a href="BioCMerger.html#method-i-copy_infons">#copy_infons</a>
|
|
194
|
+
—
|
|
195
|
+
<span class="container">BioCMerger</span>
|
|
196
|
+
|
|
197
|
+
<li class="method">
|
|
198
|
+
<a href="BioCMerger.html#method-i-copy_relation">#copy_relation</a>
|
|
199
|
+
—
|
|
200
|
+
<span class="container">BioCMerger</span>
|
|
201
|
+
|
|
202
|
+
<li class="method">
|
|
203
|
+
<a href="BioCMerger.html#method-i-copy_relations">#copy_relations</a>
|
|
204
|
+
—
|
|
205
|
+
<span class="container">BioCMerger</span>
|
|
206
|
+
|
|
207
|
+
<li class="method">
|
|
208
|
+
<a href="BioCMerger.html#method-i-copy_text">#copy_text</a>
|
|
209
|
+
—
|
|
210
|
+
<span class="container">BioCMerger</span>
|
|
211
|
+
|
|
212
|
+
<li class="method">
|
|
213
|
+
<a href="SimpleBioC/Passage.html#method-i-each_relation">#each_relation</a>
|
|
214
|
+
—
|
|
215
|
+
<span class="container">SimpleBioC::Passage</span>
|
|
216
|
+
|
|
217
|
+
<li class="method">
|
|
218
|
+
<a href="SimpleBioC/Sentence.html#method-i-each_relation">#each_relation</a>
|
|
219
|
+
—
|
|
220
|
+
<span class="container">SimpleBioC::Sentence</span>
|
|
221
|
+
|
|
222
|
+
<li class="method">
|
|
223
|
+
<a href="SimpleBioC/Document.html#method-i-each_relation">#each_relation</a>
|
|
224
|
+
—
|
|
225
|
+
<span class="container">SimpleBioC::Document</span>
|
|
226
|
+
|
|
227
|
+
<li class="method">
|
|
228
|
+
<a href="BioCMerger.html#method-i-find_all_locations">#find_all_locations</a>
|
|
229
|
+
—
|
|
230
|
+
<span class="container">BioCMerger</span>
|
|
231
|
+
|
|
232
|
+
<li class="method">
|
|
233
|
+
<a href="SimpleBioC/Sentence.html#method-i-find_node">#find_node</a>
|
|
234
|
+
—
|
|
235
|
+
<span class="container">SimpleBioC::Sentence</span>
|
|
236
|
+
|
|
237
|
+
<li class="method">
|
|
238
|
+
<a href="SimpleBioC/Document.html#method-i-find_node">#find_node</a>
|
|
239
|
+
—
|
|
240
|
+
<span class="container">SimpleBioC::Document</span>
|
|
241
|
+
|
|
242
|
+
<li class="method">
|
|
243
|
+
<a href="SimpleBioC/Passage.html#method-i-find_node">#find_node</a>
|
|
244
|
+
—
|
|
245
|
+
<span class="container">SimpleBioC::Passage</span>
|
|
246
|
+
|
|
247
|
+
<li class="method">
|
|
248
|
+
<a href="SimpleBioC.html#method-i-from_xml">#from_xml</a>
|
|
249
|
+
—
|
|
250
|
+
<span class="container">SimpleBioC</span>
|
|
251
|
+
|
|
252
|
+
<li class="method">
|
|
253
|
+
<a href="SimpleBioC.html#method-i-from_xml_file">#from_xml_file</a>
|
|
254
|
+
—
|
|
255
|
+
<span class="container">SimpleBioC</span>
|
|
256
|
+
|
|
257
|
+
<li class="method">
|
|
258
|
+
<a href="SimpleBioC.html#method-i-from_xml_string">#from_xml_string</a>
|
|
259
|
+
—
|
|
260
|
+
<span class="container">SimpleBioC</span>
|
|
261
|
+
|
|
262
|
+
<li class="method">
|
|
263
|
+
<a href="SimpleBioC.html#method-i-merge">#merge</a>
|
|
264
|
+
—
|
|
265
|
+
<span class="container">SimpleBioC</span>
|
|
266
|
+
|
|
267
|
+
<li class="method">
|
|
268
|
+
<a href="BioCMerger.html#method-i-merge">#merge</a>
|
|
269
|
+
—
|
|
270
|
+
<span class="container">BioCMerger</span>
|
|
271
|
+
|
|
272
|
+
<li class="method">
|
|
273
|
+
<a href="BioCReader.html#method-i-read">#read</a>
|
|
274
|
+
—
|
|
275
|
+
<span class="container">BioCReader</span>
|
|
276
|
+
|
|
277
|
+
<li class="method">
|
|
278
|
+
<a href="BioCReader.html#method-i-read_annotation">#read_annotation</a>
|
|
279
|
+
—
|
|
280
|
+
<span class="container">BioCReader</span>
|
|
281
|
+
|
|
282
|
+
<li class="method">
|
|
283
|
+
<a href="BioCReader.html#method-i-read_collection">#read_collection</a>
|
|
284
|
+
—
|
|
285
|
+
<span class="container">BioCReader</span>
|
|
286
|
+
|
|
287
|
+
<li class="method">
|
|
288
|
+
<a href="BioCReader.html#method-i-read_document">#read_document</a>
|
|
289
|
+
—
|
|
290
|
+
<span class="container">BioCReader</span>
|
|
291
|
+
|
|
292
|
+
<li class="method">
|
|
293
|
+
<a href="BioCReader.html#method-i-read_from_file_or_string">#read_from_file_or_string</a>
|
|
294
|
+
—
|
|
295
|
+
<span class="container">BioCReader</span>
|
|
296
|
+
|
|
297
|
+
<li class="method">
|
|
298
|
+
<a href="BioCReader.html#method-i-read_infon">#read_infon</a>
|
|
299
|
+
—
|
|
300
|
+
<span class="container">BioCReader</span>
|
|
301
|
+
|
|
302
|
+
<li class="method">
|
|
303
|
+
<a href="BioCReader.html#method-i-read_int">#read_int</a>
|
|
304
|
+
—
|
|
305
|
+
<span class="container">BioCReader</span>
|
|
306
|
+
|
|
307
|
+
<li class="method">
|
|
308
|
+
<a href="BioCReader.html#method-i-read_location">#read_location</a>
|
|
309
|
+
—
|
|
310
|
+
<span class="container">BioCReader</span>
|
|
311
|
+
|
|
312
|
+
<li class="method">
|
|
313
|
+
<a href="BioCReader.html#method-i-read_node">#read_node</a>
|
|
314
|
+
—
|
|
315
|
+
<span class="container">BioCReader</span>
|
|
316
|
+
|
|
317
|
+
<li class="method">
|
|
318
|
+
<a href="BioCReader.html#method-i-read_passage">#read_passage</a>
|
|
319
|
+
—
|
|
320
|
+
<span class="container">BioCReader</span>
|
|
321
|
+
|
|
322
|
+
<li class="method">
|
|
323
|
+
<a href="BioCReader.html#method-i-read_recursive">#read_recursive</a>
|
|
324
|
+
—
|
|
325
|
+
<span class="container">BioCReader</span>
|
|
326
|
+
|
|
327
|
+
<li class="method">
|
|
328
|
+
<a href="BioCReader.html#method-i-read_relation">#read_relation</a>
|
|
329
|
+
—
|
|
330
|
+
<span class="container">BioCReader</span>
|
|
331
|
+
|
|
332
|
+
<li class="method">
|
|
333
|
+
<a href="BioCReader.html#method-i-read_sentence">#read_sentence</a>
|
|
334
|
+
—
|
|
335
|
+
<span class="container">BioCReader</span>
|
|
336
|
+
|
|
337
|
+
<li class="method">
|
|
338
|
+
<a href="BioCReader.html#method-i-read_text">#read_text</a>
|
|
339
|
+
—
|
|
340
|
+
<span class="container">BioCReader</span>
|
|
341
|
+
|
|
342
|
+
<li class="method">
|
|
343
|
+
<a href="SimpleBioC/Node.html#method-i-to_c">#to_c</a>
|
|
344
|
+
—
|
|
345
|
+
<span class="container">SimpleBioC::Node</span>
|
|
346
|
+
|
|
347
|
+
<li class="method">
|
|
348
|
+
<a href="SimpleBioC/Sentence.html#method-i-to_c">#to_c</a>
|
|
349
|
+
—
|
|
350
|
+
<span class="container">SimpleBioC::Sentence</span>
|
|
351
|
+
|
|
352
|
+
<li class="method">
|
|
353
|
+
<a href="SimpleBioC/Relation.html#method-i-to_c">#to_c</a>
|
|
354
|
+
—
|
|
355
|
+
<span class="container">SimpleBioC::Relation</span>
|
|
356
|
+
|
|
357
|
+
<li class="method">
|
|
358
|
+
<a href="SimpleBioC/Collection.html#method-i-to_c">#to_c</a>
|
|
359
|
+
—
|
|
360
|
+
<span class="container">SimpleBioC::Collection</span>
|
|
361
|
+
|
|
362
|
+
<li class="method">
|
|
363
|
+
<a href="SimpleBioC/Passage.html#method-i-to_s">#to_s</a>
|
|
364
|
+
—
|
|
365
|
+
<span class="container">SimpleBioC::Passage</span>
|
|
366
|
+
|
|
367
|
+
<li class="method">
|
|
368
|
+
<a href="SimpleBioC/Document.html#method-i-to_s">#to_s</a>
|
|
369
|
+
—
|
|
370
|
+
<span class="container">SimpleBioC::Document</span>
|
|
371
|
+
|
|
372
|
+
<li class="method">
|
|
373
|
+
<a href="SimpleBioC/Annotation.html#method-i-to_s">#to_s</a>
|
|
374
|
+
—
|
|
375
|
+
<span class="container">SimpleBioC::Annotation</span>
|
|
376
|
+
|
|
377
|
+
<li class="method">
|
|
378
|
+
<a href="SimpleBioC/Location.html#method-i-to_s">#to_s</a>
|
|
379
|
+
—
|
|
380
|
+
<span class="container">SimpleBioC::Location</span>
|
|
381
|
+
|
|
382
|
+
<li class="method">
|
|
383
|
+
<a href="SimpleBioC.html#method-i-to_xml">#to_xml</a>
|
|
384
|
+
—
|
|
385
|
+
<span class="container">SimpleBioC</span>
|
|
386
|
+
|
|
387
|
+
<li class="method">
|
|
388
|
+
<a href="BioCWriter.html#method-i-write">#write</a>
|
|
389
|
+
—
|
|
390
|
+
<span class="container">BioCWriter</span>
|
|
391
|
+
|
|
392
|
+
<li class="method">
|
|
393
|
+
<a href="BioCWriter.html#method-i-write_annotation">#write_annotation</a>
|
|
394
|
+
—
|
|
395
|
+
<span class="container">BioCWriter</span>
|
|
396
|
+
|
|
397
|
+
<li class="method">
|
|
398
|
+
<a href="BioCWriter.html#method-i-write_collection">#write_collection</a>
|
|
399
|
+
—
|
|
400
|
+
<span class="container">BioCWriter</span>
|
|
401
|
+
|
|
402
|
+
<li class="method">
|
|
403
|
+
<a href="BioCWriter.html#method-i-write_document">#write_document</a>
|
|
404
|
+
—
|
|
405
|
+
<span class="container">BioCWriter</span>
|
|
406
|
+
|
|
407
|
+
<li class="method">
|
|
408
|
+
<a href="BioCWriter.html#method-i-write_infon">#write_infon</a>
|
|
409
|
+
—
|
|
410
|
+
<span class="container">BioCWriter</span>
|
|
411
|
+
|
|
412
|
+
<li class="method">
|
|
413
|
+
<a href="BioCWriter.html#method-i-write_location">#write_location</a>
|
|
414
|
+
—
|
|
415
|
+
<span class="container">BioCWriter</span>
|
|
416
|
+
|
|
417
|
+
<li class="method">
|
|
418
|
+
<a href="BioCWriter.html#method-i-write_node">#write_node</a>
|
|
419
|
+
—
|
|
420
|
+
<span class="container">BioCWriter</span>
|
|
421
|
+
|
|
422
|
+
<li class="method">
|
|
423
|
+
<a href="BioCWriter.html#method-i-write_passage">#write_passage</a>
|
|
424
|
+
—
|
|
425
|
+
<span class="container">BioCWriter</span>
|
|
426
|
+
|
|
427
|
+
<li class="method">
|
|
428
|
+
<a href="BioCWriter.html#method-i-write_relation">#write_relation</a>
|
|
429
|
+
—
|
|
430
|
+
<span class="container">BioCWriter</span>
|
|
431
|
+
|
|
432
|
+
<li class="method">
|
|
433
|
+
<a href="BioCWriter.html#method-i-write_sentence">#write_sentence</a>
|
|
434
|
+
—
|
|
435
|
+
<span class="container">BioCWriter</span>
|
|
194
436
|
</ul>
|
|
437
|
+
</main>
|
|
195
438
|
|
|
196
439
|
|
|
197
|
-
<footer id="validator-badges">
|
|
198
|
-
<p><a href="http://validator.w3.org/check/referer">
|
|
199
|
-
<p>Generated by <a href="
|
|
200
|
-
<p>
|
|
440
|
+
<footer id="validator-badges" role="contentinfo">
|
|
441
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
|
442
|
+
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
|
|
443
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
201
444
|
</footer>
|
|
202
445
|
|