Attsun1031 / caravantone

music flow
0 stars 0 forks source link

youtube api検証 #2

Closed Attsun1031 closed 10 years ago

Attsun1031 commented 10 years ago

use case

  1. search topic from freebase
  2. search video by topic id from youtube

Use multiple topic id. If any topic is not found at step 1, search by keyword from youtube.

problem

freebase api にて、日本語クエリだとトピックが見つからない。

「pink floyd」なら見つかるが、「ピンクフロイド」では見つからない。 可能なケースもある。 「上原ひろみ」で「Hiromi」が引ける。

reference

https://developers.google.com/youtube/v3/docs/search/list?hl=ja https://developers.google.com/freebase/v1/search

Attsun1031 commented 10 years ago

Alternative: artist name をlast.fmのAPIから取得してキーワード検索 →日本語で検索すれば英語の結果が返るわけではないので無意味。

Attsun1031 commented 10 years ago

Alternative2: googleやmsのtranslator APIで日本語→英語変換 Googleは無料枠なし、MSは200million charまで。

Attsun1031 commented 10 years ago

外国のアーティストに関して、ユーザーに英語で検索させるのはそこまで不自然なことでもないので、日本語英語変換対応は必須ではない。