simple_bioc 0.0.8 → 0.0.9
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/lib/simple_bioc/bioc_merger.rb +5 -4
- data/lib/simple_bioc/version.rb +1 -1
- data/spec/file_check_spec.rb +9 -11
- data/xml/353.xml +5387 -0
- data/xml/9864355.xml +1 -0
- data/xml/9864355_1.xml +1 -0
- data/xml/9864355_2.xml +1974 -0
- data/xml/9864355_3.xml +1 -0
- data/xml/merge/output.xml +3654 -510
- data/xml/output.xml +7714 -0
- metadata +7 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_bioc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dongseop Kwon
|
@@ -202,6 +202,11 @@ files:
|
|
202
202
|
- simple_bioc.gemspec
|
203
203
|
- spec/file_check_spec.rb
|
204
204
|
- spec/simple_bioc_spec.rb
|
205
|
+
- xml/353.xml
|
206
|
+
- xml/9864355.xml
|
207
|
+
- xml/9864355_1.xml
|
208
|
+
- xml/9864355_2.xml
|
209
|
+
- xml/9864355_3.xml
|
205
210
|
- xml/BioC.dtd
|
206
211
|
- xml/PMC2133144.xml
|
207
212
|
- xml/PMID-8557975-simplified-sentences-tokens.xml
|
@@ -220,6 +225,7 @@ files:
|
|
220
225
|
- xml/merge/9864355_2.xml
|
221
226
|
- xml/merge/9864355_3.xml
|
222
227
|
- xml/merge/output.xml
|
228
|
+
- xml/output.xml
|
223
229
|
- xml/pos.key
|
224
230
|
- xml/pos.xml
|
225
231
|
- xml/sentence.key
|