rbbt 1.2.5 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +7 -0
  2. data/README.rdoc +2 -138
  3. metadata +69 -214
  4. data/LICENSE +0 -20
  5. data/bin/rbbt_config +0 -245
  6. data/install_scripts/classifier/R/classify.R +0 -36
  7. data/install_scripts/classifier/Rakefile +0 -140
  8. data/install_scripts/get_abner.sh +0 -2
  9. data/install_scripts/get_banner.sh +0 -25
  10. data/install_scripts/get_biocreative.sh +0 -72
  11. data/install_scripts/get_crf++.sh +0 -26
  12. data/install_scripts/get_entrez.sh +0 -4
  13. data/install_scripts/get_go.sh +0 -4
  14. data/install_scripts/get_polysearch.sh +0 -8
  15. data/install_scripts/ner/Rakefile +0 -206
  16. data/install_scripts/ner/config/default.rb +0 -52
  17. data/install_scripts/norm/Rakefile +0 -219
  18. data/install_scripts/norm/config/cue_default.rb +0 -10
  19. data/install_scripts/norm/config/tokens_default.rb +0 -86
  20. data/install_scripts/norm/functions.sh +0 -23
  21. data/install_scripts/organisms/Ath.Rakefile +0 -55
  22. data/install_scripts/organisms/Cal.Rakefile +0 -84
  23. data/install_scripts/organisms/Cel.Rakefile +0 -109
  24. data/install_scripts/organisms/Hsa.Rakefile +0 -140
  25. data/install_scripts/organisms/Mmu.Rakefile +0 -77
  26. data/install_scripts/organisms/Rakefile +0 -43
  27. data/install_scripts/organisms/Rno.Rakefile +0 -88
  28. data/install_scripts/organisms/Sce.Rakefile +0 -66
  29. data/install_scripts/organisms/Spo.Rakefile +0 -40
  30. data/install_scripts/organisms/rake-include.rb +0 -252
  31. data/install_scripts/wordlists/consonants +0 -897
  32. data/install_scripts/wordlists/stopwords +0 -1
  33. data/lib/rbbt.rb +0 -83
  34. data/lib/rbbt/bow/bow.rb +0 -88
  35. data/lib/rbbt/bow/classifier.rb +0 -116
  36. data/lib/rbbt/bow/dictionary.rb +0 -187
  37. data/lib/rbbt/ner/abner.rb +0 -34
  38. data/lib/rbbt/ner/banner.rb +0 -73
  39. data/lib/rbbt/ner/dictionaryNER.rb +0 -98
  40. data/lib/rbbt/ner/regexpNER.rb +0 -70
  41. data/lib/rbbt/ner/rner.rb +0 -227
  42. data/lib/rbbt/ner/rnorm.rb +0 -143
  43. data/lib/rbbt/ner/rnorm/cue_index.rb +0 -80
  44. data/lib/rbbt/ner/rnorm/tokens.rb +0 -217
  45. data/lib/rbbt/sources/biocreative.rb +0 -75
  46. data/lib/rbbt/sources/biomart.rb +0 -105
  47. data/lib/rbbt/sources/entrez.rb +0 -211
  48. data/lib/rbbt/sources/go.rb +0 -85
  49. data/lib/rbbt/sources/gscholar.rb +0 -74
  50. data/lib/rbbt/sources/organism.rb +0 -241
  51. data/lib/rbbt/sources/polysearch.rb +0 -117
  52. data/lib/rbbt/sources/pubmed.rb +0 -248
  53. data/lib/rbbt/util/arrayHash.rb +0 -266
  54. data/lib/rbbt/util/filecache.rb +0 -72
  55. data/lib/rbbt/util/index.rb +0 -47
  56. data/lib/rbbt/util/misc.rb +0 -106
  57. data/lib/rbbt/util/open.rb +0 -251
  58. data/lib/rbbt/util/rake.rb +0 -183
  59. data/lib/rbbt/util/simpleDSL.rb +0 -87
  60. data/lib/rbbt/util/tmpfile.rb +0 -35
  61. data/tasks/install.rake +0 -124
  62. data/test/rbbt/bow/test_bow.rb +0 -33
  63. data/test/rbbt/bow/test_classifier.rb +0 -72
  64. data/test/rbbt/bow/test_dictionary.rb +0 -91
  65. data/test/rbbt/ner/rnorm/test_cue_index.rb +0 -57
  66. data/test/rbbt/ner/rnorm/test_tokens.rb +0 -70
  67. data/test/rbbt/ner/test_abner.rb +0 -17
  68. data/test/rbbt/ner/test_banner.rb +0 -17
  69. data/test/rbbt/ner/test_dictionaryNER.rb +0 -122
  70. data/test/rbbt/ner/test_regexpNER.rb +0 -33
  71. data/test/rbbt/ner/test_rner.rb +0 -126
  72. data/test/rbbt/ner/test_rnorm.rb +0 -47
  73. data/test/rbbt/sources/test_biocreative.rb +0 -38
  74. data/test/rbbt/sources/test_biomart.rb +0 -31
  75. data/test/rbbt/sources/test_entrez.rb +0 -49
  76. data/test/rbbt/sources/test_go.rb +0 -24
  77. data/test/rbbt/sources/test_organism.rb +0 -59
  78. data/test/rbbt/sources/test_polysearch.rb +0 -27
  79. data/test/rbbt/sources/test_pubmed.rb +0 -39
  80. data/test/rbbt/util/test_arrayHash.rb +0 -257
  81. data/test/rbbt/util/test_filecache.rb +0 -37
  82. data/test/rbbt/util/test_index.rb +0 -31
  83. data/test/rbbt/util/test_misc.rb +0 -20
  84. data/test/rbbt/util/test_open.rb +0 -110
  85. data/test/rbbt/util/test_simpleDSL.rb +0 -57
  86. data/test/rbbt/util/test_tmpfile.rb +0 -21
  87. data/test/test_helper.rb +0 -4
  88. data/test/test_rbbt.rb +0 -11
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ccb5da58d650ebae30d3a24f39eaf8c12e864f160e83d4b2ba382d6ea487e758
4
+ data.tar.gz: '0963980b784617afdfdcf8c20b3545ed2cd95175f98366707d67d8a0077e9eca'
5
+ SHA512:
6
+ metadata.gz: 3fbc5b33566884fd427a6844de3c1eed4b394512cd5c7e3d725d6669a151743979925344f592c7da8bbb1fc7504998e653acdefa67d4d5465e0b0fe5322fcbf3
7
+ data.tar.gz: c8a62ea9e741658c398ae286a468c72307c917d0e6d070488a46c9c21e71395e9d52e8f19f4986a363844e33c131a1540c7064d8c7f0cb0e8f4670588a08a491
@@ -1,140 +1,4 @@
1
- = rbbt
1
+ This is the meta-package for the Rbbt. It produces a gem that installs rbbt-util, rbbt-rest, and rbbt-sources.
2
2
 
3
- Rbbt stands for Ruby Bio-Text, it started as an API for text mining developed
4
- for SENT[http://sent.dacya.ucm.es], but its functionality has been used
5
- for other applications as well, such as MARQ[http://marq.dacya.ucm.es].
3
+ I'm working on a documentation page: http://mikisvaz.github.io/rbbt
6
4
 
7
- == Important Note
8
-
9
- Some unexpected gem dependencies may appear.
10
-
11
- Rbbt covers several functionalities, some will work right away, some require to
12
- install dependencies or download and process data from the internet. Since not
13
- all users are likely to need all the functionalities, this gems dependencies
14
- include only the very basic requirements. Dependencies may appear unexpectedly
15
- when using new parts of the API.
16
-
17
- == Functionality
18
-
19
- === Data sources interface
20
-
21
- PubMed:: Making queries and retrieving articles.
22
-
23
- BioMart:: Making queries to BioMart programmatically. It can divide a large query into smaller ones and merge the results.
24
-
25
- Entrez:: Retrieving gene entries, associated articles, and gene synonyms and aliases.
26
-
27
- Biocreative:: Using the competition test and training data to train and evaluate Named Entity Extraction models and Gene Mention Normalization.
28
-
29
-
30
- === Text mining tasks
31
-
32
- BagOfWords:: Bag-of-words representation of text. Chunk text into terms, which can be unigrams or bi-grams, remove stopwords, build a term thesaurus using a TF_IDF (term frequency inverse document frequency) or a KL (Kullback-Leibler divergence) Dictionary, and extract a bag-of-words representations suitable for the Classifier.
33
-
34
- Classifier:: Using R to build classification models and to use them to classify new entires. Currently the models are Support Vector Machines.
35
-
36
- NER:: Named Entity Extraction. Currently there are 3 alternatives to do this Abner, Banner, RegExpNER, and NER. The first two are third party Java systems that require the rjb[rjb.rubyforge.org/] (Ruby Java Bridge) gem to be installed. The third one, RegExpNER, is a simple regular-expression based system which can be used when there is not enough data to train a CRF based system, for example, to find Polysearch terms. The last one, the default, is a reimplementation of a CRF-based system, such as Abner and Banner, completely configurable using a simple DSL (domain specific language).
37
-
38
- Normalizer:: Resolve gene mentions to the actual genes they refer to. It compares the gene mention to all possible gene names and synonyms to find the best match. It is configurable using a DSL.
39
-
40
- === Organisms support
41
-
42
- Using configuration files rbbt can support different organisms. The system is prepared to parse organism specific database files and merge them with Entrez and BioMart. Basically producing the following information
43
-
44
- Lexicon:: Listing the synonyms for each gene
45
-
46
- Identifiers:: Listing different identifiers for each gene like Entrez Gene Ids, Unigene, Affymetrix probe ids, etc. This is not the same as the lexicon which holds names, not identifiers.
47
-
48
- GO:: Listing associations of genes to GO terms.
49
-
50
- PubMed articles:: List articles associated to each gene, as listed in Entrez or listed to support of GO associations.
51
-
52
- With this information rbbt offers the following functionality via the Organism class
53
-
54
- NER and Normalization:: Loads custom models for Named Entity Extraction and Gene Mention Normalization
55
-
56
- Identifiers translation:: Translates gene identifiers between formats.
57
-
58
- Organisms in rbbt are identified using a keyword. This is the list of organisms currently supported with their associated keywords:
59
-
60
- Candida albicans:: Cal
61
- Mus musculus:: Mmu
62
- Rattus norvegicus:: Rno
63
- Saccharomyces cerevisiae:: Sce
64
- Arabidopsis thaliana:: Ata
65
- Caenorhabditis elegans:: Cel
66
- Homo sapiens:: Hsa
67
- Schizosaccharomyces pombe:: Spo
68
-
69
-
70
- === Other
71
-
72
- Cache:: The system caches PubMed articles and Entrez gene entries, this is considered a persistent cache since these items are unlikely to change. Also caches any data downloaded from the internet, like BioMart queries for example, into a non-persistent cache that can be purged to perform updates to the system.
73
-
74
- Tab separated file helpers:: The data in rbbt is saved into tab separated files and is loaded into Hash. Modules like Open or ArrayHash help dealing with these files and data structures.
75
-
76
- = Installation
77
-
78
- Install the gem normally <tt>gem install rbbt</tt>. The gem includes a configuration tool rbbt_config. The first time you run it it will ask you to configure some paths. After that you may use it to process data for different tasks. Lets see some scenarios:
79
-
80
- === Using rbbt to translate identifiers
81
-
82
- 1. Do <tt>rbbt_config prepare identifiers</tt> to do deploy the configuration files and download entrez data, this needs to be done just once.
83
- 3. Now you may do <tt>rbbt_config install organisms</tt> toprocess all the organisms, or <tt>rbbt_config install organisms -o Sce</tt> to process only yeast (Sce).
84
- 4. You may now use a script like this to translate gene identifiers from yeast feed from the standard input
85
- require 'rbbt/sources/organism'
86
-
87
- index = Organism.id_index('Sce', :native => 'Entrez Gene Id')
88
-
89
- STDIN.each_line{|l| puts "#{l.chomp} => #{index[l.chomp]}"}
90
-
91
- === Using rbbt to find gene mentions in text
92
-
93
- First prepare the organisms as you did in the previous section. Next, if you want to use the default NER module:
94
-
95
- 1. Install the Biocreative data used to train the model and compile the CRF++ plugin, <tt>rbbt_config prepare rner</tt>. You may need at this point to install ParseTree and ruby2ruby
96
- 2. Build the module for a particular organism <tt>rbbt_config install ner -o Sce</tt>. You need to have the gems ParseTree and ruby2ruby for this to work. This process can take a long time.
97
-
98
- Or, if you wan to use Abner or Banner:
99
-
100
- 1. Download and install the packages <tt>rbbt_config prepare java_ner</tt>
101
-
102
- You may now, for example, find mentions to genes in articles from a PubMed query using this script
103
-
104
- require 'rbbt/sources/organism'
105
- require 'rbbt/sources/pubmed'
106
-
107
- # type = :abner
108
- # type = :banner
109
- type = :rner
110
-
111
- ner = Organism.ner('Sce', type )
112
- pmids = PubMed.query(ARGV[0], 500)
113
-
114
- PubMed.get_article(pmids).each{|pmid,article|
115
- mentions = ner.extract(article.text)
116
- puts pmid
117
- puts article.text
118
- puts "Mentions: " << mentions.uniq.join(", ")
119
- puts
120
- }
121
-
122
- == More Installation Guidelines
123
-
124
- This is the complete list of gem requirements: <tt>ParseTree ruby2ruby simpleconsole rjb rsruby stemmer rand rake progress-monitor</tt>. Some of these gems to not work with ruby 1.9 at the time, or may be a bit more complicated to install, for that reason *they are not reported as dependencies and are only required when they are about to be used*. Note that some of these gems are in the gemcutter repository, you may need to install the <tt>gemcutter</tt> gem and do <tt>gem tumble</tt>
125
-
126
- Some of the API requires to have some data processed using rbbt_config. This command is used to install third party software, download data from the internet, or build models. The command <tt>rbbt_config prepare all</tt> will install and process everything, this will take a long time, specially building the NER models. So you might want to start with the basic install and include more things as they are needed.
127
-
128
-
129
- = Note on Patches/Pull Requests
130
-
131
- * Fork the project.
132
- * Make your feature addition or bug fix.
133
- * Add tests for it. This is important so I don't break it in a future version unintentionally.
134
- * Commit, do not mess with rakefile, version, or history.
135
- (if you want to have your own version, that is fine, but bump version in a commit by itself that I can ignore when I pull)
136
- * Send me a pull request. Bonus points for topic branches.
137
-
138
- = Copyright
139
-
140
- Copyright (c) 2009 Miguel Vazquez. See LICENSE for details.
metadata CHANGED
@@ -1,244 +1,99 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: rbbt
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 1
7
- - 2
8
- - 5
9
- version: 1.2.5
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.0
10
5
  platform: ruby
11
- authors:
6
+ authors:
12
7
  - Miguel Vazquez
13
8
  autorequire:
14
9
  bindir: bin
15
10
  cert_chain: []
16
-
17
- date: 2010-10-22 00:00:00 +02:00
18
- default_executable: rbbt_config
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: rake
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rbbt-util
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
26
17
  - - ">="
27
- - !ruby/object:Gem::Version
28
- segments:
29
- - 0
30
- - 8
31
- - 4
32
- version: 0.8.4
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
33
20
  type: :runtime
34
- version_requirements: *id001
35
- - !ruby/object:Gem::Dependency
36
- name: simpleconsole
37
21
  prerelease: false
38
- requirement: &id002 !ruby/object:Gem::Requirement
39
- none: false
40
- requirements:
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rbbt-rest
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
41
31
  - - ">="
42
- - !ruby/object:Gem::Version
43
- segments:
44
- - 0
45
- version: "0"
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
46
34
  type: :runtime
47
- version_requirements: *id002
48
- - !ruby/object:Gem::Dependency
49
- name: stemmer
50
35
  prerelease: false
51
- requirement: &id003 !ruby/object:Gem::Requirement
52
- none: false
53
- requirements:
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
54
38
  - - ">="
55
- - !ruby/object:Gem::Version
56
- segments:
57
- - 0
58
- version: "0"
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rbbt-sources
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
59
48
  type: :runtime
60
- version_requirements: *id003
61
- - !ruby/object:Gem::Dependency
62
- name: progress-monitor
63
49
  prerelease: false
64
- requirement: &id004 !ruby/object:Gem::Requirement
65
- none: false
66
- requirements:
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rbbt-dm
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
67
59
  - - ">="
68
- - !ruby/object:Gem::Version
69
- segments:
70
- - 0
71
- version: "0"
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
72
62
  type: :runtime
73
- version_requirements: *id004
74
- - !ruby/object:Gem::Dependency
75
- name: simpleconsole
76
63
  prerelease: false
77
- requirement: &id005 !ruby/object:Gem::Requirement
78
- none: false
79
- requirements:
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
80
66
  - - ">="
81
- - !ruby/object:Gem::Version
82
- segments:
83
- - 0
84
- version: "0"
85
- type: :runtime
86
- version_requirements: *id005
87
- description: |-
88
- This toolbox includes modules for text-mining, like Named Entity Recognition and Normalization and document
89
- classification, as well as data integration modules that interface with PubMed, Entrez Gene, BioMart.
90
- email: miguel.vazquez@fdi.ucm.es
91
- executables:
92
- - rbbt_config
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ description: Meta package for a gem that requires the basic Rbbt packages
70
+ email: miguel.vazquez@cnio.es
71
+ executables: []
93
72
  extensions: []
94
-
95
- extra_rdoc_files:
96
- - LICENSE
73
+ extra_rdoc_files:
97
74
  - README.rdoc
98
- files:
99
- - bin/rbbt_config
100
- - install_scripts/classifier/R/classify.R
101
- - install_scripts/classifier/Rakefile
102
- - install_scripts/get_abner.sh
103
- - install_scripts/get_banner.sh
104
- - install_scripts/get_biocreative.sh
105
- - install_scripts/get_crf++.sh
106
- - install_scripts/get_entrez.sh
107
- - install_scripts/get_go.sh
108
- - install_scripts/get_polysearch.sh
109
- - install_scripts/ner/Rakefile
110
- - install_scripts/ner/config/default.rb
111
- - install_scripts/norm/Rakefile
112
- - install_scripts/norm/config/cue_default.rb
113
- - install_scripts/norm/config/tokens_default.rb
114
- - install_scripts/norm/functions.sh
115
- - install_scripts/organisms/Ath.Rakefile
116
- - install_scripts/organisms/Cal.Rakefile
117
- - install_scripts/organisms/Cel.Rakefile
118
- - install_scripts/organisms/Hsa.Rakefile
119
- - install_scripts/organisms/Mmu.Rakefile
120
- - install_scripts/organisms/Rakefile
121
- - install_scripts/organisms/Rno.Rakefile
122
- - install_scripts/organisms/Sce.Rakefile
123
- - install_scripts/organisms/Spo.Rakefile
124
- - install_scripts/organisms/rake-include.rb
125
- - install_scripts/wordlists/consonants
126
- - install_scripts/wordlists/stopwords
127
- - lib/rbbt.rb
128
- - lib/rbbt/bow/bow.rb
129
- - lib/rbbt/bow/classifier.rb
130
- - lib/rbbt/bow/dictionary.rb
131
- - lib/rbbt/ner/abner.rb
132
- - lib/rbbt/ner/banner.rb
133
- - lib/rbbt/ner/dictionaryNER.rb
134
- - lib/rbbt/ner/regexpNER.rb
135
- - lib/rbbt/ner/rner.rb
136
- - lib/rbbt/ner/rnorm.rb
137
- - lib/rbbt/ner/rnorm/cue_index.rb
138
- - lib/rbbt/ner/rnorm/tokens.rb
139
- - lib/rbbt/sources/biocreative.rb
140
- - lib/rbbt/sources/biomart.rb
141
- - lib/rbbt/sources/entrez.rb
142
- - lib/rbbt/sources/go.rb
143
- - lib/rbbt/sources/gscholar.rb
144
- - lib/rbbt/sources/organism.rb
145
- - lib/rbbt/sources/polysearch.rb
146
- - lib/rbbt/sources/pubmed.rb
147
- - lib/rbbt/util/arrayHash.rb
148
- - lib/rbbt/util/filecache.rb
149
- - lib/rbbt/util/index.rb
150
- - lib/rbbt/util/misc.rb
151
- - lib/rbbt/util/open.rb
152
- - lib/rbbt/util/rake.rb
153
- - lib/rbbt/util/simpleDSL.rb
154
- - lib/rbbt/util/tmpfile.rb
155
- - tasks/install.rake
156
- - LICENSE
75
+ files:
157
76
  - README.rdoc
158
- - test/test_rbbt.rb
159
- - test/rbbt/bow/test_bow.rb
160
- - test/rbbt/bow/test_classifier.rb
161
- - test/rbbt/bow/test_dictionary.rb
162
- - test/rbbt/sources/test_organism.rb
163
- - test/rbbt/sources/test_biomart.rb
164
- - test/rbbt/sources/test_pubmed.rb
165
- - test/rbbt/sources/test_polysearch.rb
166
- - test/rbbt/sources/test_biocreative.rb
167
- - test/rbbt/sources/test_entrez.rb
168
- - test/rbbt/sources/test_go.rb
169
- - test/rbbt/ner/test_rner.rb
170
- - test/rbbt/ner/test_dictionaryNER.rb
171
- - test/rbbt/ner/test_banner.rb
172
- - test/rbbt/ner/test_rnorm.rb
173
- - test/rbbt/ner/test_regexpNER.rb
174
- - test/rbbt/ner/test_abner.rb
175
- - test/rbbt/ner/rnorm/test_cue_index.rb
176
- - test/rbbt/ner/rnorm/test_tokens.rb
177
- - test/rbbt/util/test_misc.rb
178
- - test/rbbt/util/test_tmpfile.rb
179
- - test/rbbt/util/test_arrayHash.rb
180
- - test/rbbt/util/test_filecache.rb
181
- - test/rbbt/util/test_simpleDSL.rb
182
- - test/rbbt/util/test_open.rb
183
- - test/rbbt/util/test_index.rb
184
- - test/test_helper.rb
185
- has_rdoc: true
186
77
  homepage: http://github.com/mikisvaz/rbbt
187
78
  licenses: []
188
-
79
+ metadata: {}
189
80
  post_install_message:
190
- rdoc_options:
191
- - --charset=UTF-8
192
- require_paths:
81
+ rdoc_options: []
82
+ require_paths:
193
83
  - lib
194
- required_ruby_version: !ruby/object:Gem::Requirement
195
- none: false
196
- requirements:
84
+ required_ruby_version: !ruby/object:Gem::Requirement
85
+ requirements:
197
86
  - - ">="
198
- - !ruby/object:Gem::Version
199
- segments:
200
- - 0
201
- version: "0"
202
- required_rubygems_version: !ruby/object:Gem::Requirement
203
- none: false
204
- requirements:
87
+ - !ruby/object:Gem::Version
88
+ version: '0'
89
+ required_rubygems_version: !ruby/object:Gem::Requirement
90
+ requirements:
205
91
  - - ">="
206
- - !ruby/object:Gem::Version
207
- segments:
208
- - 0
209
- version: "0"
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
210
94
  requirements: []
211
-
212
- rubyforge_project:
213
- rubygems_version: 1.3.7
95
+ rubygems_version: 3.0.6
214
96
  signing_key:
215
- specification_version: 3
216
- summary: Bioinformatics and text mining toolbox
217
- test_files:
218
- - test/test_rbbt.rb
219
- - test/rbbt/bow/test_bow.rb
220
- - test/rbbt/bow/test_classifier.rb
221
- - test/rbbt/bow/test_dictionary.rb
222
- - test/rbbt/sources/test_organism.rb
223
- - test/rbbt/sources/test_biomart.rb
224
- - test/rbbt/sources/test_pubmed.rb
225
- - test/rbbt/sources/test_polysearch.rb
226
- - test/rbbt/sources/test_biocreative.rb
227
- - test/rbbt/sources/test_entrez.rb
228
- - test/rbbt/sources/test_go.rb
229
- - test/rbbt/ner/test_rner.rb
230
- - test/rbbt/ner/test_dictionaryNER.rb
231
- - test/rbbt/ner/test_banner.rb
232
- - test/rbbt/ner/test_rnorm.rb
233
- - test/rbbt/ner/test_regexpNER.rb
234
- - test/rbbt/ner/test_abner.rb
235
- - test/rbbt/ner/rnorm/test_cue_index.rb
236
- - test/rbbt/ner/rnorm/test_tokens.rb
237
- - test/rbbt/util/test_misc.rb
238
- - test/rbbt/util/test_tmpfile.rb
239
- - test/rbbt/util/test_arrayHash.rb
240
- - test/rbbt/util/test_filecache.rb
241
- - test/rbbt/util/test_simpleDSL.rb
242
- - test/rbbt/util/test_open.rb
243
- - test/rbbt/util/test_index.rb
244
- - test/test_helper.rb
97
+ specification_version: 4
98
+ summary: Ruby bioinformatics toolbox. Meta package
99
+ test_files: []