Package: easieRnmt
Title: Local Machine-Translation with 'EasyNMT' from 'R'
Version: 0.0.5
Authors@R: 
    person("Daniel", "Thiele", , "daniel.thiele@fu-berlin.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0324-4943"))
Description: 'R' wrapper around the 'Python' library 'EasyNMT', enabling easy-to-use, local, reproducible machine translation. Supports translation between multiple language pairs. The package takes care of preprocessing and language detection using 'fastText' from 'R'. 'Python' backend and installation of 'PyTorch' is handled by 'reticulate' and 'uv'.  
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 8.0.0
URL: https://github.com/thieled/easieRnmt
BugReports: https://github.com/thieled/easieRnmt/issues
Imports: cli, data.table, emoji, fastText, pbapply, reticulate,
        stringi, stringr, textclean, tokenizers
Suggests: testthat
NeedsCompilation: no
Packaged: 2026-07-08 14:32:55 UTC; Daniel
Author: Daniel Thiele [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-0324-4943>)
Maintainer: Daniel Thiele <daniel.thiele@fu-berlin.de>
Repository: CRAN
Date/Publication: 2026-07-16 14:10:21 UTC
