Hi,
could I get a list of index for match result?
for example
Fuzz.TokenInitialismRatio("NASA", "National Aeronautics and Space Administration");
could return
result(89, [0, 10, 26, 32])
the first number is the score, the second array is a list of index for char N A S A in National Aeronautics and Space Administration.