Skip to content

Instantly share code, notes, and snippets.

@DavidQL
Created July 6, 2011 23:16
Show Gist options
  • Save DavidQL/1068574 to your computer and use it in GitHub Desktop.
Save DavidQL/1068574 to your computer and use it in GitHub Desktop.
queue.subscribe do |payload|
begin
language = AlchemyApi::LanguageDetection.get_language_from_text(payload.force_encoding("UTF-8"))[:language]
rescue
end
p language
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment