Description Usage Arguments Value Examples
Proportion n gram overlap
1 | ngram_proportion_same(a, b, n_grams, show = "none", meta = "none")
|
a |
character string of text |
b |
character string of text |
n_grams |
integer number of ngrams |
numeric proportion of ngram overlap
1 2 3 | p1 <- "hello my name is someone someone"
p2 <- "my name is someone else"
ngram_proportion_same(p1,p2,2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.