Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1026703 // levenSimilarityIntIC (0 to 100)

JavaX fragment (include)

static int levenSimilarityIntIC(S a, S b) {
  int n = max(l(a), l(b));
  ret intPercentRatio(n-levenIC(a, b), n);
}

Author comment

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: 138 / 190
Referenced in: [show references]