The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From: Joe <qbpro...@gmail.com>
Date: Tue, 10 Mar 2009 20:36:57 -0700 (PDT)
Local: Tues, Mar 10 2009 11:36 pm
Subject: Dumping to PlainText
I'm trying to just dump plaintext from websites. I was originally
trying to use this function: http://nltk.googlecode.com/svn/trunk/doc/api/nltk.util-module.html#cl... but it was crashing. After some googling, I found this:
with this code:
page = urllib2.urlopen('http://somedomain/index.html').read()
# only the text nodes between body tags.
Since BeautifulSoup seems to pride itself in being able to handle any
Any help would be great,
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||