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.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +13 -0
  3. data/html/BioCMerger.html +748 -0
  4. data/html/BioCReader.html +138 -146
  5. data/html/BioCWriter.html +84 -131
  6. data/html/README_md.html +79 -100
  7. data/html/SimpleBioC/Annotation.html +70 -113
  8. data/html/SimpleBioC/Collection.html +70 -113
  9. data/html/SimpleBioC/Document.html +76 -119
  10. data/html/SimpleBioC/Location.html +70 -113
  11. data/html/SimpleBioC/Node.html +72 -115
  12. data/html/SimpleBioC/NodeBase.html +63 -108
  13. data/html/SimpleBioC/Passage.html +74 -117
  14. data/html/SimpleBioC/Relation.html +85 -115
  15. data/html/SimpleBioC/Sentence.html +74 -117
  16. data/html/SimpleBioC.html +221 -129
  17. data/html/created.rid +16 -15
  18. data/html/css/fonts.css +167 -0
  19. data/html/css/rdoc.css +590 -0
  20. data/html/fonts/Lato-Light.ttf +0 -0
  21. data/html/fonts/Lato-LightItalic.ttf +0 -0
  22. data/html/fonts/Lato-Regular.ttf +0 -0
  23. data/html/fonts/Lato-RegularItalic.ttf +0 -0
  24. data/html/fonts/SourceCodePro-Bold.ttf +0 -0
  25. data/html/fonts/SourceCodePro-Regular.ttf +0 -0
  26. data/html/index.html +71 -53
  27. data/html/js/darkfish.js +32 -26
  28. data/html/js/jquery.js +4 -18
  29. data/html/js/navigation.js.gz +0 -0
  30. data/html/js/search.js +20 -5
  31. data/html/js/search_index.js +1 -1
  32. data/html/js/search_index.js.gz +0 -0
  33. data/html/js/searcher.js.gz +0 -0
  34. data/html/table_of_contents.html +379 -136
  35. data/lib/simple_bioc/bioc_merger.rb +209 -0
  36. data/lib/simple_bioc/relation.rb +1 -1
  37. data/lib/simple_bioc/version.rb +1 -1
  38. data/lib/simple_bioc.rb +8 -4
  39. data/spec/file_check_spec.rb +14 -1
  40. data/xml/PMC2133144.xml +3 -0
  41. data/xml/merge/9864355.xml +1 -0
  42. data/xml/merge/9864355_1.xml +1 -0
  43. data/xml/merge/9864355_2.xml +1974 -0
  44. data/xml/merge/9864355_3.xml +1 -0
  45. data/xml/merge/output.xml +6742 -0
  46. metadata +21 -2
@@ -2,40 +2,38 @@
2
2
 
3
3
  <html>
4
4
  <head>
5
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
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 type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
- <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
- <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
- <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
- <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
- <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
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="indexpage">
24
- <h1>Table of Contents - RDoc Documentation</h1>
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
- <img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings">
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%3A">Feature:</a>
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+%3Cdocument%3Es+to+parse">Specify set of &lt;document&gt;s to parse</a>
36
+ <li><a href="README_md.html#label-Specify+set+of+-3Cdocument-3Es+to+parse">Specify set of &lt;document&gt;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/Modules</h2>
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
- <li class="module">
54
+ <li class="module">
54
55
  <a href="BioCWriter.html">BioCWriter</a>
55
56
  </li>
56
- <li class="module">
57
+ <li class="module">
57
58
  <a href="SimpleBioC.html">SimpleBioC</a>
58
59
  </li>
59
- <li class="class">
60
+ <li class="class">
60
61
  <a href="SimpleBioC/Annotation.html">SimpleBioC::Annotation</a>
61
62
  </li>
62
- <li class="class">
63
+ <li class="class">
63
64
  <a href="SimpleBioC/Collection.html">SimpleBioC::Collection</a>
64
65
  </li>
65
- <li class="class">
66
+ <li class="class">
66
67
  <a href="SimpleBioC/Document.html">SimpleBioC::Document</a>
67
68
  </li>
68
- <li class="class">
69
+ <li class="class">
69
70
  <a href="SimpleBioC/Location.html">SimpleBioC::Location</a>
70
71
  </li>
71
- <li class="class">
72
+ <li class="class">
72
73
  <a href="SimpleBioC/Node.html">SimpleBioC::Node</a>
73
74
  </li>
74
- <li class="class">
75
+ <li class="class">
75
76
  <a href="SimpleBioC/NodeBase.html">SimpleBioC::NodeBase</a>
76
77
  </li>
77
- <li class="class">
78
+ <li class="class">
78
79
  <a href="SimpleBioC/Passage.html">SimpleBioC::Passage</a>
79
80
  </li>
80
- <li class="class">
81
+ <li class="class">
81
82
  <a href="SimpleBioC/Relation.html">SimpleBioC::Relation</a>
82
83
  </li>
83
- <li class="class">
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
- <li class="method"><a href="SimpleBioC/Annotation.html#method-c-new">::new &mdash; SimpleBioC::Annotation</a>
93
-
94
- <li class="method"><a href="SimpleBioC/Passage.html#method-c-new">::new &mdash; SimpleBioC::Passage</a>
95
-
96
- <li class="method"><a href="SimpleBioC/Collection.html#method-c-new">::new &mdash; SimpleBioC::Collection</a>
97
-
98
- <li class="method"><a href="SimpleBioC/NodeBase.html#method-c-new">::new &mdash; SimpleBioC::NodeBase</a>
99
-
100
- <li class="method"><a href="SimpleBioC/Document.html#method-c-new">::new &mdash; SimpleBioC::Document</a>
101
-
102
- <li class="method"><a href="SimpleBioC/Relation.html#method-c-new">::new &mdash; SimpleBioC::Relation</a>
103
-
104
- <li class="method"><a href="SimpleBioC/Node.html#method-c-new">::new &mdash; SimpleBioC::Node</a>
105
-
106
- <li class="method"><a href="SimpleBioC/Location.html#method-c-new">::new &mdash; SimpleBioC::Location</a>
107
-
108
- <li class="method"><a href="SimpleBioC/Sentence.html#method-c-new">::new &mdash; SimpleBioC::Sentence</a>
109
-
110
- <li class="method"><a href="SimpleBioC/Document.html#method-i-adjust_ref">#adjust_ref &mdash; SimpleBioC::Document</a>
111
-
112
- <li class="method"><a href="SimpleBioC/Relation.html#method-i-adjust_ref">#adjust_ref &mdash; SimpleBioC::Relation</a>
113
-
114
- <li class="method"><a href="SimpleBioC/Node.html#method-i-adjust_ref">#adjust_ref &mdash; SimpleBioC::Node</a>
115
-
116
- <li class="method"><a href="SimpleBioC/Document.html#method-i-each_relation">#each_relation &mdash; SimpleBioC::Document</a>
117
-
118
- <li class="method"><a href="SimpleBioC/Sentence.html#method-i-each_relation">#each_relation &mdash; SimpleBioC::Sentence</a>
119
-
120
- <li class="method"><a href="SimpleBioC/Passage.html#method-i-each_relation">#each_relation &mdash; SimpleBioC::Passage</a>
121
-
122
- <li class="method"><a href="SimpleBioC/Sentence.html#method-i-find_node">#find_node &mdash; SimpleBioC::Sentence</a>
123
-
124
- <li class="method"><a href="SimpleBioC/Document.html#method-i-find_node">#find_node &mdash; SimpleBioC::Document</a>
125
-
126
- <li class="method"><a href="SimpleBioC/Passage.html#method-i-find_node">#find_node &mdash; SimpleBioC::Passage</a>
127
-
128
- <li class="method"><a href="SimpleBioC.html#method-i-from_xml">#from_xml &mdash; SimpleBioC</a>
129
-
130
- <li class="method"><a href="BioCReader.html#method-i-read">#read &mdash; BioCReader</a>
131
-
132
- <li class="method"><a href="BioCReader.html#method-i-read_annotation">#read_annotation &mdash; BioCReader</a>
133
-
134
- <li class="method"><a href="BioCReader.html#method-i-read_collection">#read_collection &mdash; BioCReader</a>
135
-
136
- <li class="method"><a href="BioCReader.html#method-i-read_document">#read_document &mdash; BioCReader</a>
137
-
138
- <li class="method"><a href="BioCReader.html#method-i-read_infon">#read_infon &mdash; BioCReader</a>
139
-
140
- <li class="method"><a href="BioCReader.html#method-i-read_int">#read_int &mdash; BioCReader</a>
141
-
142
- <li class="method"><a href="BioCReader.html#method-i-read_location">#read_location &mdash; BioCReader</a>
143
-
144
- <li class="method"><a href="BioCReader.html#method-i-read_node">#read_node &mdash; BioCReader</a>
145
-
146
- <li class="method"><a href="BioCReader.html#method-i-read_passage">#read_passage &mdash; BioCReader</a>
147
-
148
- <li class="method"><a href="BioCReader.html#method-i-read_recursive">#read_recursive &mdash; BioCReader</a>
149
-
150
- <li class="method"><a href="BioCReader.html#method-i-read_relation">#read_relation &mdash; BioCReader</a>
151
-
152
- <li class="method"><a href="BioCReader.html#method-i-read_sentence">#read_sentence &mdash; BioCReader</a>
153
-
154
- <li class="method"><a href="BioCReader.html#method-i-read_text">#read_text &mdash; BioCReader</a>
155
-
156
- <li class="method"><a href="SimpleBioC/Node.html#method-i-to_c">#to_c &mdash; SimpleBioC::Node</a>
157
-
158
- <li class="method"><a href="SimpleBioC/Collection.html#method-i-to_c">#to_c &mdash; SimpleBioC::Collection</a>
159
-
160
- <li class="method"><a href="SimpleBioC/Relation.html#method-i-to_c">#to_c &mdash; SimpleBioC::Relation</a>
161
-
162
- <li class="method"><a href="SimpleBioC/Sentence.html#method-i-to_c">#to_c &mdash; SimpleBioC::Sentence</a>
163
-
164
- <li class="method"><a href="SimpleBioC/Document.html#method-i-to_s">#to_s &mdash; SimpleBioC::Document</a>
165
-
166
- <li class="method"><a href="SimpleBioC/Passage.html#method-i-to_s">#to_s &mdash; SimpleBioC::Passage</a>
167
-
168
- <li class="method"><a href="SimpleBioC/Location.html#method-i-to_s">#to_s &mdash; SimpleBioC::Location</a>
169
-
170
- <li class="method"><a href="SimpleBioC/Annotation.html#method-i-to_s">#to_s &mdash; SimpleBioC::Annotation</a>
171
-
172
- <li class="method"><a href="SimpleBioC.html#method-i-to_xml">#to_xml &mdash; SimpleBioC</a>
173
-
174
- <li class="method"><a href="BioCWriter.html#method-i-write">#write &mdash; BioCWriter</a>
175
-
176
- <li class="method"><a href="BioCWriter.html#method-i-write_annotation">#write_annotation &mdash; BioCWriter</a>
177
-
178
- <li class="method"><a href="BioCWriter.html#method-i-write_collection">#write_collection &mdash; BioCWriter</a>
179
-
180
- <li class="method"><a href="BioCWriter.html#method-i-write_document">#write_document &mdash; BioCWriter</a>
181
-
182
- <li class="method"><a href="BioCWriter.html#method-i-write_infon">#write_infon &mdash; BioCWriter</a>
183
-
184
- <li class="method"><a href="BioCWriter.html#method-i-write_location">#write_location &mdash; BioCWriter</a>
185
-
186
- <li class="method"><a href="BioCWriter.html#method-i-write_node">#write_node &mdash; BioCWriter</a>
187
-
188
- <li class="method"><a href="BioCWriter.html#method-i-write_passage">#write_passage &mdash; BioCWriter</a>
189
-
190
- <li class="method"><a href="BioCWriter.html#method-i-write_relation">#write_relation &mdash; BioCWriter</a>
191
-
192
- <li class="method"><a href="BioCWriter.html#method-i-write_sentence">#write_sentence &mdash; BioCWriter</a>
193
-
91
+
92
+ <li class="method">
93
+ <a href="SimpleBioC/Annotation.html#method-c-new">::new</a>
94
+ &mdash;
95
+ <span class="container">SimpleBioC::Annotation</span>
96
+
97
+ <li class="method">
98
+ <a href="SimpleBioC/Sentence.html#method-c-new">::new</a>
99
+ &mdash;
100
+ <span class="container">SimpleBioC::Sentence</span>
101
+
102
+ <li class="method">
103
+ <a href="SimpleBioC/Collection.html#method-c-new">::new</a>
104
+ &mdash;
105
+ <span class="container">SimpleBioC::Collection</span>
106
+
107
+ <li class="method">
108
+ <a href="SimpleBioC/Relation.html#method-c-new">::new</a>
109
+ &mdash;
110
+ <span class="container">SimpleBioC::Relation</span>
111
+
112
+ <li class="method">
113
+ <a href="SimpleBioC/Document.html#method-c-new">::new</a>
114
+ &mdash;
115
+ <span class="container">SimpleBioC::Document</span>
116
+
117
+ <li class="method">
118
+ <a href="SimpleBioC/Location.html#method-c-new">::new</a>
119
+ &mdash;
120
+ <span class="container">SimpleBioC::Location</span>
121
+
122
+ <li class="method">
123
+ <a href="SimpleBioC/NodeBase.html#method-c-new">::new</a>
124
+ &mdash;
125
+ <span class="container">SimpleBioC::NodeBase</span>
126
+
127
+ <li class="method">
128
+ <a href="SimpleBioC/Node.html#method-c-new">::new</a>
129
+ &mdash;
130
+ <span class="container">SimpleBioC::Node</span>
131
+
132
+ <li class="method">
133
+ <a href="SimpleBioC/Passage.html#method-c-new">::new</a>
134
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
165
+ <span class="container">BioCMerger</span>
166
+
167
+ <li class="method">
168
+ <a href="BioCMerger.html#method-i-blank-3F">#blank?</a>
169
+ &mdash;
170
+ <span class="container">BioCMerger</span>
171
+
172
+ <li class="method">
173
+ <a href="BioCMerger.html#method-i-choose_id">#choose_id</a>
174
+ &mdash;
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
+ &mdash;
180
+ <span class="container">BioCMerger</span>
181
+
182
+ <li class="method">
183
+ <a href="BioCMerger.html#method-i-copy_annotation">#copy_annotation</a>
184
+ &mdash;
185
+ <span class="container">BioCMerger</span>
186
+
187
+ <li class="method">
188
+ <a href="BioCMerger.html#method-i-copy_annotations">#copy_annotations</a>
189
+ &mdash;
190
+ <span class="container">BioCMerger</span>
191
+
192
+ <li class="method">
193
+ <a href="BioCMerger.html#method-i-copy_infons">#copy_infons</a>
194
+ &mdash;
195
+ <span class="container">BioCMerger</span>
196
+
197
+ <li class="method">
198
+ <a href="BioCMerger.html#method-i-copy_relation">#copy_relation</a>
199
+ &mdash;
200
+ <span class="container">BioCMerger</span>
201
+
202
+ <li class="method">
203
+ <a href="BioCMerger.html#method-i-copy_relations">#copy_relations</a>
204
+ &mdash;
205
+ <span class="container">BioCMerger</span>
206
+
207
+ <li class="method">
208
+ <a href="BioCMerger.html#method-i-copy_text">#copy_text</a>
209
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
260
+ <span class="container">SimpleBioC</span>
261
+
262
+ <li class="method">
263
+ <a href="SimpleBioC.html#method-i-merge">#merge</a>
264
+ &mdash;
265
+ <span class="container">SimpleBioC</span>
266
+
267
+ <li class="method">
268
+ <a href="BioCMerger.html#method-i-merge">#merge</a>
269
+ &mdash;
270
+ <span class="container">BioCMerger</span>
271
+
272
+ <li class="method">
273
+ <a href="BioCReader.html#method-i-read">#read</a>
274
+ &mdash;
275
+ <span class="container">BioCReader</span>
276
+
277
+ <li class="method">
278
+ <a href="BioCReader.html#method-i-read_annotation">#read_annotation</a>
279
+ &mdash;
280
+ <span class="container">BioCReader</span>
281
+
282
+ <li class="method">
283
+ <a href="BioCReader.html#method-i-read_collection">#read_collection</a>
284
+ &mdash;
285
+ <span class="container">BioCReader</span>
286
+
287
+ <li class="method">
288
+ <a href="BioCReader.html#method-i-read_document">#read_document</a>
289
+ &mdash;
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
+ &mdash;
295
+ <span class="container">BioCReader</span>
296
+
297
+ <li class="method">
298
+ <a href="BioCReader.html#method-i-read_infon">#read_infon</a>
299
+ &mdash;
300
+ <span class="container">BioCReader</span>
301
+
302
+ <li class="method">
303
+ <a href="BioCReader.html#method-i-read_int">#read_int</a>
304
+ &mdash;
305
+ <span class="container">BioCReader</span>
306
+
307
+ <li class="method">
308
+ <a href="BioCReader.html#method-i-read_location">#read_location</a>
309
+ &mdash;
310
+ <span class="container">BioCReader</span>
311
+
312
+ <li class="method">
313
+ <a href="BioCReader.html#method-i-read_node">#read_node</a>
314
+ &mdash;
315
+ <span class="container">BioCReader</span>
316
+
317
+ <li class="method">
318
+ <a href="BioCReader.html#method-i-read_passage">#read_passage</a>
319
+ &mdash;
320
+ <span class="container">BioCReader</span>
321
+
322
+ <li class="method">
323
+ <a href="BioCReader.html#method-i-read_recursive">#read_recursive</a>
324
+ &mdash;
325
+ <span class="container">BioCReader</span>
326
+
327
+ <li class="method">
328
+ <a href="BioCReader.html#method-i-read_relation">#read_relation</a>
329
+ &mdash;
330
+ <span class="container">BioCReader</span>
331
+
332
+ <li class="method">
333
+ <a href="BioCReader.html#method-i-read_sentence">#read_sentence</a>
334
+ &mdash;
335
+ <span class="container">BioCReader</span>
336
+
337
+ <li class="method">
338
+ <a href="BioCReader.html#method-i-read_text">#read_text</a>
339
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
385
+ <span class="container">SimpleBioC</span>
386
+
387
+ <li class="method">
388
+ <a href="BioCWriter.html#method-i-write">#write</a>
389
+ &mdash;
390
+ <span class="container">BioCWriter</span>
391
+
392
+ <li class="method">
393
+ <a href="BioCWriter.html#method-i-write_annotation">#write_annotation</a>
394
+ &mdash;
395
+ <span class="container">BioCWriter</span>
396
+
397
+ <li class="method">
398
+ <a href="BioCWriter.html#method-i-write_collection">#write_collection</a>
399
+ &mdash;
400
+ <span class="container">BioCWriter</span>
401
+
402
+ <li class="method">
403
+ <a href="BioCWriter.html#method-i-write_document">#write_document</a>
404
+ &mdash;
405
+ <span class="container">BioCWriter</span>
406
+
407
+ <li class="method">
408
+ <a href="BioCWriter.html#method-i-write_infon">#write_infon</a>
409
+ &mdash;
410
+ <span class="container">BioCWriter</span>
411
+
412
+ <li class="method">
413
+ <a href="BioCWriter.html#method-i-write_location">#write_location</a>
414
+ &mdash;
415
+ <span class="container">BioCWriter</span>
416
+
417
+ <li class="method">
418
+ <a href="BioCWriter.html#method-i-write_node">#write_node</a>
419
+ &mdash;
420
+ <span class="container">BioCWriter</span>
421
+
422
+ <li class="method">
423
+ <a href="BioCWriter.html#method-i-write_passage">#write_passage</a>
424
+ &mdash;
425
+ <span class="container">BioCWriter</span>
426
+
427
+ <li class="method">
428
+ <a href="BioCWriter.html#method-i-write_relation">#write_relation</a>
429
+ &mdash;
430
+ <span class="container">BioCWriter</span>
431
+
432
+ <li class="method">
433
+ <a href="BioCWriter.html#method-i-write_sentence">#write_sentence</a>
434
+ &mdash;
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">[Validate]</a>
199
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
200
- <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
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