very large text file

closed account (1vf9z8AR)
I need .txt files with English data in it(ascii 256 characters only).

About 100mb to 1 gb with good data or at least random words.

Its for testing a compression software I wrote

I am unable to find on google.
http://www.gutenberg.org/
Download a bunch of books.
closed account (1vf9z8AR)
@salem c
I saw that but is there some generator in one go?
Because my professor will want to generate her own file too.
> I saw that but is there some generator in one go?
What does "in one go" mean?

> Because my professor will want to generate her own file too.
Maybe ask them for advice on where to get 1GB of suitable data from.
It's their assignment, they should know.

I am unable to find on google.
If we assume that the average length of an English word is 7 characters (a very conservative assumption), a 100mb list would contain 14+ million words. Even English doesn't have that many words.

Try this:
https://github.com/first20hours/google-10000-english
or this:
https://gist.github.com/h3xx/1976236
closed account (1vf9z8AR)
>What does "in one go" mean?
I mean to download a single file instead of combining multiple.

>It's their assignment, they should know.

No, I picked it up. We have the choice to do any project cause we are freshers.
Vol. 2 of Intel's manuals, containing 1283 pages, weighs 6.2 MiB. What single body of natural English text do you expect to find at 100 MiB?
About 100mb to 1 gb with good data or at least random words.

100 MB? Or more? No problem, DIY. Take dummy text like here: https://lipsum.com or here: https://www.blindtextgenerator.com and repeat until done.
Topic archived. No new replies allowed.