Skip to content

Instantly share code, notes, and snippets.

@shivakar
shivakar / summarize.py
Created March 16, 2016 14:04 — 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].