Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Integer floor and prefix index from Jaro distance
The variable ``length2`` is an Integer, call to floor returns self. The variables ``i`` and ``prefix_bonus`` are equally incremented, no need to keep the ``i`` variable.
- Loading branch information