Skip to content

Instantly share code, notes, and snippets.

View joews's full-sized avatar

Joe Whitfield-Seed joews

View GitHub Profile
@joews
joews / README.md
Last active January 11, 2024 14:22
Animated d3 word cloud
@joews
joews / gensim_tutorials.py
Created February 11, 2014 20:46
Gensim tutorials
from gensim import corpora, models, similarities
import logging
# Working through @RadimRehurek's Gensim tutorials: http://radimrehurek.com/gensim/index.html
#logging.basicConfig(format='%(asctime)s : %(levelname)s : %(message)s', level=logging.INFO)
# Tutorial 1: Acquire and normalise texts, build and serialise dictionary and corpus
# http://radimrehurek.com/gensim/tut1.html