This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Description
I was looking for a process function which would return the best x matches above a certain score cutoff. After some amount of searching and scrolling through the source code, I found extractBests which (almost) does what I want it to.
Is there a specific reason why extractBests is not mentioned in the documentation?