opener-ned 2.0.2 → 2.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4537c35e5d9c6249f4794fe5157a30ce6d42d10
4
- data.tar.gz: 69b2d56576f125010b2110617ca230db77ed07d8
3
+ metadata.gz: d35edcc5163e7ee4acf369a40f5ed7ffc6cfed6b
4
+ data.tar.gz: dfa909cba69922c488a5facd694f1971fd4cc0d0
5
5
  SHA512:
6
- metadata.gz: cda69d001bef6e50266996ac6115d32650b9703fca2ad08d4b5429f528773443cef1fce6aab5f2c4cbf97efb49a37aa6f47a5421b302ba28fa5743df9e9223eb
7
- data.tar.gz: ab648e10c1f1580b956f7ec62ce052a1b93a91f8e4e1d12a9142f3cb0ce446e341f9ff5df1a30153365eea7c82578723229c1845b686e718187400617ee34a0c
6
+ metadata.gz: 42524f900603fdad922bff9a40a5f50ca69b3e6c9466706f42f6d8f5608b1cb5f59b81460d57249eabe489a55cbbd46cb90c515d3134a59040e0050e5d411014
7
+ data.tar.gz: e9e2f0e4ab781a3c853b6883549923239c531751036e2a9501d13918a6b801fd7631016ec4783ad1bfb15f674a11465801124dcaecd54e5dc97c749de32da7c4
data/README.md CHANGED
@@ -1,17 +1,12 @@
1
1
  Introduction
2
2
  ------------
3
3
 
4
- This repository contains a Named Entity Disambiguation tool that queries a
5
- DBpedia spotlight server. The client takes KAF as input (containing
6
- `<entities>` nodes).
4
+ This repository contains a Named Entity Disambiguation tool that queries a DBpedia spotlight server. The client takes KAF as input (containing `<entities>` nodes).
7
5
 
8
6
  ### Confused by some terminology?
9
7
 
10
- This software is part of a larger collection of natural language processing
11
- tools known as "the OpeNER project". You can find more information about the
12
- project at [the OpeNER portal](http://opener-project.github.io). There you can
13
- also find references to terms like KAF (an XML standard to represent linguistic
14
- annotations in texts), component, cores, scenario's and pipelines.
8
+ This software is part of a larger collection of natural language processing tools known as "the OpeNER project". You can find more information about the project at [the OpeNER portal](http://opener-project.github.io). There you can also find references to terms like KAF (an XML standard to represent linguistic annotations in texts), component, cores, scenario's and pipelines.
9
+
15
10
 
16
11
  Quick Use Example
17
12
  -----------------
@@ -20,8 +15,7 @@ Installing the ned can be done by executing:
20
15
 
21
16
  gem install opener-ned
22
17
 
23
- Please bare in mind that all components in OpeNER take KAF as an input and
24
- output KAF by default.
18
+ Please bare in mind that all components in OpeNER take KAF as an input and output KAF by default.
25
19
 
26
20
 
27
21
  ### Command line interface
@@ -56,26 +50,20 @@ You can launch a language identification webservice by executing:
56
50
 
57
51
  ned-server
58
52
 
59
- This will launch a mini webserver with the webservice. It defaults to port 9292,
60
- so you can access it at <http://localhost:9292>.
53
+ This will launch a mini webserver with the webservice. It defaults to port 9292, so you can access it at <http://localhost:9292>.
61
54
 
62
- To launch it on a different port provide the `-p [port-number]` option like
63
- this:
55
+ To launch it on a different port provide the `-p [port-number]` option like this:
64
56
 
65
57
  ned-server -p 1234
66
58
 
67
59
  It then launches at <http://localhost:1234>
68
60
 
69
- Documentation on the Webservice is provided by surfing to the urls provided
70
- above. For more information on how to launch a webservice run the command with
71
- the ```-h``` option.
61
+ Documentation on the Webservice is provided by surfing to the urls provided above. For more information on how to launch a webservice run the command with the ```-h``` option.
72
62
 
73
63
 
74
64
  ### Daemon
75
65
 
76
- Last but not least the NED comes shipped with a daemon that
77
- can read jobs (and write) jobs to and from Amazon SQS queues. For more
78
- information type:
66
+ Last but not least the NED comes shipped with a daemon that can read jobs (and write) jobs to and from Amazon SQS queues. For moreinformation type:
79
67
 
80
68
  ned-daemon -h
81
69
 
@@ -83,8 +71,7 @@ information type:
83
71
  Description of dependencies
84
72
  ---------------------------
85
73
 
86
- This component runs best if you run it in an environment suited for OpeNER
87
- components. You can find an installation guide and helper tools in the [OpeNER installer](ttps://github.com/opener-project/opener-installer) and an
74
+ This component runs best if you run it in an environment suited for OpeNER components. You can find an installation guide and helper tools in the [OpeNER installer](ttps://github.com/opener-project/opener-installer) and an
88
75
  [installation guide on the Opener Website](http://opener-project.github.io/getting-started/how-to/local-installation.html)
89
76
 
90
77
  At least you need the following system setup:
@@ -100,9 +87,7 @@ At least you need the following system setup:
100
87
 
101
88
  ### Structure
102
89
 
103
- This repository comes in two parts: a collection of Java source files and Ruby
104
- source files. The Java code can be found in the `core/` directory, everything
105
- else will be Ruby source code.
90
+ This repository comes in two parts: a collection of Java source files and Ruby source files. The Java code can be found in the `core/` directory, everything else will be Ruby source code.
106
91
 
107
92
  Language Extension
108
93
  ------------------
@@ -118,8 +103,8 @@ Where to go from here
118
103
  Report problem/Get help
119
104
  -----------------------
120
105
 
121
- If you encounter problems, please email <support@opener-project.eu> or leave an
122
- issue in the [issue tracker](https://github.com/opener-project/ned/issue).
106
+ If you encounter problems, please email <support@opener-project.eu> or leave an issue in the
107
+ [issue tracker](https://github.com/opener-project/ned/issue).
123
108
 
124
109
 
125
110
  Contributing
Binary file
@@ -1,5 +1,5 @@
1
1
  module Opener
2
2
  class Ned
3
- VERSION = '2.0.2'
3
+ VERSION = '2.0.3'
4
4
  end # Ned
5
5
  end # Opener
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opener-ned
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - development@olery.com
@@ -139,26 +139,26 @@ dependencies:
139
139
  description: NED client using DBpedia
140
140
  email:
141
141
  executables:
142
+ - ned
142
143
  - ned-daemon
143
144
  - ned-server
144
- - ned
145
145
  extensions: []
146
146
  extra_rdoc_files: []
147
147
  files:
148
+ - README.md
149
+ - bin/ned
150
+ - bin/ned-daemon
151
+ - bin/ned-server
152
+ - config.ru
148
153
  - core/target/ehu-ned-1.0.jar
154
+ - exec/ned.rb
149
155
  - lib/opener/ned.rb
150
- - lib/opener/ned/version.rb
151
- - lib/opener/ned/server.rb
152
156
  - lib/opener/ned/cli.rb
153
157
  - lib/opener/ned/public/markdown.css
158
+ - lib/opener/ned/server.rb
159
+ - lib/opener/ned/version.rb
154
160
  - lib/opener/ned/views/index.erb
155
161
  - opener-ned.gemspec
156
- - config.ru
157
- - README.md
158
- - exec/ned.rb
159
- - bin/ned-daemon
160
- - bin/ned-server
161
- - bin/ned
162
162
  homepage:
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.1.9
181
+ rubygems_version: 2.2.2
182
182
  signing_key:
183
183
  specification_version: 4
184
184
  summary: NED client using DBpedia