Huge amount of plaintext data for parsing experiment
Asked Answered
R

2

7

I am developing a parser in ruby which parses some nonuniform text data. Can anybody tell me, where I can get a good number of plaintext data for that?

Roundly answered 26/4, 2011 at 3:53 Comment(0)
M
6

Here's you'll get a list of many:

http://www.quora.com/Data/Where-can-I-get-large-datasets-open-to-the-public

And my fav is:

http://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/tv+movies/imdb/

Migrate answered 26/4, 2011 at 3:54 Comment(1)
As long as amazon us-east-1d is up :)Bier
E
5

You could scrape Wikipedia (or just run a bunch of it through lynx -dump). That would also give you a vast source of non-English text as well. Project Gutenberg would be another good source of large amounts of plain text.

Elenore answered 26/4, 2011 at 4:1 Comment(3)
@Phrogz: I used to be a Gutenberg addict back in my "Palm Pilot and commuting on the bus" days.Elenore
Project Gutenberg as a very strict bot policy, they allow no more than 100 visits from the same ip address in a day.Raymund
@kyle k That's ok. They have a torrent: gutenberg.org/wiki/Gutenberg:The_CD_and_DVD_ProjectSongsongbird

© 2022 - 2024 — McMap. All rights reserved.