test_that("g characters are the same", {
a <- c("g", "a")
b <- c("ɡ", "a")
r <- align_phones(
c("g", "i", "s"),
c("ɡ", "i", "z"),
fun_match = phone_match_partial
)
expect_equal(r$scores[1], 1.0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.