1 | static int levenSimilarityIntIC(S a, S b) {
|
2 | int n = max(l(a), l(b)); |
3 | ret intPercentRatio(n-levenIC(a, b), n); |
4 | } |
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: | 437 / 488 |
| Referenced in: | [show references] |