wlapi 0.0.5 → 0.0.6

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.
@@ -84,8 +84,9 @@ module WLAPI
84
84
 
85
85
  # Returns categories for a given input word.
86
86
  # --
87
- # Is it a good name? all names are in English, but here...
88
- def sachgebiet
87
+ # Is it a good name? all names are in English, but here..
88
+ # let's call it domain, not sachgebiet
89
+ def domain
89
90
  raise 'Not implemented yet!'
90
91
  end
91
92
 
@@ -198,7 +199,9 @@ module WLAPI
198
199
  # The result set is ordered according to the sum of the significances
199
200
  # in descending order. Note that due to the join involved,
200
201
  # this make take some time.
201
- def kookurrenzschnitt
202
+ # --
203
+ # let's call it intersection, not kookurrenzschnitt
204
+ def intersection
202
205
  raise 'Not implemented yet!'
203
206
  end
204
207
 
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "wlapi"
3
3
  s.summary = "Use different web services provided by the Project Wortschatz."
4
- s.description = "WLAPI is a programmatic API for web services provided by the projetct Wortschatz, University of Leiptzig."
4
+ s.description = "WLAPI is a programmatic API for web services provided by the project Wortschatz, University of Leipzig."
5
5
  s.rubyforge_project = "wlapi"
6
6
  s.requirements = [ 'Using this gem requires understanding of the linguistic background behind the WL project.' ]
7
- s.version = "0.0.5"
7
+ s.version = "0.0.6"
8
8
  s.author = "Andrei Beliankou"
9
9
  s.email = "a.belenkow@uni-trier.de"
10
10
  s.homepage = "http://www.uni-trier.de/index.php?id=34451"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wlapi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrei Beliankou
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: "0"
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
- description: WLAPI is a programmatic API for web services provided by the projetct Wortschatz, University of Leiptzig.
35
+ description: WLAPI is a programmatic API for web services provided by the project Wortschatz, University of Leipzig.
36
36
  email: a.belenkow@uni-trier.de
37
37
  executables: []
38
38
 
@@ -43,7 +43,42 @@ extra_rdoc_files:
43
43
  - example/example.rb
44
44
  - LICENSE
45
45
  files:
46
+ - wlapi-0.0.6.gem
46
47
  - wlapi.gemspec
48
+ - doc/images/loadingAnimation.gif
49
+ - doc/images/wrench.png
50
+ - doc/images/brick.png
51
+ - doc/images/page_white_text.png
52
+ - doc/images/ruby.png
53
+ - doc/images/plugin.png
54
+ - doc/images/bug.png
55
+ - doc/images/bullet_toggle_minus.png
56
+ - doc/images/find.png
57
+ - doc/images/zoom.png
58
+ - doc/images/bullet_toggle_plus.png
59
+ - doc/images/date.png
60
+ - doc/images/page_white_width.png
61
+ - doc/images/tag_green.png
62
+ - doc/images/wrench_orange.png
63
+ - doc/images/macFFBgHack.png
64
+ - doc/images/package.png
65
+ - doc/images/page_green.png
66
+ - doc/images/brick_link.png
67
+ - doc/images/bullet_black.png
68
+ - doc/js/darkfish.js
69
+ - doc/js/jquery.js
70
+ - doc/js/quicksearch.js
71
+ - doc/js/thickbox-compressed.js
72
+ - doc/rdoc.css
73
+ - doc/index.html
74
+ - doc/README.html
75
+ - doc/created.rid
76
+ - doc/WLAPI.html
77
+ - doc/INSTALL.html
78
+ - doc/WLAPI/API.html
79
+ - doc/example/example_rb.html
80
+ - doc/LICENSE.html
81
+ - doc/lib/wlapi_rb.html
47
82
  - INSTALL
48
83
  - LICENSE
49
84
  - README