バグ #469
辞書データ animedb.json には「☆」が含まれるが、 Google Home からの入力「幽遊白書」には「☆」が含まれないためヒットしない
Yahoo! デベロッパーネットワーク テキスト解析 ルビ振り Web API で改修見込みあり。
Google Home からの入力を読みがなに変換することで、辞書データにヒットさせる。
※ ルビ振り Web API は、24 時間以内で 1 つのアプリケーション ID につき50000 件のリクエストが上限となっています。また、1 リクエストの最大サイズを100KB に制限しています。
https://developer.yahoo.co.jp/webapi/jlp/furigana/v1/furigana.html
# telnet jlp.yahooapis.jp 80
Trying 183.79.217.124...
Connected to edge12.g.yimg.jp.
Escape character is '^]'.
GET /FuriganaService/V1/furigana?sentence=%E5%B9%BD%E9%81%8A%E7%99%BD%E6%9B%B8 HTTP/1.1
Host: jlp.yahooapis.jp
User-Agent: Yahoo AppID: <あなたのアプリケーションID>
HTTP/1.1 200 OK
Date: Sat, 01 Dec 2018 07:03:15 GMT
Vary: Accept-Encoding
Content-Length: 482
Content-Type: text/xml; charset="UTF-8"
Age: 0
Connection: keep-alive
Via: http/1.1 edge2658.img.djm.yahoo.co.jp (ApacheTrafficServer [c sSf ])
Server: ATS
<?xml version="1.0" encoding="UTF-8"?>
<ResultSet xmlns="urn:yahoo:jp:jlp:FuriganaService" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:yahoo:jp:jlp:FuriganaService https://jlp.yahooapis.jp/FuriganaService/V1/furigana.xsd">
<Result>
<WordList>
<Word>
<Surface>幽遊白書</Surface>
<Furigana>ゆうゆうはくしょ</Furigana>
<Roman>yuuyuuhakusyo</Roman>
</Word>
</WordList>
</Result>
</ResultSet>
Connection closed by foreign host.
- ステータス を 新規 から 完了 に変更
- 進捗率 を 0 から 100 に変更
他の形式にエクスポート: Atom
PDF