Skip to content

Instantly share code, notes, and snippets.

View saandeepatn's full-sized avatar
⚛️

Saandeepa T N saandeepatn

⚛️
  • Bengaluru, Karnataka
View GitHub Profile
@saandeepatn
saandeepatn / summary_tool.py
Last active May 30, 2019 22:52 — forked from shlomibabluki/summary_tool.py
Enabling it to work on python 3
# coding=UTF-8
from __future__ import division
import re
# This is a naive text summarization algorithm
# Created by Shlomi Babluki
# April, 2013
#to enable it to work on python 3 too
import sys