opener-constituent-parser-nl 1.0.0 → 1.1.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: 6fb4abe6d9ba20a847991088e724f976c1c0f513
|
4
|
+
data.tar.gz: 630fdefa1e52a567c48e2cd9faf2302e0bcf4a2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3436a9fd712446d68970d135bc04eb4dafd5df0e8d87c3c91104a250d6f150a5ce61cc290192acb545ff7d216102ddc14744fd7f0f3284e0471a799a3d4a723
|
7
|
+
data.tar.gz: 27212605333aca1981b600b345a4daad8a1ed2a1bdef2aaac4943caab91eaaa721444c83f47d037552a6a7b8dd32a794e58b9b37a21c72d0a51e3ca3547024b0
|
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.
|
@@ -34,7 +34,7 @@ module Opener
|
|
34
34
|
# @param [Array] args Commandline arguments passed to the command.
|
35
35
|
#
|
36
36
|
def command
|
37
|
-
return "#{adjust_python_path} python
|
37
|
+
return "#{adjust_python_path} python #{kernel} #{args.join(' ')}"
|
38
38
|
end
|
39
39
|
|
40
40
|
##
|
@@ -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
|
|
@@ -18,6 +19,7 @@ Gem::Specification.new do |gem|
|
|
18
19
|
'*.gemspec',
|
19
20
|
'*_requirements.txt',
|
20
21
|
'README.md',
|
22
|
+
'LICENSE.txt',
|
21
23
|
'task/*'
|
22
24
|
]).select { |file| File.file?(file) }
|
23
25
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opener-constituent-parser-nl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.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/constituent-parser-nl
|
93
94
|
- core/alpino_parser.py
|
@@ -105,7 +106,8 @@ files:
|
|
105
106
|
- task/requirements.rake
|
106
107
|
- task/test.rake
|
107
108
|
homepage: http://opener-project.github.com/
|
108
|
-
licenses:
|
109
|
+
licenses:
|
110
|
+
- Apache 2.0
|
109
111
|
metadata: {}
|
110
112
|
post_install_message:
|
111
113
|
rdoc_options: []
|