Add a command line option (e.g. --top) that would enable only N best matches to be processed. This option might come handy when dealing with large amounts of data - we won't have to remember all the matching lines, possibly with the surrounding context, but only N of the with the highest scores.
Add a command line option (e.g.
--top
) that would enable onlyN
best matches to be processed. This option might come handy when dealing with large amounts of data - we won't have to remember all the matching lines, possibly with the surrounding context, but only N of the with the highest scores.