-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.17 KB
/
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
33
34
35
Package: sacRebleu
Type: Package
Title: Metrics for Assessing the Quality of Generated Text
Version: 0.1.2
Date: 2024-04-05
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: Rust tool chain w/ cargo, libclang/llvm-config
Depends:
R (>= 4.2.0)
Imports:
checkmate,
Rcpp (>= 1.0.12),
tok
LinkingTo: Rcpp
URL: https://github.com/LazerLambda/sacRebleu
BugReports: https://github.com/LazerLambda/sacRebleu/issues
Suggests:
knitr,
rmarkdown,
hfhub,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Config/rextendr/version: 0.3.1