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/README.md
CHANGED
@@ -5,7 +5,7 @@ Mushikago SDK for Ruby.
|
|
5
5
|
- **Author**: Toru Matsuoka
|
6
6
|
- **Copyright**: 2011
|
7
7
|
- **License**: Apache License, Version 2.0
|
8
|
-
- **Latest Version**: 0.
|
8
|
+
- **Latest Version**: 0.4.0
|
9
9
|
- **Release Date**: January 27th 2012
|
10
10
|
|
11
11
|
|
@@ -111,6 +111,48 @@ Mushikago SDK for Rubyはgemを使ってインストールします。
|
|
111
111
|
puts ret['url']
|
112
112
|
end
|
113
113
|
|
114
|
+
### hotaruを利用する
|
115
|
+
|
116
|
+
以下のコードで[mitsubachi](http://www.mushikago.org/mitsubachi/)を利用することができます。
|
117
|
+
|
118
|
+
require 'mushikago'
|
119
|
+
|
120
|
+
client = Mushikago::Mitsubachi::Client.new(:api_key => '<APIキー>', :secret_key => '<シークレットキー>')
|
121
|
+
|
122
|
+
domain_name = 'sample_domain'
|
123
|
+
|
124
|
+
# ドメイン作成
|
125
|
+
client.domain_create(domain_name, 'english', :tags => ['negative', 'positive'])
|
126
|
+
|
127
|
+
# テキスト登録
|
128
|
+
client.text_put(domain_name, 'This is too bad.', ['negative'])
|
129
|
+
client.text_put(domain_name, 'This is very good.', ['positive'])
|
130
|
+
|
131
|
+
# 登録されたテキストの学習が完了するまでsleep
|
132
|
+
sleep 1 until client.text_list(domain_name)['texts'].all?{|text| text['status'] == 'complete'}
|
133
|
+
|
134
|
+
# クラス判定
|
135
|
+
result = client.classifier_judge(domain_name, 'good bye!')
|
136
|
+
puts result['tag']
|
137
|
+
# => positive
|
138
|
+
|
139
|
+
# 共起グラフ作成
|
140
|
+
result = client.collocation_create(domain_name, ['negative', 'positive'])
|
141
|
+
collocation_id = result['collocation_id']
|
142
|
+
|
143
|
+
# 共起グラフの作成が完了するまでsleep
|
144
|
+
sleep 1 until client.collocation_list(domain_name)['collocations'].all?{|col| col['status'] == 'error' || col['status'] == 'complete'}
|
145
|
+
|
146
|
+
# 共起語取得
|
147
|
+
result = client.collocation_get(domain_name, collocation_id, 'This')
|
148
|
+
puts result['words']
|
149
|
+
# => [{"word"=>"bad", "score"=>4.4986811569504646},
|
150
|
+
# {"word"=>"good", "score"=>4.4986811569504646},
|
151
|
+
# {"word"=>"too", "score"=>4.4986811569504646},
|
152
|
+
# {"word"=>"very", "score"=>4.4986811569504646},
|
153
|
+
# {"word"=>"is", "score"=>3.3137419313374643}]
|
154
|
+
|
155
|
+
|
114
156
|
#### APIキーとシークレットキーの設定方法
|
115
157
|
|
116
158
|
APIキーとシークレットキーは以下の方法でも設定することができます。
|
@@ -151,6 +193,8 @@ $ export MUSHIKAGO_SECRET_KEY=<シークレットキー>
|
|
151
193
|
変更履歴
|
152
194
|
--------
|
153
195
|
|
196
|
+
- **Feb.20.12**: 0.4.0 release
|
197
|
+
- 新サービス「hotaru」対応
|
154
198
|
- **Feb.14.12**: 0.3.7 release
|
155
199
|
- Multipartでアップロードするファイルの最後に改行が付与される件修正
|
156
200
|
- **Jan.27.12**: 0.3.6 release
|
data/doc/Mushikago.html
CHANGED
@@ -73,7 +73,7 @@
|
|
73
73
|
|
74
74
|
<dt class="r1 last">Defined in:</dt>
|
75
75
|
<dd class="r1 last">lib/mushikago.rb<span class="defines">,<br />
|
76
|
-
lib/mushikago/
|
76
|
+
lib/mushikago/auth.rb,<br /> lib/mushikago/http.rb,<br /> lib/mushikago/tombo.rb,<br /> lib/mushikago/hotaru.rb,<br /> lib/mushikago/version.rb,<br /> lib/mushikago/mitsubachi.rb,<br /> lib/mushikago/http/client.rb,<br /> lib/mushikago/auth/signer.rb,<br /> lib/mushikago/tombo/client.rb,<br /> lib/mushikago/http/request.rb,<br /> lib/mushikago/configuration.rb,<br /> lib/mushikago/http/response.rb,<br /> lib/mushikago/hotaru/client.rb,<br /> lib/mushikago/http/multipart.rb,<br /> lib/mushikago/auth/signature.rb,<br /> lib/mushikago/http/request/put.rb,<br /> lib/mushikago/http/request/get.rb,<br /> lib/mushikago/http/request/post.rb,<br /> lib/mushikago/mitsubachi/script.rb,<br /> lib/mushikago/mitsubachi/client.rb,<br /> lib/mushikago/tombo/info_request.rb,<br /> lib/mushikago/mitsubachi/scripts.rb,<br /> lib/mushikago/mitsubachi/project.rb,<br /> lib/mushikago/mitsubachi/resource.rb,<br /> lib/mushikago/http/request/delete.rb,<br /> lib/mushikago/mitsubachi/projects.rb,<br /> lib/mushikago/mitsubachi/resources.rb,<br /> lib/mushikago/tombo/delete_request.rb,<br /> lib/mushikago/tombo/capture_request.rb,<br /> lib/mushikago/hotaru/tag_put_request.rb,<br /> lib/mushikago/tombo/captures_request.rb,<br /> lib/mushikago/hotaru/tag_list_request.rb,<br /> lib/mushikago/hotaru/text_put_request.rb,<br /> lib/mushikago/hotaru/text_get_request.rb,<br /> lib/mushikago/hotaru/word_get_request.rb,<br /> lib/mushikago/hotaru/text_list_request.rb,<br /> lib/mushikago/hotaru/word_list_request.rb,<br /> lib/mushikago/hotaru/tag_delete_request.rb,<br /> lib/mushikago/hotaru/domain_info_request.rb,<br /> lib/mushikago/hotaru/text_tagset_request.rb,<br /> lib/mushikago/http/request/multipart_put.rb,<br /> lib/mushikago/hotaru/text_delete_request.rb,<br /> lib/mushikago/hotaru/domain_list_request.rb,<br /> lib/mushikago/http/request/multipart_post.rb,<br /> lib/mushikago/hotaru/domain_delete_request.rb,<br /> lib/mushikago/mitsubachi/http_push_request.rb,<br /> lib/mushikago/hotaru/domain_create_request.rb,<br /> lib/mushikago/hotaru/dictionary_put_request.rb,<br /> lib/mushikago/mitsubachi/script_get_request.rb,<br /> lib/mushikago/mitsubachi/http_fetch_request.rb,<br /> lib/mushikago/hotaru/collocation_get_request.rb,<br /> lib/mushikago/mitsubachi/script_list_request.rb,<br /> lib/mushikago/hotaru/dictionary_list_request.rb,<br /> lib/mushikago/hotaru/collocation_list_request.rb,<br /> lib/mushikago/hotaru/classifier_judge_request.rb,<br /> lib/mushikago/mitsubachi/project_list_request.rb,<br /> lib/mushikago/mitsubachi/project_info_request.rb,<br /> lib/mushikago/mitsubachi/resource_get_request.rb,<br /> lib/mushikago/mitsubachi/script_deploy_request.rb,<br /> lib/mushikago/mitsubachi/resource_list_request.rb,<br /> lib/mushikago/mitsubachi/script_delete_request.rb,<br /> lib/mushikago/hotaru/dictionary_delete_request.rb,<br /> lib/mushikago/mitsubachi/project_queues_request.rb,<br /> lib/mushikago/hotaru/collocation_create_request.rb,<br /> lib/mushikago/hotaru/collocation_delete_request.rb,<br /> lib/mushikago/mitsubachi/project_update_request.rb,<br /> lib/mushikago/mitsubachi/project_create_request.rb,<br /> lib/mushikago/mitsubachi/project_delete_request.rb,<br /> lib/mushikago/mitsubachi/resource_store_request.rb,<br /> lib/mushikago/mitsubachi/resource_delete_request.rb,<br /> lib/mushikago/hotaru/collocation_download_request.rb,<br /> lib/mushikago/hotaru/collocation_wordlist_request.rb,<br /> lib/mushikago/mitsubachi/project_discontinue_request.rb</span>
|
77
77
|
</dd>
|
78
78
|
|
79
79
|
</dl>
|
@@ -123,7 +123,7 @@ Mushikago SDK for Ruby のバージョン
|
|
123
123
|
|
124
124
|
</div>
|
125
125
|
</dt>
|
126
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.
|
126
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.4.0</span><span class='tstring_end'>'</span></span></pre></dd>
|
127
127
|
|
128
128
|
</dl>
|
129
129
|
|
@@ -237,7 +237,7 @@ config コンフィグのインスタンスへのアクセスを提供する
|
|
237
237
|
</div>
|
238
238
|
|
239
239
|
<div id="footer">
|
240
|
-
Generated on
|
240
|
+
Generated on Mon Feb 20 09:55:31 2012 by
|
241
241
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
242
242
|
0.7.4 (ruby-1.9.2).
|
243
243
|
</div>
|
data/doc/Mushikago/Auth.html
CHANGED
@@ -113,7 +113,7 @@ Mushikagoサービスの認証を扱うモジュール
|
|
113
113
|
</div>
|
114
114
|
|
115
115
|
<div id="footer">
|
116
|
-
Generated on
|
116
|
+
Generated on Mon Feb 20 09:55:31 2012 by
|
117
117
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
118
118
|
0.7.4 (ruby-1.9.2).
|
119
119
|
</div>
|
@@ -71,7 +71,7 @@
|
|
71
71
|
|
72
72
|
|
73
73
|
<dt class="r1">Included in:</dt>
|
74
|
-
<dd class="r1"><span class='object_link'><a href="../
|
74
|
+
<dd class="r1"><span class='object_link'><a href="../Http/DeleteRequest.html" title="Mushikago::Http::DeleteRequest (class)">Http::DeleteRequest</a></span>, <span class='object_link'><a href="../Http/GetRequest.html" title="Mushikago::Http::GetRequest (class)">Http::GetRequest</a></span>, <span class='object_link'><a href="../Http/MultipartPostRequest.html" title="Mushikago::Http::MultipartPostRequest (class)">Http::MultipartPostRequest</a></span>, <span class='object_link'><a href="../Http/MultipartPutRequest.html" title="Mushikago::Http::MultipartPutRequest (class)">Http::MultipartPutRequest</a></span>, <span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Http::PostRequest</a></span>, <span class='object_link'><a href="../Http/PutRequest.html" title="Mushikago::Http::PutRequest (class)">Http::PutRequest</a></span></dd>
|
75
75
|
|
76
76
|
|
77
77
|
|
@@ -303,7 +303,7 @@ MushikagoのリクエストにMix-inして利用する
|
|
303
303
|
</div>
|
304
304
|
|
305
305
|
<div id="footer">
|
306
|
-
Generated on
|
306
|
+
Generated on Mon Feb 20 09:55:32 2012 by
|
307
307
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
308
308
|
0.7.4 (ruby-1.9.2).
|
309
309
|
</div>
|
@@ -456,7 +456,7 @@ A new instance of Signer
|
|
456
456
|
</div>
|
457
457
|
|
458
458
|
<div id="footer">
|
459
|
-
Generated on
|
459
|
+
Generated on Mon Feb 20 09:55:32 2012 by
|
460
460
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
461
461
|
0.7.4 (ruby-1.9.2).
|
462
462
|
</div>
|
data/doc/Mushikago/Config.html
CHANGED
@@ -276,7 +276,7 @@ optionsをロードします
|
|
276
276
|
</div>
|
277
277
|
|
278
278
|
<div id="footer">
|
279
|
-
Generated on
|
279
|
+
Generated on Mon Feb 20 09:55:32 2012 by
|
280
280
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
281
281
|
0.7.4 (ruby-1.9.2).
|
282
282
|
</div>
|
data/doc/Mushikago/Hotaru.html
CHANGED
@@ -73,7 +73,7 @@
|
|
73
73
|
|
74
74
|
<dt class="r1 last">Defined in:</dt>
|
75
75
|
<dd class="r1 last">lib/mushikago/hotaru.rb<span class="defines">,<br />
|
76
|
-
lib/mushikago/hotaru/client.rb,<br /> lib/mushikago/hotaru/
|
76
|
+
lib/mushikago/hotaru/client.rb,<br /> lib/mushikago/hotaru/tag_put_request.rb,<br /> lib/mushikago/hotaru/tag_list_request.rb,<br /> lib/mushikago/hotaru/text_put_request.rb,<br /> lib/mushikago/hotaru/text_get_request.rb,<br /> lib/mushikago/hotaru/word_get_request.rb,<br /> lib/mushikago/hotaru/text_list_request.rb,<br /> lib/mushikago/hotaru/word_list_request.rb,<br /> lib/mushikago/hotaru/tag_delete_request.rb,<br /> lib/mushikago/hotaru/domain_info_request.rb,<br /> lib/mushikago/hotaru/text_tagset_request.rb,<br /> lib/mushikago/hotaru/text_delete_request.rb,<br /> lib/mushikago/hotaru/domain_list_request.rb,<br /> lib/mushikago/hotaru/domain_delete_request.rb,<br /> lib/mushikago/hotaru/domain_create_request.rb,<br /> lib/mushikago/hotaru/dictionary_put_request.rb,<br /> lib/mushikago/hotaru/collocation_get_request.rb,<br /> lib/mushikago/hotaru/dictionary_list_request.rb,<br /> lib/mushikago/hotaru/collocation_list_request.rb,<br /> lib/mushikago/hotaru/classifier_judge_request.rb,<br /> lib/mushikago/hotaru/dictionary_delete_request.rb,<br /> lib/mushikago/hotaru/collocation_create_request.rb,<br /> lib/mushikago/hotaru/collocation_delete_request.rb,<br /> lib/mushikago/hotaru/collocation_download_request.rb,<br /> lib/mushikago/hotaru/collocation_wordlist_request.rb</span>
|
77
77
|
</dd>
|
78
78
|
|
79
79
|
</dl>
|
@@ -97,7 +97,7 @@ Hotaruへのアクセスを行うモジュール
|
|
97
97
|
|
98
98
|
|
99
99
|
|
100
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Hotaru/Client.html" title="Mushikago::Hotaru::Client (class)">Client</a></span>, <span class='object_link'><a href="Hotaru/
|
100
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Hotaru/ClassifierJudgeRequest.html" title="Mushikago::Hotaru::ClassifierJudgeRequest (class)">ClassifierJudgeRequest</a></span>, <span class='object_link'><a href="Hotaru/Client.html" title="Mushikago::Hotaru::Client (class)">Client</a></span>, <span class='object_link'><a href="Hotaru/CollocationCreateRequest.html" title="Mushikago::Hotaru::CollocationCreateRequest (class)">CollocationCreateRequest</a></span>, <span class='object_link'><a href="Hotaru/CollocationDeleteRequest.html" title="Mushikago::Hotaru::CollocationDeleteRequest (class)">CollocationDeleteRequest</a></span>, <span class='object_link'><a href="Hotaru/CollocationDownloadRequest.html" title="Mushikago::Hotaru::CollocationDownloadRequest (class)">CollocationDownloadRequest</a></span>, <span class='object_link'><a href="Hotaru/CollocationGetRequest.html" title="Mushikago::Hotaru::CollocationGetRequest (class)">CollocationGetRequest</a></span>, <span class='object_link'><a href="Hotaru/CollocationListRequest.html" title="Mushikago::Hotaru::CollocationListRequest (class)">CollocationListRequest</a></span>, <span class='object_link'><a href="Hotaru/CollocationWordlistRequest.html" title="Mushikago::Hotaru::CollocationWordlistRequest (class)">CollocationWordlistRequest</a></span>, <span class='object_link'><a href="Hotaru/DictionaryDeleteRequest.html" title="Mushikago::Hotaru::DictionaryDeleteRequest (class)">DictionaryDeleteRequest</a></span>, <span class='object_link'><a href="Hotaru/DictionaryListRequest.html" title="Mushikago::Hotaru::DictionaryListRequest (class)">DictionaryListRequest</a></span>, <span class='object_link'><a href="Hotaru/DictionaryPutRequest.html" title="Mushikago::Hotaru::DictionaryPutRequest (class)">DictionaryPutRequest</a></span>, <span class='object_link'><a href="Hotaru/DomainCreateRequest.html" title="Mushikago::Hotaru::DomainCreateRequest (class)">DomainCreateRequest</a></span>, <span class='object_link'><a href="Hotaru/DomainDeleteRequest.html" title="Mushikago::Hotaru::DomainDeleteRequest (class)">DomainDeleteRequest</a></span>, <span class='object_link'><a href="Hotaru/DomainInfoRequest.html" title="Mushikago::Hotaru::DomainInfoRequest (class)">DomainInfoRequest</a></span>, <span class='object_link'><a href="Hotaru/DomainListRequest.html" title="Mushikago::Hotaru::DomainListRequest (class)">DomainListRequest</a></span>, <span class='object_link'><a href="Hotaru/TagDeleteRequest.html" title="Mushikago::Hotaru::TagDeleteRequest (class)">TagDeleteRequest</a></span>, <span class='object_link'><a href="Hotaru/TagListRequest.html" title="Mushikago::Hotaru::TagListRequest (class)">TagListRequest</a></span>, <span class='object_link'><a href="Hotaru/TagPutRequest.html" title="Mushikago::Hotaru::TagPutRequest (class)">TagPutRequest</a></span>, <span class='object_link'><a href="Hotaru/TextDeleteRequest.html" title="Mushikago::Hotaru::TextDeleteRequest (class)">TextDeleteRequest</a></span>, <span class='object_link'><a href="Hotaru/TextGetRequest.html" title="Mushikago::Hotaru::TextGetRequest (class)">TextGetRequest</a></span>, <span class='object_link'><a href="Hotaru/TextListRequest.html" title="Mushikago::Hotaru::TextListRequest (class)">TextListRequest</a></span>, <span class='object_link'><a href="Hotaru/TextPutRequest.html" title="Mushikago::Hotaru::TextPutRequest (class)">TextPutRequest</a></span>, <span class='object_link'><a href="Hotaru/TextTagsetRequest.html" title="Mushikago::Hotaru::TextTagsetRequest (class)">TextTagsetRequest</a></span>, <span class='object_link'><a href="Hotaru/WordGetRequest.html" title="Mushikago::Hotaru::WordGetRequest (class)">WordGetRequest</a></span>, <span class='object_link'><a href="Hotaru/WordListRequest.html" title="Mushikago::Hotaru::WordListRequest (class)">WordListRequest</a></span>
|
101
101
|
|
102
102
|
|
103
103
|
</p>
|
@@ -111,7 +111,7 @@ Hotaruへのアクセスを行うモジュール
|
|
111
111
|
</div>
|
112
112
|
|
113
113
|
<div id="footer">
|
114
|
-
Generated on
|
114
|
+
Generated on Mon Feb 20 09:55:31 2012 by
|
115
115
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
116
116
|
0.7.4 (ruby-1.9.2).
|
117
117
|
</div>
|
@@ -0,0 +1,307 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Class: Mushikago::Hotaru::ClassifierJudgeRequest
|
8
|
+
|
9
|
+
— Documentation by YARD 0.7.4
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
relpath = '../..';
|
19
|
+
if (relpath != '') relpath += '/';
|
20
|
+
</script>
|
21
|
+
|
22
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
25
|
+
|
26
|
+
|
27
|
+
</head>
|
28
|
+
<body>
|
29
|
+
<script type="text/javascript" charset="utf-8">
|
30
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
31
|
+
</script>
|
32
|
+
|
33
|
+
<div id="header">
|
34
|
+
<div id="menu">
|
35
|
+
|
36
|
+
<a href="../../_index.html">Index (C)</a> »
|
37
|
+
<span class='title'><span class='object_link'><a href="../../Mushikago.html" title="Mushikago (module)">Mushikago</a></span></span> » <span class='title'><span class='object_link'><a href="../Hotaru.html" title="Mushikago::Hotaru (module)">Hotaru</a></span></span>
|
38
|
+
»
|
39
|
+
<span class="title">ClassifierJudgeRequest</span>
|
40
|
+
|
41
|
+
|
42
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div id="search">
|
46
|
+
|
47
|
+
<a id="class_list_link" href="#">Class List</a>
|
48
|
+
|
49
|
+
<a id="method_list_link" href="#">Method List</a>
|
50
|
+
|
51
|
+
<a id="file_list_link" href="#">File List</a>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
<div class="clear"></div>
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<iframe id="search_frame"></iframe>
|
58
|
+
|
59
|
+
<div id="content"><h1>Class: Mushikago::Hotaru::ClassifierJudgeRequest
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
</h1>
|
64
|
+
|
65
|
+
<dl class="box">
|
66
|
+
|
67
|
+
<dt class="r1">Inherits:</dt>
|
68
|
+
<dd class="r1">
|
69
|
+
<span class="inheritName"><span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Mushikago::Http::PostRequest</a></span></span>
|
70
|
+
|
71
|
+
<ul class="fullTree">
|
72
|
+
<li>Object</li>
|
73
|
+
|
74
|
+
<li class="next"><span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Mushikago::Http::Request</a></span></li>
|
75
|
+
|
76
|
+
<li class="next"><span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Mushikago::Http::PostRequest</a></span></li>
|
77
|
+
|
78
|
+
<li class="next">Mushikago::Hotaru::ClassifierJudgeRequest</li>
|
79
|
+
|
80
|
+
</ul>
|
81
|
+
<a href="#" class="inheritanceTree">show all</a>
|
82
|
+
|
83
|
+
</dd>
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
<dt class="r2 last">Defined in:</dt>
|
94
|
+
<dd class="r2 last">lib/mushikago/hotaru/classifier_judge_request.rb</dd>
|
95
|
+
|
96
|
+
</dl>
|
97
|
+
<div class="clear"></div>
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
<h2>Instance Attribute Summary</h2>
|
125
|
+
|
126
|
+
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Mushikago::Http::Request</a></span></h3>
|
127
|
+
<p class="inherited"><span class='object_link'><a href="../Http/Request.html#headers-instance_method" title="Mushikago::Http::Request#headers (method)">headers</a></span>, <span class='object_link'><a href="../Http/Request.html#host-instance_method" title="Mushikago::Http::Request#host (method)">host</a></span>, <span class='object_link'><a href="../Http/Request.html#params-instance_method" title="Mushikago::Http::Request#params (method)">params</a></span>, <span class='object_link'><a href="../Http/Request.html#path-instance_method" title="Mushikago::Http::Request#path (method)">path</a></span>, <span class='object_link'><a href="../Http/Request.html#port-instance_method" title="Mushikago::Http::Request#port (method)">port</a></span></p>
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
<h2>
|
132
|
+
Instance Method Summary
|
133
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
134
|
+
</h2>
|
135
|
+
|
136
|
+
<ul class="summary">
|
137
|
+
|
138
|
+
<li class="public ">
|
139
|
+
<span class="summary_signature">
|
140
|
+
|
141
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">- (ClassifierJudgeRequest) <strong>initialize</strong>(domain_name, text, options = {}) </a>
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
</span>
|
146
|
+
|
147
|
+
<span class="note title constructor">constructor</span>
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
<span class="summary_desc"><div class='inline'><p>
|
157
|
+
A new instance of ClassifierJudgeRequest.
|
158
|
+
</p>
|
159
|
+
</div></span>
|
160
|
+
|
161
|
+
</li>
|
162
|
+
|
163
|
+
|
164
|
+
<li class="public ">
|
165
|
+
<span class="summary_signature">
|
166
|
+
|
167
|
+
<a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
</span>
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
181
|
+
|
182
|
+
</li>
|
183
|
+
|
184
|
+
|
185
|
+
</ul>
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Http/PostRequest.html" title="Mushikago::Http::PostRequest (class)">Mushikago::Http::PostRequest</a></span></h3>
|
197
|
+
<p class="inherited"><span class='object_link'><a href="../Http/PostRequest.html#http_method-instance_method" title="Mushikago::Http::PostRequest#http_method (method)">#http_method</a></span></p>
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
<h3 class="inherited">Methods included from <span class='object_link'><a href="../Auth/Signature.html" title="Mushikago::Auth::Signature (module)">Auth::Signature</a></span></h3>
|
207
|
+
<p class="inherited"><span class='object_link'><a href="../Auth/Signature.html#add_signature%21-instance_method" title="Mushikago::Auth::Signature#add_signature! (method)">#add_signature!</a></span>, <span class='object_link'><a href="../Auth/Signature.html#string_to_sign-instance_method" title="Mushikago::Auth::Signature#string_to_sign (method)">#string_to_sign</a></span></p>
|
208
|
+
|
209
|
+
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
|
216
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Http/Request.html" title="Mushikago::Http::Request (class)">Mushikago::Http::Request</a></span></h3>
|
217
|
+
<p class="inherited"><span class='object_link'><a href="../Http/Request.html#%5B%5D-instance_method" title="Mushikago::Http::Request#[] (method)">#[]</a></span>, <span class='object_link'><a href="../Http/Request.html#%5B%5D%3D-instance_method" title="Mushikago::Http::Request#[]= (method)">#[]=</a></span>, <span class='object_link'><a href="../Http/Request.html#add_param-class_method" title="Mushikago::Http::Request.add_param (method)">add_param</a></span>, <span class='object_link'><a href="../Http/Request.html#to_http_request-instance_method" title="Mushikago::Http::Request#to_http_request (method)">#to_http_request</a></span>, <span class='object_link'><a href="../Http/Request.html#url_encoded_params-instance_method" title="Mushikago::Http::Request#url_encoded_params (method)">#url_encoded_params</a></span></p>
|
218
|
+
<div id="constructor_details" class="method_details_list">
|
219
|
+
<h2>Constructor Details</h2>
|
220
|
+
|
221
|
+
<div class="method_details first">
|
222
|
+
<p class="signature first" id="initialize-instance_method">
|
223
|
+
|
224
|
+
- (<tt><span class='object_link'><a href="" title="Mushikago::Hotaru::ClassifierJudgeRequest (class)">ClassifierJudgeRequest</a></span></tt>) <strong>initialize</strong>(domain_name, text, options = {})
|
225
|
+
|
226
|
+
|
227
|
+
|
228
|
+
</p><div class="docstring">
|
229
|
+
<div class="discussion">
|
230
|
+
<p>
|
231
|
+
A new instance of ClassifierJudgeRequest
|
232
|
+
</p>
|
233
|
+
|
234
|
+
|
235
|
+
</div>
|
236
|
+
</div>
|
237
|
+
<div class="tags">
|
238
|
+
|
239
|
+
|
240
|
+
</div><table class="source_code">
|
241
|
+
<tr>
|
242
|
+
<td>
|
243
|
+
<pre class="lines">
|
244
|
+
|
245
|
+
|
246
|
+
9
|
247
|
+
10
|
248
|
+
11
|
249
|
+
12
|
250
|
+
13</pre>
|
251
|
+
</td>
|
252
|
+
<td>
|
253
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/hotaru/classifier_judge_request.rb', line 9</span>
|
254
|
+
|
255
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_domain_name'>domain_name</span><span class='comma'>,</span> <span class='id identifier rubyid_text'>text</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='op'>=</span><span class='lbrace'>{</span><span class='rbrace'>}</span>
|
256
|
+
<span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
257
|
+
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_domain_name'>domain_name</span> <span class='op'>=</span> <span class='id identifier rubyid_domain_name'>domain_name</span>
|
258
|
+
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_text'>text</span> <span class='op'>=</span> <span class='id identifier rubyid_text'>text</span>
|
259
|
+
<span class='kw'>end</span></pre>
|
260
|
+
</td>
|
261
|
+
</tr>
|
262
|
+
</table>
|
263
|
+
</div>
|
264
|
+
|
265
|
+
</div>
|
266
|
+
|
267
|
+
|
268
|
+
<div id="instance_method_details" class="method_details_list">
|
269
|
+
<h2>Instance Method Details</h2>
|
270
|
+
|
271
|
+
|
272
|
+
<div class="method_details first">
|
273
|
+
<p class="signature first" id="path-instance_method">
|
274
|
+
|
275
|
+
- (<tt>Object</tt>) <strong>path</strong>
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
</p><table class="source_code">
|
280
|
+
<tr>
|
281
|
+
<td>
|
282
|
+
<pre class="lines">
|
283
|
+
|
284
|
+
|
285
|
+
5</pre>
|
286
|
+
</td>
|
287
|
+
<td>
|
288
|
+
<pre class="code"><span class="info file"># File 'lib/mushikago/hotaru/classifier_judge_request.rb', line 5</span>
|
289
|
+
|
290
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span><span class='semicolon'>;</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/1/hotaru/classifier/judge</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre>
|
291
|
+
</td>
|
292
|
+
</tr>
|
293
|
+
</table>
|
294
|
+
</div>
|
295
|
+
|
296
|
+
</div>
|
297
|
+
|
298
|
+
</div>
|
299
|
+
|
300
|
+
<div id="footer">
|
301
|
+
Generated on Mon Feb 20 09:55:34 2012 by
|
302
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
303
|
+
0.7.4 (ruby-1.9.2).
|
304
|
+
</div>
|
305
|
+
|
306
|
+
</body>
|
307
|
+
</html>
|