Skip to content

Positional arguments in BLUERT score function  #6

@senjed

Description

@senjed

positional arguments are removed from BLUERT now; named arguments are now mandatory!

change eval.py line 264 from:

scores = scorer.score( refs, cands)
to:

scores = scorer.score( references = refs, candidates = cands)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions