R/sacReBLEU-package.R

#' sacRebleu: An R package for calculating BLEU scores
#'
#' This package provides functions for calculating BLEU scores,
#' a common metric for evaluating machine translation models.
#'
#' @docType package
#' @name sacRebleu
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
# export(bleu_corpus_ids)
# export(bleu_sentence_ids)
## usethis namespace: end
NULL

Try the sacRebleu package in your browser

Any scripts or data that you put into this service are public.

sacRebleu documentation built on April 4, 2025, 2:28 a.m.