mushikago-sdk 0.3.7 → 0.4.0
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.
- data/README.md +45 -1
- data/doc/Mushikago.html +3 -3
- data/doc/Mushikago/Auth.html +1 -1
- data/doc/Mushikago/Auth/Signature.html +2 -2
- data/doc/Mushikago/Auth/Signer.html +1 -1
- data/doc/Mushikago/Config.html +1 -1
- data/doc/Mushikago/Hotaru.html +3 -3
- data/doc/Mushikago/Hotaru/ClassifierJudgeRequest.html +307 -0
- data/doc/Mushikago/Hotaru/Client.html +3511 -155
- data/doc/Mushikago/Hotaru/CollocationCreateRequest.html +375 -0
- data/doc/Mushikago/Hotaru/CollocationDeleteRequest.html +307 -0
- data/doc/Mushikago/Hotaru/CollocationDownloadRequest.html +307 -0
- data/doc/Mushikago/Hotaru/CollocationGetRequest.html +309 -0
- data/doc/Mushikago/Hotaru/CollocationListRequest.html +313 -0
- data/doc/Mushikago/Hotaru/CollocationWordlistRequest.html +313 -0
- data/doc/Mushikago/Hotaru/DictionaryDeleteRequest.html +305 -0
- data/doc/Mushikago/Hotaru/DictionaryListRequest.html +309 -0
- data/doc/Mushikago/Hotaru/DictionaryPutRequest.html +342 -0
- data/doc/Mushikago/Hotaru/DomainCreateRequest.html +313 -0
- data/doc/Mushikago/Hotaru/DomainDeleteRequest.html +305 -0
- data/doc/Mushikago/Hotaru/DomainInfoRequest.html +307 -0
- data/doc/Mushikago/Hotaru/DomainListRequest.html +311 -0
- data/doc/Mushikago/Hotaru/TagDeleteRequest.html +307 -0
- data/doc/Mushikago/Hotaru/TagListRequest.html +307 -0
- data/doc/Mushikago/Hotaru/TagPutRequest.html +307 -0
- data/doc/Mushikago/Hotaru/TextDeleteRequest.html +309 -0
- data/doc/Mushikago/Hotaru/TextGetRequest.html +307 -0
- data/doc/Mushikago/Hotaru/TextListRequest.html +315 -0
- data/doc/Mushikago/Hotaru/TextPutRequest.html +311 -0
- data/doc/Mushikago/Hotaru/TextTagsetRequest.html +311 -0
- data/doc/Mushikago/Hotaru/WordGetRequest.html +307 -0
- data/doc/Mushikago/Hotaru/WordListRequest.html +311 -0
- data/doc/Mushikago/Http.html +3 -3
- data/doc/Mushikago/Http/Client.html +104 -13
- data/doc/Mushikago/Http/DeleteRequest.html +240 -0
- data/doc/Mushikago/Http/GetRequest.html +240 -0
- data/doc/Mushikago/Http/MultipartPostRequest.html +265 -0
- data/doc/Mushikago/Http/MultipartPutRequest.html +265 -0
- data/doc/Mushikago/Http/MultipartRequest.html +7 -11
- data/doc/Mushikago/Http/PostRequest.html +240 -0
- data/doc/Mushikago/Http/PutRequest.html +240 -0
- data/doc/Mushikago/Http/Request.html +46 -133
- data/doc/Mushikago/Http/Response.html +56 -1
- data/doc/Mushikago/Mitsubachi.html +3 -3
- data/doc/Mushikago/Mitsubachi/Client.html +2 -2
- data/doc/Mushikago/Mitsubachi/HttpFetchRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/HttpPushRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/Project.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectCreateRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ProjectDeleteRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ProjectDiscontinueRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ProjectInfoRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ProjectListRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ProjectQueuesRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ProjectUpdateRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/Projects.html +1 -1
- data/doc/Mushikago/Mitsubachi/Resource.html +1 -1
- data/doc/Mushikago/Mitsubachi/ResourceDeleteRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ResourceGetRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ResourceListRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ResourceStoreRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/Resources.html +1 -1
- data/doc/Mushikago/Mitsubachi/Script.html +1 -1
- data/doc/Mushikago/Mitsubachi/ScriptDeleteRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ScriptDeployRequest.html +13 -57
- data/doc/Mushikago/Mitsubachi/ScriptGetRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/ScriptListRequest.html +13 -8
- data/doc/Mushikago/Mitsubachi/Scripts.html +1 -1
- data/doc/Mushikago/Tombo.html +3 -3
- data/doc/Mushikago/Tombo/CaptureRequest.html +13 -57
- data/doc/Mushikago/Tombo/CapturesRequest.html +13 -8
- data/doc/Mushikago/Tombo/Client.html +2 -2
- data/doc/Mushikago/Tombo/DeleteRequest.html +13 -57
- data/doc/Mushikago/Tombo/InfoRequest.html +13 -8
- data/doc/_index.html +227 -29
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +51 -2
- data/doc/index.html +51 -2
- data/doc/method_list.html +728 -256
- data/doc/top-level-namespace.html +1 -1
- data/lib/mushikago/hotaru.rb +35 -12
- data/lib/mushikago/hotaru/classifier_judge_request.rb +16 -0
- data/lib/mushikago/hotaru/client.rb +325 -27
- data/lib/mushikago/hotaru/collocation_create_request.rb +35 -0
- data/lib/mushikago/hotaru/collocation_delete_request.rb +16 -0
- data/lib/mushikago/hotaru/collocation_download_request.rb +16 -0
- data/lib/mushikago/hotaru/collocation_get_request.rb +18 -0
- data/lib/mushikago/hotaru/collocation_list_request.rb +23 -0
- data/lib/mushikago/hotaru/collocation_wordlist_request.rb +22 -0
- data/lib/mushikago/hotaru/dictionary_delete_request.rb +14 -0
- data/lib/mushikago/hotaru/dictionary_list_request.rb +23 -0
- data/lib/mushikago/hotaru/dictionary_put_request.rb +26 -0
- data/lib/mushikago/hotaru/domain_create_request.rb +23 -0
- data/lib/mushikago/hotaru/domain_delete_request.rb +14 -0
- data/lib/mushikago/hotaru/domain_info_request.rb +20 -0
- data/lib/mushikago/hotaru/domain_list_request.rb +21 -0
- data/lib/mushikago/hotaru/tag_delete_request.rb +18 -0
- data/lib/mushikago/hotaru/tag_list_request.rb +16 -0
- data/lib/mushikago/hotaru/tag_put_request.rb +17 -0
- data/lib/mushikago/hotaru/text_delete_request.rb +18 -0
- data/lib/mushikago/hotaru/text_get_request.rb +16 -0
- data/lib/mushikago/hotaru/text_list_request.rb +25 -0
- data/lib/mushikago/hotaru/text_put_request.rb +20 -0
- data/lib/mushikago/hotaru/text_tagset_request.rb +20 -0
- data/lib/mushikago/hotaru/word_get_request.rb +16 -0
- data/lib/mushikago/hotaru/word_list_request.rb +20 -0
- data/lib/mushikago/http/client.rb +5 -1
- data/lib/mushikago/http/request.rb +5 -0
- data/lib/mushikago/http/response.rb +7 -0
- data/lib/mushikago/version.rb +1 -1
- data/spec/mushikago/auth/signature_spec.rb +1 -2
- data/spec/mushikago/http/client_spec.rb +3 -2
- data/spec/mushikago/http/request_spec.rb +1 -3
- data/spec/mushikago/tombo/client_spec.rb +3 -2
- metadata +72 -21
- data/lib/mushikago/hotaru/request.rb +0 -32
- data/spec/mushikago/tombo/request_spec.rb +0 -23
data/lib/mushikago/hotaru.rb
CHANGED
@@ -3,20 +3,43 @@ module Mushikago
|
|
3
3
|
# Hotaruへのアクセスを行うモジュール
|
4
4
|
module Hotaru
|
5
5
|
autoload :Client, 'mushikago/hotaru/client'
|
6
|
-
autoload :Request, 'mushikago/hotaru/request'
|
7
6
|
|
8
|
-
|
9
|
-
autoload :
|
10
|
-
autoload :
|
7
|
+
# domain
|
8
|
+
autoload :DomainCreateRequest, 'mushikago/hotaru/domain_create_request'
|
9
|
+
autoload :DomainInfoRequest, 'mushikago/hotaru/domain_info_request'
|
10
|
+
autoload :DomainListRequest, 'mushikago/hotaru/domain_list_request'
|
11
|
+
autoload :DomainDeleteRequest, 'mushikago/hotaru/domain_delete_request'
|
11
12
|
|
12
|
-
|
13
|
-
autoload :
|
14
|
-
autoload :
|
13
|
+
# text
|
14
|
+
autoload :TextListRequest, 'mushikago/hotaru/text_list_request'
|
15
|
+
autoload :TextPutRequest, 'mushikago/hotaru/text_put_request'
|
16
|
+
autoload :TextDeleteRequest, 'mushikago/hotaru/text_delete_request'
|
17
|
+
autoload :TextTagsetRequest, 'mushikago/hotaru/text_tagset_request'
|
18
|
+
autoload :TextGetRequest, 'mushikago/hotaru/text_get_request'
|
15
19
|
|
16
|
-
|
17
|
-
autoload :
|
18
|
-
|
19
|
-
|
20
|
-
autoload :
|
20
|
+
# classifier
|
21
|
+
autoload :ClassifierJudgeRequest, 'mushikago/hotaru/classifier_judge_request'
|
22
|
+
|
23
|
+
# collocation
|
24
|
+
autoload :CollocationListRequest, 'mushikago/hotaru/collocation_list_request'
|
25
|
+
autoload :CollocationDeleteRequest, 'mushikago/hotaru/collocation_delete_request'
|
26
|
+
autoload :CollocationGetRequest, 'mushikago/hotaru/collocation_get_request'
|
27
|
+
autoload :CollocationCreateRequest, 'mushikago/hotaru/collocation_create_request'
|
28
|
+
autoload :CollocationDownloadRequest, 'mushikago/hotaru/collocation_download_request'
|
29
|
+
autoload :CollocationWordlistRequest, 'mushikago/hotaru/collocation_wordlist_request'
|
30
|
+
|
31
|
+
# tag
|
32
|
+
autoload :TagPutRequest, 'mushikago/hotaru/tag_put_request'
|
33
|
+
autoload :TagDeleteRequest, 'mushikago/hotaru/tag_delete_request'
|
34
|
+
autoload :TagListRequest, 'mushikago/hotaru/tag_list_request'
|
35
|
+
|
36
|
+
# word
|
37
|
+
autoload :WordListRequest, 'mushikago/hotaru/word_list_request'
|
38
|
+
autoload :WordGetRequest, 'mushikago/hotaru/word_get_request'
|
39
|
+
|
40
|
+
# dictionary
|
41
|
+
autoload :DictionaryPutRequest, 'mushikago/hotaru/dictionary_put_request'
|
42
|
+
autoload :DictionaryListRequest, 'mushikago/hotaru/dictionary_list_request'
|
43
|
+
autoload :DictionaryDeleteRequest, 'mushikago/hotaru/dictionary_delete_request'
|
21
44
|
end
|
22
45
|
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# -*- coding : utf-8 -*-
|
2
|
+
module Mushikago
|
3
|
+
module Hotaru
|
4
|
+
class ClassifierJudgeRequest < Mushikago::Http::PostRequest
|
5
|
+
def path; '/1/hotaru/classifier/judge' end
|
6
|
+
request_parameter :domain_name
|
7
|
+
request_parameter :text
|
8
|
+
|
9
|
+
def initialize domain_name, text, options={}
|
10
|
+
super(options)
|
11
|
+
self.domain_name = domain_name
|
12
|
+
self.text = text
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -17,58 +17,356 @@ module Mushikago
|
|
17
17
|
# Mushikago.config.load(YAML.load(File.read('config.yml')))
|
18
18
|
# client = Mushikago::Hotaru::Client.new
|
19
19
|
class Client < Mushikago::Http::Client
|
20
|
-
#
|
20
|
+
# ドメインを作成する
|
21
21
|
#
|
22
|
-
# @param [String]
|
22
|
+
# @param [String] domain_name ドメイン名
|
23
|
+
# @param [String] splitter スプリッター
|
23
24
|
# @param [Hash] options リクエストのオプション
|
24
|
-
# @option options [String] :
|
25
|
-
# @option options [
|
26
|
-
# @option options [
|
27
|
-
# @option options [String,Array] :tags タグ
|
25
|
+
# @option options [String] :description ドメインの説明
|
26
|
+
# @option options [String,Array] :dictionary_ids ユーザ辞書のID
|
27
|
+
# @option options [String,Array] :tags ドメイン内で使用するタグ
|
28
28
|
# @example
|
29
|
-
# client.
|
29
|
+
# client.domain_create('sample_domain', '2gram')
|
30
30
|
# @return [Mushikago::Http::Response] リクエストの結果
|
31
|
-
def
|
32
|
-
request =
|
31
|
+
def domain_create domain_name, splitter, options={}
|
32
|
+
request = Hotaru::DomainCreateRequest.new(domain_name, splitter, options)
|
33
33
|
send_request(request)
|
34
34
|
end
|
35
35
|
|
36
|
-
#
|
36
|
+
# ドメインの情報を参照する
|
37
37
|
#
|
38
|
+
# @param [String] domain_name ドメイン名
|
38
39
|
# @param [Hash] options リクエストのオプション
|
39
|
-
# @option options [
|
40
|
-
# @option options [String] :domain 指定したドメインの画像一覧を取得する
|
41
|
-
# @option options [String] :tag 指定したタグの画像一覧を取得する
|
42
|
-
# @option options [Integer] :limit(10) 最大取得件数(1-100)
|
43
|
-
# @option options [Integer] :offset(0) 取得オフセット
|
40
|
+
# @option options [Integer] :time
|
44
41
|
# @example
|
45
|
-
# client.
|
42
|
+
# client.domain_info('sample_domain')
|
46
43
|
# @return [Mushikago::Http::Response] リクエストの結果
|
47
|
-
def
|
48
|
-
request =
|
44
|
+
def domain_info domain_name, options={}
|
45
|
+
request = Hotaru::DomainInfoRequest.new(domain_name, options)
|
49
46
|
send_request(request)
|
50
47
|
end
|
51
48
|
|
52
|
-
#
|
49
|
+
# ドメインの一覧を取得する
|
53
50
|
#
|
54
|
-
# @param [String] id 画像のID
|
55
51
|
# @param [Hash] options リクエストのオプション
|
52
|
+
# @option options [Integer] :limit
|
53
|
+
# @option options [Integer] :offset
|
54
|
+
# @option options [String] :filter
|
56
55
|
# @example
|
57
|
-
# client.
|
56
|
+
# client.domain_list
|
58
57
|
# @return [Mushikago::Http::Response] リクエストの結果
|
59
|
-
def
|
60
|
-
request =
|
58
|
+
def domain_list options={}
|
59
|
+
request = Hotaru::DomainListRequest.new(options)
|
61
60
|
send_request(request)
|
62
61
|
end
|
63
62
|
|
64
|
-
#
|
63
|
+
# ドメインを削除する
|
65
64
|
#
|
65
|
+
# @param [String] domain_name ドメイン名
|
66
66
|
# @param [Hash] options リクエストのオプション
|
67
67
|
# @example
|
68
|
-
# client.
|
68
|
+
# client.domain_delete 'sample_domain'
|
69
69
|
# @return [Mushikago::Http::Response] リクエストの結果
|
70
|
-
def
|
71
|
-
request =
|
70
|
+
def domain_delete domain_name, options={}
|
71
|
+
request = Hotaru::DomainDeleteRequest.new(domain_name, options)
|
72
|
+
send_request(request)
|
73
|
+
end
|
74
|
+
|
75
|
+
# テキストを登録する
|
76
|
+
#
|
77
|
+
# @param [String] domain_name ドメイン名
|
78
|
+
# @param [String] text テキスト
|
79
|
+
# @param [String] tags タグ
|
80
|
+
# @param [Hash] options リクエストのオプション
|
81
|
+
# @option options [String] :text_name テキストにつける名前
|
82
|
+
# @example
|
83
|
+
# client.text_put 'sample_domain', '吾輩は猫である。名前はまだない。....', ['夏目漱石'], :text_name => '吾輩は猫である'
|
84
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
85
|
+
def text_put domain_name, text, tags, options={}
|
86
|
+
request = Hotaru::TextPutRequest.new(domain_name, text, tags, options)
|
87
|
+
send_request(request)
|
88
|
+
end
|
89
|
+
|
90
|
+
# テキストを削除する
|
91
|
+
#
|
92
|
+
# @param [String] domain_name ドメイン名
|
93
|
+
# @param [String] text_id テキストID
|
94
|
+
# @param [Hash] options リクエストのオプション
|
95
|
+
# @option options [String] :forcedelete textを強制的に削除する場合true
|
96
|
+
# @example
|
97
|
+
# client.text_delete 'sample_domain', 'text_id'
|
98
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
99
|
+
def text_delete domain_name, text_id, options={}
|
100
|
+
request = Hotaru::TextDeleteRequest.new(domain_name, text_id, options)
|
101
|
+
send_request(request)
|
102
|
+
end
|
103
|
+
|
104
|
+
# テキストにヒモ付たタグの追加更新
|
105
|
+
#
|
106
|
+
# @param [String] domain_name ドメイン名
|
107
|
+
# @param [String] text_id テキストID
|
108
|
+
# @param [String,Array] tags タグ
|
109
|
+
# @param [Hash] options リクエストのオプション
|
110
|
+
# @option options [String] :replace tagを追加する場合false, 入れ替える場合true
|
111
|
+
# @example
|
112
|
+
# client.text_tagset 'sample_domain', 'text_id', ['hoge']
|
113
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
114
|
+
def text_tagset domain_name, text_id, tags, options={}
|
115
|
+
request = Hotaru::TextTagsetRequest.new(domain_name, text_id, tags, options)
|
116
|
+
send_request(request)
|
117
|
+
end
|
118
|
+
|
119
|
+
# テキストを取得する
|
120
|
+
#
|
121
|
+
# @param [String] domain_name ドメイン名
|
122
|
+
# @param [String] text_id テキストID
|
123
|
+
# @param [Hash] options リクエストのオプション
|
124
|
+
# @option options [Boolean] :with_body trueを指定すると、response['body']でファイルの内容にアクセスすることができるようになります。
|
125
|
+
# @example
|
126
|
+
# client.text_get 'sample_domain', 'text_id'
|
127
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
128
|
+
def text_get domain_name, text_id, options={}
|
129
|
+
request = Hotaru::TextGetRequest.new(domain_name, text_id, options)
|
130
|
+
result = send_request(request)
|
131
|
+
if options[:with_body]
|
132
|
+
begin
|
133
|
+
uri = URI.parse(result['url'])
|
134
|
+
result['body'] = Net::HTTP.get(uri.host, uri.request_uri)
|
135
|
+
rescue
|
136
|
+
end
|
137
|
+
end
|
138
|
+
return result
|
139
|
+
end
|
140
|
+
|
141
|
+
# テキスト一覧を取得する
|
142
|
+
#
|
143
|
+
# @param [String] domain_name ドメイン名
|
144
|
+
# @param [Hash] options リクエストのオプション
|
145
|
+
# @option options [Integer] :limit
|
146
|
+
# @option options [Integer] :offset
|
147
|
+
# @option options [String] :filter
|
148
|
+
# @option options [String,Array] :tags
|
149
|
+
# @option options [String] :status
|
150
|
+
# @example
|
151
|
+
# client.text_list('sample_domain')
|
152
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
153
|
+
def text_list domain_name, options={}
|
154
|
+
request = Hotaru::TextListRequest.new(domain_name, options)
|
155
|
+
send_request(request)
|
156
|
+
end
|
157
|
+
|
158
|
+
# 指定されたtextにふさわしいtagを返す
|
159
|
+
#
|
160
|
+
# @param [String] domain_name ドメイン名
|
161
|
+
# @param [String] text text
|
162
|
+
# @param [Hash] options リクエストのオプション
|
163
|
+
# @example
|
164
|
+
# client.classifier_judge
|
165
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
166
|
+
def classifier_judge domain_name, text, options={}
|
167
|
+
request = Hotaru::ClassifierJudgeRequest.new(domain_name, text, options)
|
168
|
+
send_request(request)
|
169
|
+
end
|
170
|
+
|
171
|
+
# 共起グラフを作成する
|
172
|
+
#
|
173
|
+
# @param [String] domain_name ドメイン名
|
174
|
+
# @param [String,Array] tags タグ
|
175
|
+
# @param [Hash] options リクエストのオプション
|
176
|
+
# @option options [String,Array] :parts_of_speech 共起を取る単語の品詞
|
177
|
+
# @option options [String] :collocation_name 共起グラフにつける名前
|
178
|
+
# @option options [String] :lower_threshold 単語の出現数下限
|
179
|
+
# @option options [String] :upper_threshold 単語の出現数上限
|
180
|
+
# @option options [String] :description 共起グラフの説明
|
181
|
+
# @example
|
182
|
+
# client.collocation_create('sample_domain', ['tag1', 'tag2'])
|
183
|
+
# client.collocation_create('sample_domain', 'tag1', :parts_of_speech => Mushikago::Hotaru::CollocationCreateRequest::POS_LARGE)
|
184
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
185
|
+
def collocation_create domain_name, tags, options={}
|
186
|
+
request = Hotaru::CollocationCreateRequest.new(domain_name, tags, options)
|
187
|
+
send_request(request)
|
188
|
+
end
|
189
|
+
|
190
|
+
# 共起グラフ一覧を取得する
|
191
|
+
#
|
192
|
+
# @param [String] domain_name ドメイン名
|
193
|
+
# @param [Hash] options リクエストのオプション
|
194
|
+
# @option options [Integer] :limit
|
195
|
+
# @option options [Integer] :offset
|
196
|
+
# @option options [String] :filter
|
197
|
+
# @option options [String] :status
|
198
|
+
# @example
|
199
|
+
# client.collocation_list('sample_domain')
|
200
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
201
|
+
def collocation_list domain_name, options={}
|
202
|
+
request = Hotaru::CollocationListRequest.new(domain_name, options)
|
203
|
+
send_request(request)
|
204
|
+
end
|
205
|
+
|
206
|
+
# 共起グラフを削除する
|
207
|
+
#
|
208
|
+
# @param [String] domain_name ドメイン名
|
209
|
+
# @param [String] collocation_id 共起ID
|
210
|
+
# @param [Hash] options リクエストのオプション
|
211
|
+
# @example
|
212
|
+
# client.collocation_delete('sample_domain', 'c12345')
|
213
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
214
|
+
def collocation_delete domain_name, collocation_id, options={}
|
215
|
+
request = Hotaru::CollocationDeleteRequest.new(domain_name, collocation_id, options)
|
216
|
+
send_request(request)
|
217
|
+
end
|
218
|
+
|
219
|
+
# 共起語を取得する
|
220
|
+
#
|
221
|
+
# @param [String] domain_name ドメイン名
|
222
|
+
# @param [String] collocation_id 共起ID
|
223
|
+
# @param [String] word 共起語を取得したい単語
|
224
|
+
# @param [Hash] options リクエストのオプション
|
225
|
+
# @example
|
226
|
+
# client.collocation_get('sample_domain', 'c12345', '我輩')
|
227
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
228
|
+
def collocation_get domain_name, collocation_id, word, options={}
|
229
|
+
request = Hotaru::CollocationGetRequest.new(domain_name, collocation_id, word, options)
|
230
|
+
send_request(request)
|
231
|
+
end
|
232
|
+
|
233
|
+
# 共起グラフ内の単語一覧を取得する
|
234
|
+
#
|
235
|
+
# @param [String] domain_name ドメイン名
|
236
|
+
# @param [String] collocation_id 共起ID
|
237
|
+
# @param [Hash] options リクエストのオプション
|
238
|
+
# @option options [Integer] :limit
|
239
|
+
# @option options [Integer] :offset
|
240
|
+
# @option options [String] :filter
|
241
|
+
# @example
|
242
|
+
# client.collocation_wordlist('sample_domain', 'c12345')
|
243
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
244
|
+
def collocation_wordlist domain_name, collocation_id, options={}
|
245
|
+
request = Hotaru::CollocationWordlistRequest.new(domain_name, collocation_id, options)
|
246
|
+
send_request(request)
|
247
|
+
end
|
248
|
+
|
249
|
+
# 共起グラフをダウンロードする
|
250
|
+
#
|
251
|
+
# @param [String] domain_name ドメイン名
|
252
|
+
# @param [String] collocation_id 共起ID
|
253
|
+
# @param [Hash] options リクエストのオプション
|
254
|
+
# @option options [Boolean] :with_body trueを指定すると、response['body']でファイルの内容にアクセスすることができるようになります。
|
255
|
+
# @example
|
256
|
+
# client.collocation_download('sample_domain', 'c12345')
|
257
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
258
|
+
def collocation_download domain_name, collocation_id, options={}
|
259
|
+
request = Hotaru::CollocationDownloadRequest.new(domain_name, collocation_id, options)
|
260
|
+
result = send_request(request)
|
261
|
+
if options[:with_body]
|
262
|
+
begin
|
263
|
+
uri = URI.parse(result['url'])
|
264
|
+
result['body'] = Net::HTTP.get(uri.host, uri.request_uri)
|
265
|
+
rescue
|
266
|
+
end
|
267
|
+
end
|
268
|
+
return result
|
269
|
+
end
|
270
|
+
|
271
|
+
# ドメインにタグを登録する
|
272
|
+
#
|
273
|
+
# @param [String] domain_name ドメイン名
|
274
|
+
# @param [String] tag タグ
|
275
|
+
# @param [Hash] options リクエストのオプション
|
276
|
+
# @example
|
277
|
+
# client.tag_put('sample_domain', 'tag1')
|
278
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
279
|
+
def tag_put domain_name, tag, options={}
|
280
|
+
request = Hotaru::TagPutRequest.new(domain_name, tag, options)
|
281
|
+
send_request(request)
|
282
|
+
end
|
283
|
+
|
284
|
+
# ドメインに登録されているタグを削除する
|
285
|
+
#
|
286
|
+
# @param [String] domain_name ドメイン名
|
287
|
+
# @param [String] tag タグ
|
288
|
+
# @param [Hash] options リクエストのオプション
|
289
|
+
# @example
|
290
|
+
# client.tag_delete('sample_domain', 'tag1')
|
291
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
292
|
+
def tag_delete domain_name, tag, options={}
|
293
|
+
request = Hotaru::TagDeleteRequest.new(domain_name, tag, options)
|
294
|
+
send_request(request)
|
295
|
+
end
|
296
|
+
|
297
|
+
# ドメイン内のタグ一覧を取得する
|
298
|
+
#
|
299
|
+
# @param [String] domain_name ドメイン名
|
300
|
+
# @param [Hash] options リクエストのオプション
|
301
|
+
# @option options [String] :filter
|
302
|
+
# @example
|
303
|
+
# client.tag_list('sample_domain')
|
304
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
305
|
+
def tag_list domain_name, options={}
|
306
|
+
request = Hotaru::TagListRequest.new(domain_name, options)
|
307
|
+
send_request(request)
|
308
|
+
end
|
309
|
+
|
310
|
+
# 単語の一覧を取得する
|
311
|
+
#
|
312
|
+
# @param [Hash] options リクエストのオプション
|
313
|
+
# @param [String] domain_name ドメイン名
|
314
|
+
# @option options [Integer] :limit
|
315
|
+
# @option options [Integer] :offset
|
316
|
+
# @option options [String] :filter
|
317
|
+
# @example
|
318
|
+
# client.word_list 'sample_domain'
|
319
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
320
|
+
def word_list domain_name, options={}
|
321
|
+
request = Hotaru::WordListRequest.new(domain_name, options)
|
322
|
+
send_request(request)
|
323
|
+
end
|
324
|
+
|
325
|
+
# 指定した単語の詳細な情報を返す
|
326
|
+
#
|
327
|
+
# @param [String] domain_name ドメイン名
|
328
|
+
# @param [String] word
|
329
|
+
# @param [Hash] options リクエストのオプション
|
330
|
+
# @example
|
331
|
+
# client.word_get('sample_domain', '我輩')
|
332
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
333
|
+
def word_get domain_name, word, options={}
|
334
|
+
request = Hotaru::WordGetRequest.new(domain_name, word, options)
|
335
|
+
send_request(request)
|
336
|
+
end
|
337
|
+
|
338
|
+
# 辞書を登録する
|
339
|
+
#
|
340
|
+
# @param [String,File] dictionary_file 辞書ファイル
|
341
|
+
# @param [Hash] options リクエストのオプション
|
342
|
+
# @example
|
343
|
+
# client.dictionary_put 'custom.csv', :dictionary_name => 'mushikago用語'
|
344
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
345
|
+
def dictionary_put dictionary_file, options={}
|
346
|
+
request = Hotaru::DictionaryPutRequest.new(dictionary_file, options)
|
347
|
+
send_request(request)
|
348
|
+
end
|
349
|
+
|
350
|
+
# 辞書の一覧を取得する
|
351
|
+
#
|
352
|
+
# @param [Hash] options リクエストのオプション
|
353
|
+
# @example
|
354
|
+
# client.dictionary_list
|
355
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
356
|
+
def dictionary_list options={}
|
357
|
+
request = Hotaru::DictionaryListRequest.new(options)
|
358
|
+
send_request(request)
|
359
|
+
end
|
360
|
+
|
361
|
+
# 辞書を削除する
|
362
|
+
#
|
363
|
+
# @param [String] dictionary_id 辞書ID
|
364
|
+
# @param [Hash] options リクエストのオプション
|
365
|
+
# @example
|
366
|
+
# client.dictionary_delete('dicid')
|
367
|
+
# @return [Mushikago::Http::Response] リクエストの結果
|
368
|
+
def dictionary_delete dictionary_id, options={}
|
369
|
+
request = Hotaru::DictionaryDeleteRequest.new(dictionary_id, options)
|
72
370
|
send_request(request)
|
73
371
|
end
|
74
372
|
end
|