tests/testthat/test-acep_svo.R

test_that("ACEP svo", {
  skip_if_offline()
  skip_on_cran()
  spacy_postag <- acep_svo(acep_bases$spacy_postag)
  dimensiones <- length(spacy_postag)
  expect_equal(dimensiones, length(spacy_postag))
})

Try the ACEP package in your browser

Any scripts or data that you put into this service are public.

ACEP documentation built on May 14, 2026, 5:08 p.m.