Skip to content

Instantly share code, notes, and snippets.

@toolmantim
Created October 23, 2008 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toolmantim/19271 to your computer and use it in GitHub Desktop.
Save toolmantim/19271 to your computer and use it in GitHub Desktop.
class CuratorialContentFinder
include SemiAutomated
include CuratorialContentFinderFinder
include CollectiveConsciousness
include FrontalLobe
def recommend_related_article(article)
recommendations = network.advise_recommendations(article)
frontal_lobe.analyze(recommendations).recommended_article
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment