I am writing some statistical programs and I need two largish data files to download and test them.
1. Integers based on such data as lengths of rivers, populations of towns, etc. I only need the integers and I don't need any other fields. It would be ideal if these were either comma-delimited e.g. 20443,34555,205,...
or on single lines e.g. ...
20443
34555
205
.
.
2. A text file containing English sentences. Newspaper articles, short stories (out of copyright) etc.
If anyone knows where I can get such files I would be grateful.