Skip to content

Instantly share code, notes, and snippets.

View fxtentacle's full-sized avatar

Hajo Nils Krabbenhöft fxtentacle

View GitHub Profile
@fxtentacle
fxtentacle / summarize.py
Last active September 25, 2015 10:38 — forked from rodricios/summarize.py
Flipboard's summarization algorithm, sort of
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
pip install networkx distance pattern
In Flipboard's article[1], they kindly divulge their interpretation
of the summarization technique called LexRank[2].