Package: sacRebleu
Type: Package
Title: Metrics for Assessing the Quality of Generated Text
Version: 0.2.0
Date: 2025-01-19
Authors@R: c(person("Philipp", "Koch", role = c("aut", "cre"), email = "PhillKoch@protonmail.com"))
Description: Implementation of the BLEU-Score in 'C++' to evaluate the
    quality of generated text. The BLEU-Score, introduced by Papineni et al. (2002)
    <doi:10.3115/1073083.1073135>, is a metric for evaluating the quality of
    generated text. It is based on the n-gram overlap between the generated
    text and reference texts. Additionally, the package provides some smoothing
    methods as described in Chen and Cherry (2014) <doi:10.3115/v1/W14-3346>.
License: GPL (>= 2)
SystemRequirements: libclang/llvm-config
Depends: R (>= 4.2.0)
Imports: checkmate, Rcpp (>= 1.0.12)
LinkingTo: Rcpp
URL: https://github.com/LazerLambda/sacRebleu
BugReports: https://github.com/LazerLambda/sacRebleu/issues
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), vctrs, withr
Config/testthat/edition: 3
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Config/rextendr/version: 0.3.1
NeedsCompilation: yes
Packaged: 2025-01-21 18:15:29 UTC; philko
Author: Philipp Koch [aut, cre]
Maintainer: Philipp Koch <PhillKoch@protonmail.com>
Repository: CRAN
Date/Publication: 2025-01-22 08:10:02 UTC
Built: R 4.6.0; x86_64-apple-darwin20; 2025-08-18 06:42:04 UTC; unix
Archs: sacRebleu.so.dSYM
