tests/testthat/_snaps/tokenize_sents.md

tokenize_sents works

Code
  tokenize_sents(toy)
Message
  spaCy is already initialized
Output
  Tokens consisting of 1 document.
  text1 :
  [1] "The cat was on the chair."      "He didn't move"                
  [3] "cat@pets.com;"                  "http://quanteda.io/ test 😻 👍"
Code
  tokenize_sents(toy.pos)
Message
  successfully initialized (spaCy Version: 3.7.5, language model: en_core_web_sm)
Output
  Tokens consisting of 1 document.
  text1 :
  [1] "the N was on the N ." "he did n't move"      "N ;"                 
  [4] "N N"


Try the idiolect package in your browser

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

idiolect documentation built on Sept. 11, 2024, 5:34 p.m.