lcs_seq_normalized_similarity | R Documentation |
Calculates the normalized LCSseq similarity between two strings.
lcs_seq_normalized_similarity(s1, s2, score_cutoff = 0)
s1 |
The first string. |
s2 |
The second string. |
score_cutoff |
Score threshold to stop calculation. Default is 0.0. |
A numeric value representing the normalized LCSseq similarity.
lcs_seq_normalized_similarity("kitten", "sitting")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.