: To avoid memory issues with a 120k-line file, use File.ReadLines to process the data line by line instead of loading the whole file at once.
Do you need a to generate a dummy text file of this size? 120k Australia .txt
: The Australiendeutsch corpus contains approximately 330,000 words of interviews and is available for download and browsing. Technical Processing Tips : To avoid memory issues with a 120k-line file, use File