excite 2.1.1 → 2.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.
- data/Gemfile.lock +1 -1
- data/lib/excite/resources/model +0 -0
- data/lib/excite/resources/trainingdata/tagged_references.txt +479 -4
- data/lib/excite/version.rb +1 -1
- data/model/test/analysis.csv +46 -46
- data/model/test/output.txt +32206 -14785
- metadata +7 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: excite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -201,12 +201,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
201
201
|
- - ! '>='
|
202
202
|
- !ruby/object:Gem::Version
|
203
203
|
version: '0'
|
204
|
+
segments:
|
205
|
+
- 0
|
206
|
+
hash: -1781829031908888469
|
204
207
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
205
208
|
none: false
|
206
209
|
requirements:
|
207
210
|
- - ! '>='
|
208
211
|
- !ruby/object:Gem::Version
|
209
212
|
version: '0'
|
213
|
+
segments:
|
214
|
+
- 0
|
215
|
+
hash: -1781829031908888469
|
210
216
|
requirements: []
|
211
217
|
rubyforge_project:
|
212
218
|
rubygems_version: 1.8.23
|
@@ -219,4 +225,3 @@ test_files:
|
|
219
225
|
- spec/excite/postprocessor_spec.rb
|
220
226
|
- spec/excite/token_features_spec.rb
|
221
227
|
- spec/spec_helper.rb
|
222
|
-
has_rdoc:
|