I'm searching a large external file of n-grams (about 1 million lines) for instances of a specific string and would like to be able to return the whole line from the file where that string appears. Wondering if and how this might be possible. Here's my code at the moment:I'm searching a large external file of n-grams