generated from extendr/helloextendr
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1013 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: tok
Title: Fast Text Tokenization
Version: 0.1.5
Authors@R: c(
person("Daniel", "Falbel", , "[email protected]", c("aut", "cre")),
person("Regouby", "Christophe", , "[email protected]", c("ctb")),
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
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