Package: tok
Title: Fast Text Tokenization
Version: 0.1.3
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.3.1
Depends: R (>= 4.2.0)
Imports: R6, cli
Suggests: rmarkdown, testthat (>= 3.0.0), hfhub (>= 0.1.1), withr
Config/testthat/edition: 3
URL: https://github.com/mlverse/tok
BugReports: https://github.com/mlverse/tok/issues
Config/rextendr/version: 0.3.1
NeedsCompilation: yes
Packaged: 2024-07-05 19:01:35 UTC; dfalbel
Author: Daniel Falbel [aut, cre],
  Posit [cph]
Maintainer: Daniel Falbel <daniel@posit.co>
Repository: CRAN
Date/Publication: 2024-07-06 13:40:02 UTC
