opener-outlet 1.0.5 → 1.0.6

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: 7ff341e7b4b21951e449c53856b4206632f732a1
4
- data.tar.gz: 0b8235e5b7d745c8406c870e400075a2827b1d63
3
+ metadata.gz: 76eebdba0042b655c5ea07cc29e7ae0bf987433f
4
+ data.tar.gz: 38ad7b6c77a399eb8df14bc524085aed5f572ab2
5
5
  SHA512:
6
- metadata.gz: fb31383fb0f9921d118eef0a4df0aa2c222132b7e401931ad74addda9c1745b2f0caed2dc97fcfa348462bfcca1c65e054ba4393a00ff97b5ec3c1d80710f506
7
- data.tar.gz: df9e66b1f1afe9803aa1e9f5e78404af863797a476c86d8e4652f8b4f9b4dcc1c9138c9eabfd648c25803284fec5af24826d17f3a482e76ac3a6da385eb8c997
6
+ metadata.gz: 4edf2966c62c7596ce61a6771e202ecf6ddbb78838cb0d42a7ecfe91c4518e8186a42cff2aa92cd23324e8c098f2abf4cd1d6f5e73263de0f4fc5810b356ca18
7
+ data.tar.gz: b22e982a372a642fac49a6245b74908a72391149ea940d68eb9a20f5ef118784c4e920c42119b8fbbbdcd5988cea332b7750dcdffb4cc57606a6f6597e894644
data/README.md CHANGED
@@ -1,16 +1,11 @@
1
1
  Outlet
2
2
  ------------
3
3
 
4
- Component that stores results from the Opener Web Services chain into a SQLite
5
- Database and shows them into your browser.
4
+ Component that stores results from the Opener Web Services chain into a SQLite Database and shows them into your browser.
6
5
 
7
6
  ### Confused by some terminology?
8
7
 
9
- This software is part of a larger collection of natural language processing
10
- tools known as "the OpeNER project". You can find more information about the
11
- project at the [OpeNER portal](http://opener-project.github.io). There you can
12
- also find references to terms like KAF (an XML standard to represent linguistic
13
- 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.
14
9
 
15
10
  Quick Use Example
16
11
  -----------------
@@ -19,8 +14,7 @@ Installing the outlet can be done by executing:
19
14
 
20
15
  gem install opener-outlet
21
16
 
22
- Please bare in mind that all components in OpeNER take KAF as an input and
23
- output KAF by default.
17
+ Please bare in mind that all components in OpeNER take KAF as an input and output KAF by default.
24
18
 
25
19
  ### Webservices
26
20
 
@@ -28,26 +22,20 @@ You can launch a webservice by executing:
28
22
 
29
23
  outlet-server
30
24
 
31
- This will launch a mini webserver with the webservice. It defaults to port 9292,
32
- so you can access it at <http://localhost:9292>.
25
+ This will launch a mini webserver with the webservice. It defaults to port 9292, so you can access it at <http://localhost:9292>.
33
26
 
34
- To launch it on a different port provide the `-p [port-number]` option like
35
- this:
27
+ To launch it on a different port provide the `-p [port-number]` option like this:
36
28
 
37
29
  outlet-server -p 1234
38
30
 
39
31
  It then launches at <http://localhost:1234>
40
32
 
41
- Documentation on the Webservice is provided by surfing to the urls provided
42
- above. For more information on how to launch a webservice run the command with
43
- the ```-h``` option.
33
+ 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.
44
34
 
45
35
 
46
36
  ### Daemon
47
37
 
48
- Last but not least the outlet comes shipped with a daemon that
49
- can read jobs (and write) jobs to and from Amazon SQS queues. For more
50
- information type:
38
+ Last but not least the outlet comes shipped with a daemon that can read jobs (and write) jobs to and from Amazon SQS queues. For more information type:
51
39
 
52
40
  outlet-daemon -h
53
41
 
@@ -55,8 +43,7 @@ information type:
55
43
  Description of dependencies
56
44
  ---------------------------
57
45
 
58
- This component runs best if you run it in an environment suited for OpeNER
59
- components. You can find an installation guide and helper tools in the [OpeNER installer](https://github.com/opener-project/opener-installer) and an
46
+ 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](https://github.com/opener-project/opener-installer) and an
60
47
  installation guide on the [Opener Website](http://opener-project.github.io/getting-started/how-to/local-installation.html)
61
48
 
62
49
  At least you need the following system setup:
@@ -79,8 +66,7 @@ Language Extension
79
66
  The Core
80
67
  --------
81
68
 
82
- The component is a fat wrapper around the actual language technology core. You
83
- can find the core technolies in the following repositories:
69
+ The component is a fat wrapper around the actual language technology core. You can find the core technolies in the following repositories:
84
70
 
85
71
  * (link to) Related Core readmes
86
72
 
@@ -93,8 +79,8 @@ Where to go from here
93
79
  Report problem/Get help
94
80
  -----------------------
95
81
 
96
- If you encounter problems, please email support@opener-project.eu or leave an
97
- issue in the [issue tracker](https://github.com/opener-project/outlet/issues).
82
+ If you encounter problems, please email support@opener-project.eu or leave an issue in the
83
+ [issue tracker](https://github.com/opener-project/outlet/issues).
98
84
 
99
85
 
100
86
  Contributing
data/config/database.rb CHANGED
@@ -18,7 +18,7 @@ else
18
18
  ActiveRecord::Base.establish_connection(
19
19
  adapter: 'mysql2',
20
20
  host: db_host || 'localhost',
21
- username: 'root',
21
+ username: db_user || 'root',
22
22
  password: db_pass || '',
23
23
  database: db_name || 'opener_development'
24
24
  )
@@ -1,5 +1,5 @@
1
1
  module Opener
2
2
  class Outlet
3
- VERSION = "1.0.5"
3
+ VERSION = "1.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opener-outlet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - development@olery.com
@@ -311,3 +311,4 @@ signing_key:
311
311
  specification_version: 4
312
312
  summary: Database storing for the web services output when using callbacks.
313
313
  test_files: []
314
+ has_rdoc: yard