opener-opinion-detector-base 2.2.1 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 419da7553925fef20c6a07cebec2594152913fde
|
4
|
+
data.tar.gz: 013a50925a3ab68ad242e57f9b71ac57436d2cdb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef2289cd3bff3b26dc56ffc5ab2a1f19643c07470d8f050999ff0070f108d775e4ffc29efc2c4b32525f2e57af660da02be8a9f9a6eace8b5cdc84053825e421
|
7
|
+
data.tar.gz: 8e8302edc585df1853d2e44037643c3270ac7a9078450f09dbb6e64f14f3d9211e2f9b2b094d5e783e236730a9b7835276977b0b3a05f661cd72dd5acc0fd783
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
Copyright 2014 OpeNER Project Consortium
|
2
|
+
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
you may not use this file except in compliance with the License.
|
5
|
+
You may obtain a copy of the License at
|
6
|
+
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
See the License for the specific language governing permissions and
|
13
|
+
limitations under the License.
|
@@ -51,7 +51,7 @@ module Opener
|
|
51
51
|
# @param [Array] args Commandline arguments passed to the command.
|
52
52
|
#
|
53
53
|
def command(config_file)
|
54
|
-
return "#{adjust_python_path} python
|
54
|
+
return "#{adjust_python_path} python #{kernel} -m #{config_file} #{args.join(' ')}"
|
55
55
|
end
|
56
56
|
|
57
57
|
##
|
@@ -8,6 +8,7 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.description = gem.summary
|
9
9
|
gem.homepage = 'http://opener-project.github.com/'
|
10
10
|
gem.extensions = ['ext/hack/Rakefile']
|
11
|
+
gem.license = 'Apache 2.0'
|
11
12
|
|
12
13
|
gem.required_ruby_version = '>= 1.9.2'
|
13
14
|
|
@@ -20,6 +21,7 @@ Gem::Specification.new do |gem|
|
|
20
21
|
'*.gemspec',
|
21
22
|
'*_requirements.txt',
|
22
23
|
'README.md',
|
24
|
+
'LICENSE.txt',
|
23
25
|
'task/*'
|
24
26
|
]).select { |file| File.file?(file) }
|
25
27
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opener-opinion-detector-base
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- development@olery.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -88,6 +88,7 @@ extensions:
|
|
88
88
|
- ext/hack/Rakefile
|
89
89
|
extra_rdoc_files: []
|
90
90
|
files:
|
91
|
+
- LICENSE.txt
|
91
92
|
- README.md
|
92
93
|
- bin/opinion-detector-base
|
93
94
|
- core/annotation.cfg.erb
|
@@ -286,7 +287,8 @@ files:
|
|
286
287
|
- task/submodules.rake
|
287
288
|
- task/test.rake
|
288
289
|
homepage: http://opener-project.github.com/
|
289
|
-
licenses:
|
290
|
+
licenses:
|
291
|
+
- Apache 2.0
|
290
292
|
metadata: {}
|
291
293
|
post_install_message:
|
292
294
|
rdoc_options: []
|