tests/testthat/test_charngram.R

require(tm)
test_that("Integration with tm", {
    expect_true(length(ngramrr("hello", char = TRUE, ngmax = 3, ngmin = 2)) == 7)
    expect_true(length(ngramrr("hello", char = TRUE, ngmax = 3)) == 12)
})
chainsawriot/ngramrr documentation built on May 13, 2019, 3:11 p.m.