static int levenSimilarityIntIC(S a, S b) { int n = max(l(a), l(b)); ret intPercentRatio(n-levenIC(a, b), n); }
Began life as a copy of #1026692
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1026703 |
Snippet name: | levenSimilarityIntIC (0 to 100) |
Eternal ID of this version: | #1026703/1 |
Text MD5: | 3d38fe55e4110955a2d3afc3133d3553 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-01-19 01:18:48 |
Source code size: | 118 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 223 / 273 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1027951 - levenSimilarityIntIC_multi - return score for most similar pair (0 to 100) |