rbbt-text 1.1.1 → 1.1.2
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 +9 -9
- data/share/install/software/Linnaeus +2 -4
- metadata +17 -17
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YmM3MTY4MmVhNDM3NmFlMTFhNTEwZGNkYWQyMGIzZjZhZWU0ZjA4YQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
YTVkYWFlMmQzOTA3M2M2YjZlZjIxNzNjOTE3MTA3NzNlZDc1OGY0Zg==
|
|
7
|
+
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NWFhODc1YTMzOTA0MTIxNDU4NzJjZjJiOGFjMzcxNmY5OTcwMTE3ZWYzZjcw
|
|
10
|
+
ODVhNjM4ZWQ5ZjBkODQ2YjFmOGJmNDU2YmVmYzg0N2M5Yzk4N2YyNmNiMjQ0
|
|
11
|
+
YzEzMDAyZjg3YWMwOWVkODBmNDRmYTU2OTdhMTg5ODcwMDAyZjk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTQ1NjgzYjBkYjhiNzgyNjc0ZmU4MmQ2MzZiZDkyZjQyN2YyM2MzNDBiNDA4
|
|
14
|
+
ZjQ4M2ZmYzhlNTJmNjhmZGZjZTNkMGI2MmJiYzgyYjM4ZjIwOThlMmI4NWZh
|
|
15
|
+
ODE3YzZjYzU0ODhlZjFiMjc2ZmZhZjU5NDhlNDc1MTExM2RkZGM=
|
|
@@ -7,14 +7,12 @@ species_url="http://sourceforge.net/projects/linnaeus/files/Entity_packs/species
|
|
|
7
7
|
install_src "$name" "$url"
|
|
8
8
|
ln -s "$OPT_DIR/$name/bin/"*.jar "$OPT_JAR_DIR/$name.jar"
|
|
9
9
|
|
|
10
|
-
echo "GET SPECIES" > /tmp/foo
|
|
11
10
|
get_src "Linnaeus-species-proxy" "$species_url"
|
|
12
11
|
pkg_dir="`opt_dir \"$name\"`"
|
|
13
12
|
build_dir=`build_dir`
|
|
14
|
-
echo $pkg_dir >> /tmp/foo
|
|
15
|
-
echo $build_dir >> /tmp/foo
|
|
16
13
|
mv "$build_dir" "$pkg_dir"
|
|
17
|
-
tmp_file="/tmp/species-proxy-properties.tmp"
|
|
14
|
+
tmp_file="~/.rbbt/tmp/species-proxy-properties.tmp"
|
|
15
|
+
mkdir -p $(basename "$tmp_file")
|
|
18
16
|
cat "$pkg_dir/species-proxy/properties.conf" |grep -v "^.dir =" >> $tmp_file
|
|
19
17
|
echo "\$dir = $pkg_dir/species-proxy/" > "$pkg_dir/species-proxy/properties.conf"
|
|
20
18
|
cat $tmp_file | grep -v "^#" >> "$pkg_dir/species-proxy/properties.conf"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbbt-text
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Miguel Vazquez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rbbt-util
|
|
@@ -88,6 +88,7 @@ executables:
|
|
|
88
88
|
extensions: []
|
|
89
89
|
extra_rdoc_files: []
|
|
90
90
|
files:
|
|
91
|
+
- bin/get_ppis.rb
|
|
91
92
|
- lib/rbbt/bow/bow.rb
|
|
92
93
|
- lib/rbbt/bow/dictionary.rb
|
|
93
94
|
- lib/rbbt/bow/misc.rb
|
|
@@ -135,30 +136,29 @@ files:
|
|
|
135
136
|
- share/rnorm/cue_default
|
|
136
137
|
- share/rnorm/tokens_default
|
|
137
138
|
- share/wordlists/stopwords
|
|
138
|
-
- test/rbbt/bow/test_misc.rb
|
|
139
139
|
- test/rbbt/bow/test_bow.rb
|
|
140
140
|
- test/rbbt/bow/test_dictionary.rb
|
|
141
|
-
- test/rbbt/
|
|
142
|
-
- test/rbbt/
|
|
141
|
+
- test/rbbt/bow/test_misc.rb
|
|
142
|
+
- test/rbbt/entity/test_document.rb
|
|
143
143
|
- test/rbbt/ner/segment/test_named_entity.rb
|
|
144
|
-
- test/rbbt/ner/segment/test_transformed.rb
|
|
145
144
|
- test/rbbt/ner/segment/test_segmented.rb
|
|
146
|
-
- test/rbbt/ner/
|
|
147
|
-
- test/rbbt/ner/
|
|
148
|
-
- test/rbbt/ner/
|
|
145
|
+
- test/rbbt/ner/segment/test_transformed.rb
|
|
146
|
+
- test/rbbt/ner/test_NER.rb
|
|
147
|
+
- test/rbbt/ner/test_abner.rb
|
|
148
|
+
- test/rbbt/ner/test_banner.rb
|
|
149
149
|
- test/rbbt/ner/test_chemical_tagger.rb
|
|
150
|
-
- test/rbbt/ner/
|
|
150
|
+
- test/rbbt/ner/test_finder.rb
|
|
151
|
+
- test/rbbt/ner/test_linnaeus.rb
|
|
152
|
+
- test/rbbt/ner/test_ngram_prefix_dictionary.rb
|
|
151
153
|
- test/rbbt/ner/test_oscar4.rb
|
|
152
|
-
- test/rbbt/ner/
|
|
154
|
+
- test/rbbt/ner/test_patterns.rb
|
|
153
155
|
- test/rbbt/ner/test_regexpNER.rb
|
|
154
156
|
- test/rbbt/ner/test_rnorm.rb
|
|
155
|
-
- test/rbbt/ner/
|
|
156
|
-
- test/rbbt/ner/
|
|
157
|
-
- test/rbbt/nlp/test_nlp.rb
|
|
157
|
+
- test/rbbt/ner/test_segment.rb
|
|
158
|
+
- test/rbbt/ner/test_token_trieNER.rb
|
|
158
159
|
- test/rbbt/nlp/open_nlp/test_sentence_splitter.rb
|
|
159
|
-
- test/rbbt/
|
|
160
|
+
- test/rbbt/nlp/test_nlp.rb
|
|
160
161
|
- test/test_helper.rb
|
|
161
|
-
- bin/get_ppis.rb
|
|
162
162
|
homepage: http://github.com/mikisvaz/rbbt-util
|
|
163
163
|
licenses: []
|
|
164
164
|
metadata: {}
|
|
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
178
178
|
version: '0'
|
|
179
179
|
requirements: []
|
|
180
180
|
rubyforge_project:
|
|
181
|
-
rubygems_version: 2.0
|
|
181
|
+
rubygems_version: 2.2.0
|
|
182
182
|
signing_key:
|
|
183
183
|
specification_version: 4
|
|
184
184
|
summary: Text mining tools for the Ruby Bioinformatics Toolkit (rbbt)
|