Skip to content

Instantly share code, notes, and snippets.

@mmatkinson
mmatkinson / nltk-intro.py
Last active January 28, 2016 15:37 — forked from alexbowe/nltk-intro.py
Demonstration of extracting key phrases with NLTK in Python
import nltk
#python 3.4.0
#nltk==3.0.4
#numpy==1.10.4
text = """The Buddha, the Godhead, resides quite as comfortably in the circuits of a digital
computer or the gears of a cycle transmission as he does at the top of a mountain
or in the petals of a flower. To think otherwise is to demean the Buddha...which is
to demean oneself."""