Package: tok
Title: Fast Text Tokenization
Version: 0.1.0
Authors@R: c(
    person("Daniel", "Falbel", , "daniel@posit.co", c("aut", "cre")),
    person(family = "Posit", role = c("cph"))
  )
Description: 
  Interfaces with the 'Hugging Face' tokenizers library to provide implementations
  of today's most used tokenizers such as the 'Byte-Pair Encoding' algorithm 
  <https://huggingface.co/docs/tokenizers/index>. It's extremely fast for both 
  training new vocabularies and tokenizing texts.
License: MIT + file LICENSE
SystemRequirements: Rust tool chain w/ cargo, libclang/llvm-config
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 4.2.0)
Imports: R6, cli
Suggests: rmarkdown, testthat (>= 3.0.0), hfhub, withr
Config/testthat/edition: 3
URL: https://github.com/mlverse/tok
BugReports: https://github.com/mlverse/tok/issues
NeedsCompilation: yes
Packaged: 2023-07-03 09:26:57 UTC; dfalbel
Author: Daniel Falbel [aut, cre],
  Posit [cph]
Maintainer: Daniel Falbel <daniel@posit.co>
Repository: CRAN
Date/Publication: 2023-07-06 13:00:02 UTC
