https://github.com/timakin/twitter_word_analysis_code
Twitter内でワード検索を行い、キーフレーズ抽出を行うコード
https://github.com/timakin/twitter_word_analysis_code
Last synced: over 1 year ago
JSON representation
Twitter内でワード検索を行い、キーフレーズ抽出を行うコード
- Host: GitHub
- URL: https://github.com/timakin/twitter_word_analysis_code
- Owner: timakin
- Created: 2014-05-25T07:37:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-25T07:41:51.000Z (about 12 years ago)
- Last Synced: 2025-01-23T19:19:53.537Z (over 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ツイッターで指定されたワードを検索し、その関連語をYahoo Developer Apiを使用して抽出するコード。
返り値はHashie::Mashで表示される。
以下使い方。
`
ruby word_analysis_with_api.rb 検索ワード
`