inst/examples/generate_myCorpus_1_text.R

  myCorpus <- readCorpus(
    dir=file.path(
      path.package("tm.plugin.koRpus"), "examples", "corpus", "Winner", "Wikipedia_new"
    ),
    # use tokenize() so examples run without a TreeTagger installation
    tagger="tokenize",
    lang="en"
  )
unDocUMeantIt/tm.plugin.koRpus documentation built on May 21, 2021, 9:27 p.m.